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