#fed2cf color RGB value is (15, 237, 44).
#fed2cf hex color red value is 15, green value is 237, and blue value is 44.
Cylindrical-coordinate representations (HSL) of color #fed2cf
hue: 127.84,
saturation: 0.88 and lightness: 0.49.
The process color (four-color CMYK) of #fed2cf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fed2cf is #ff9999. Color #fed2cf contains mainly RED.
Color spaces of #fed2cf | Value |
---|---|
RGB | 254, 210, 207 |
HSL | 0.01, 0.96, 0.9 |
HSV | 4°, 19°, 100° |
XYZ | 75.18, 71.67, 68.89 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010010 | 11001111 |
Octal | 376 | 322 | 317 |
Decimal | 254 | 210 | 207 |
Hex | FE | D2 | CF |
Shades of #fed2cf
Tints of #fed2cf
.mybgColor {background-color: #fed2cf;} .myforeColor {color: #fed2cf;} .myborderColor {border:3px solid #fed2cf;}
<p style="color:#fed2cf">Text here</p>
This sample text is styled with the font color #fed2cf. 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:#fed2cf">Div content here</div>
<div style="border:3px solid #fed2cf">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254, 210, 207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed2cf; } .divShadow { -moz-box-shadow: 1px 1px 3px #fed2cf; -webkit-box-shadow: 1px 1px 3px #fed2cf; box-shadow: 1px 1px 3px #fed2cf; }
<p style="text-shadow: 4px 4px 2px rgba(254, 210, 207, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fed2cf;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fed2cf;
-webkit-box-shadow: 1px 1px 3px #fed2cf;
box-shadow: 1px 1px 3px #fed2cf;">Div content here</div>