#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 of #fecfcb | Value |
---|---|
RGB | 254, 207, 203 |
HSL | 0.01, 0.96, 0.9 |
HSV | 5°, 20°, 100° |
XYZ | 73.97, 70.01, 66.11 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001111 | 11001011 |
Octal | 376 | 317 | 313 |
Decimal | 254 | 207 | 203 |
Hex | FE | CF | CB |
Shades of #fecfcb
Tints of #fecfcb
.mybgColor {background-color: #fecfcb;} .myforeColor {color: #fecfcb;} .myborderColor {border:3px solid #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,
<div style="background-color:#fecfcb">Div content here</div>
<div style="border:3px solid #fecfcb">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(254, 207, 203, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fecfcb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>