Shades of Pink Lace #FECCD8
Tints of Pink Lace #FECCD8
RGB
CMYK
RGB Variations
Color information
#FECCD8 (or 0xFECCD8) is known color: Pink Lace. HEX triplet: FE, CC and D8. RGB value is (254,204,216). Sum of RGB (Red+Green+Blue) = 254+204+216=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD8 is #013327. Grayscale: #DCDCDC. Windows color (decimal): -78632 or 14208254. OLE color: 14208254.
HSL color Cylindrical-coordinate representation of color #FECCD8: hue angle of 345.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCD8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 216 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.00 |
| HSL | 345.6º | 0.96% | 0.9% | - |
| HSV(B) | 345.6º | 0.2% | 1% | - |
| XYZ | 74.86 | 69.21 | 74.38 | - |
| YUV | 220.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 216 | 0 | 0.20 | 0.15 | 0.00 | 345.6 | 0.96 | 0.9 |
| Hex | FE | CC | D8 | 0 | 14 | F | 0 | 15A | 60 | 5A |
| Octal | 376 | 314 | 330 | 0 | 24 | 17 | 0 | 532 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11011000 | 0 | 10100 | 1111 | 0 | 101011010 | 1100000 | 1011010 |
Color Harmonies of #FECCD8
Complementary color
Monochromatic Colors of #FECCD8
Black with #FECCD8
Text Example
Text Example
White with #FECCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCD8; }
p { color: rgb(254,204,216); }
H1.HeaderClassName
{
color: #FECCD8;
}
.AnyTagClassName
{
color: #FECCD8;
}
</style>
background-color css
<style>
a { background-color: #FECCD8; }
a { background-color: rgb(254,204,216); }
div.DivClassName
{
background-color: #FECCD8;
}
.BgClassName
{
background-color: #FECCD8;
}
</style>
border-color css
<style>
span { border-color: #FECCD8; }
span { border-color: rgb(254,204,216); }
td.TdClassName
{
border-color: #FECCD8;
}
.TagClassName
{
border-color: #FECCD8;
}
</style>