color details

Color Details
#fecfcb Color Hex

#fecfcb color RGB value is (15, 236, 252).
#fecfcb hex color red value is 15, green value is 236, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #fecfcb hue: 184.05, saturation: 0.98 and lightness: 0.52.

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

Color Spaces
Color spaces of #fecfcbValue
RGB254, 207, 203
HSL0.01, 0.96, 0.9
HSV5°, 20°, 100°
XYZ73.97, 70.01, 66.11
Base Numbers
Base Red Green Blue
Binary 11111110 11001111 11001011
Octal 376 317 313
Decimal 254 207 203
Hex FE CF CB

RGB Percentages for Color #fecfcb

38.25%
31.17%
30.57%

CMYK Percentages of the Color #fecfcb

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

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

This sample text is styled with the font color #fecfcb. 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 #fecfcb

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(254, 207, 203, 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 #fecfcb;">Text here</p>

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

Shadow Div Box

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

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