Shades of Pink Lace #FECFD8
Tints of Pink Lace #FECFD8
RGB
CMYK
RGB Variations
Color information
#FECFD8 (or 0xFECFD8) is known color: Pink Lace. HEX triplet: FE, CF and D8. RGB value is (254,207,216). Sum of RGB (Red+Green+Blue) = 254+207+216=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD8 is #013027. Grayscale: #DEDEDE. Windows color (decimal): -77864 or 14209022. OLE color: 14209022.
HSL color Cylindrical-coordinate representation of color #FECFD8: hue angle of 348.51º 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 #FECFD8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 216 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.00 |
| HSL | 348.51º | 0.96% | 0.9% | - |
| HSV(B) | 348.51º | 0.19% | 1% | - |
| XYZ | 75.58 | 70.65 | 74.62 | - |
| YUV | 222.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 216 | 0 | 0.19 | 0.15 | 0.00 | 348.51 | 0.96 | 0.9 |
| Hex | FE | CF | D8 | 0 | 13 | F | 0 | 15D | 60 | 5A |
| Octal | 376 | 317 | 330 | 0 | 23 | 17 | 0 | 535 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11011000 | 0 | 10011 | 1111 | 0 | 101011101 | 1100000 | 1011010 |
Color Harmonies of #FECFD8
Complementary color
Monochromatic Colors of #FECFD8
Black with #FECFD8
Text Example
Text Example
White with #FECFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFD8; }
p { color: rgb(254,207,216); }
H1.HeaderClassName
{
color: #FECFD8;
}
.AnyTagClassName
{
color: #FECFD8;
}
</style>
background-color css
<style>
a { background-color: #FECFD8; }
a { background-color: rgb(254,207,216); }
div.DivClassName
{
background-color: #FECFD8;
}
.BgClassName
{
background-color: #FECFD8;
}
</style>
border-color css
<style>
span { border-color: #FECFD8; }
span { border-color: rgb(254,207,216); }
td.TdClassName
{
border-color: #FECFD8;
}
.TagClassName
{
border-color: #FECFD8;
}
</style>