Shades of Pink Lace #FECCD6
Tints of Pink Lace #FECCD6
RGB
CMYK
RGB Variations
Color information
#FECCD6 (or 0xFECCD6) is known color: Pink Lace. HEX triplet: FE, CC and D6. RGB value is (254,204,214). Sum of RGB (Red+Green+Blue) = 254+204+214=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD6 is #013329. Grayscale: #DCDCDC. Windows color (decimal): -78634 or 14077182. OLE color: 14077182.
HSL color Cylindrical-coordinate representation of color #FECCD6: hue angle of 348º 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 #FECCD6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 214 | - |
CMYK | 0 | 0.20 | 0.16 | 0.00 |
HSL | 348º | 0.96% | 0.9% | - |
HSV(B) | 348º | 0.2% | 1% | - |
XYZ | 74.6 | 69.11 | 73.03 | - |
YUV | 220.09 | 124.57 | 152.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 214 | 0 | 0.20 | 0.16 | 0.00 | 348 | 0.96 | 0.9 |
Hex | FE | CC | D6 | 0 | 14 | 10 | 0 | 15C | 60 | 5A |
Octal | 376 | 314 | 326 | 0 | 24 | 20 | 0 | 534 | 140 | 132 |
Binary | 11111110 | 11001100 | 11010110 | 0 | 10100 | 10000 | 0 | 101011100 | 1100000 | 1011010 |
Color Harmonies of #FECCD6
Complementary color
Monochromatic Colors of #FECCD6
Black with #FECCD6
Text Example
Text Example
White with #FECCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCD6; }
p { color: rgb(254,204,214); }
H1.HeaderClassName
{
color: #FECCD6;
}
.AnyTagClassName
{
color: #FECCD6;
}
</style>
background-color css
<style>
a { background-color: #FECCD6; }
a { background-color: rgb(254,204,214); }
div.DivClassName
{
background-color: #FECCD6;
}
.BgClassName
{
background-color: #FECCD6;
}
</style>
border-color css
<style>
span { border-color: #FECCD6; }
span { border-color: rgb(254,204,214); }
td.TdClassName
{
border-color: #FECCD6;
}
.TagClassName
{
border-color: #FECCD6;
}
</style>