color details

Color Details
#fecfcd Color Hex

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

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

Color Spaces
Color spaces of #fecfcdValue
RGB254, 207, 205
HSL0.01, 0.96, 0.9
HSV2°, 19°, 100°
XYZ74.21, 70.11, 67.37
Base Numbers
Base Red Green Blue
Binary 11111110 11001111 11001101
Octal 376 317 315
Decimal 254 207 205
Hex FE CF CD

RGB Percentages for Color #fecfcd

38.14%
31.08%
30.78%

CMYK Percentages of the Color #fecfcd

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #fecfcd

Scroll to Top