Shades of Pink Lace #FECED8
Tints of Pink Lace #FECED8
RGB
CMYK
RGB Variations
Color information
#FECED8 (or 0xFECED8) is known color: Pink Lace. HEX triplet: FE, CE and D8. RGB value is (254,206,216). Sum of RGB (Red+Green+Blue) = 254+206+216=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECED8 is #013127. Grayscale: #DDDDDD. Windows color (decimal): -78120 or 14208766. OLE color: 14208766.
HSL color Cylindrical-coordinate representation of color #FECED8: hue angle of 347.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECED8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 216 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.00 |
| HSL | 347.5º | 0.96% | 0.9% | - |
| HSV(B) | 347.5º | 0.19% | 1% | - |
| XYZ | 75.34 | 70.17 | 74.54 | - |
| YUV | 221.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 216 | 0 | 0.19 | 0.15 | 0.00 | 347.5 | 0.96 | 0.9 |
| Hex | FE | CE | D8 | 0 | 13 | F | 0 | 15C | 60 | 5A |
| Octal | 376 | 316 | 330 | 0 | 23 | 17 | 0 | 534 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11011000 | 0 | 10011 | 1111 | 0 | 101011100 | 1100000 | 1011010 |
Color Harmonies of #FECED8
Complementary color
Monochromatic Colors of #FECED8
Black with #FECED8
Text Example
Text Example
White with #FECED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECED8; }
p { color: rgb(254,206,216); }
H1.HeaderClassName
{
color: #FECED8;
}
.AnyTagClassName
{
color: #FECED8;
}
</style>
background-color css
<style>
a { background-color: #FECED8; }
a { background-color: rgb(254,206,216); }
div.DivClassName
{
background-color: #FECED8;
}
.BgClassName
{
background-color: #FECED8;
}
</style>
border-color css
<style>
span { border-color: #FECED8; }
span { border-color: rgb(254,206,216); }
td.TdClassName
{
border-color: #FECED8;
}
.TagClassName
{
border-color: #FECED8;
}
</style>