color details

Color Details
#fffdfe Color Hex

#fffdfe color RGB value is (15, 255, 223).
#fffdfe hex color red value is 15, green value is 255, and blue value is 223.
Cylindrical-coordinate representations (HSL) of color #fffdfe hue: 172, saturation: 1 and lightness: 0.53.

The process color (four-color CMYK) of #fffdfe color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fffdfe is #ff9999. Color #fffdfe contains mainly RED.

Color Spaces
Color spaces of #fffdfeValue
RGB255, 253, 254
HSL0.92, 1, 1
HSV330°, 1°, 100°
XYZ94.25, 98.67, 107.83
Base Numbers
Base Red Green Blue
Binary 11111111 11111101 11111110
Octal 377 375 376
Decimal 255 253 254
Hex FF FD FE

RGB Percentages for Color #fffdfe

33.46%
33.2%
33.33%

CMYK Percentages of the Color #fffdfe

0.78%
0.39%
CSS Codes for Color #fffdfe
.mybgColor {background-color: #fffdfe;}
.myforeColor {color: #fffdfe;}
.myborderColor {border:3px solid #fffdfe;}
Text Font Color #fffdfe

<p style="color:#fffdfe">Text here</p>

This sample text is styled with the font color #fffdfe. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #fffdfe

<div style="background-color:#fffdfe">Div content here</div>

The background color of this div is #fffdfe
Border Color #fffdfe

<div style="border:3px solid #fffdfe">Div here</div>

The border color of this div is #fffdfe
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(255, 253, 254, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #fffdfe;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #fffdfe;
-webkit-box-shadow: 1px 1px 3px #fffdfe;
box-shadow: 1px 1px 3px #fffdfe;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255, 253, 254, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #fffdfe;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #fffdfe; -webkit-box-shadow: 1px 1px 3px #fffdfe; box-shadow: 1px 1px 3px #fffdfe;">Div content here</div>

This div box has a shadow with a specified color. #fffdfe
Scroll to Top