Shades of Pink Lace #FCCED6
Tints of Pink Lace #FCCED6
RGB
CMYK
RGB Variations
Color information
#FCCED6 (or 0xFCCED6) is known color: Pink Lace. HEX triplet: FC, CE and D6. RGB value is (252,206,214). Sum of RGB (Red+Green+Blue) = 252+206+214=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED6 is #033129. Grayscale: #DCDCDC. Windows color (decimal): -209194 or 14077692. OLE color: 14077692.
HSL color Cylindrical-coordinate representation of color #FCCED6: hue angle of 349.57º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCED6 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 214 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.01 |
| HSL | 349.57º | 0.88% | 0.9% | - |
| HSV(B) | 349.57º | 0.18% | 0.99% | - |
| XYZ | 74.35 | 69.69 | 73.15 | - |
| YUV | 220.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 214 | 0 | 0.18 | 0.15 | 0.01 | 349.57 | 0.88 | 0.9 |
| Hex | FC | CE | D6 | 0 | 12 | F | 1 | 15E | 58 | 5A |
| Octal | 374 | 316 | 326 | 0 | 22 | 17 | 1 | 536 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11010110 | 0 | 10010 | 1111 | 1 | 101011110 | 1011000 | 1011010 |
Color Harmonies of #FCCED6
Complementary color
Monochromatic Colors of #FCCED6
Black with #FCCED6
Text Example
Text Example
White with #FCCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCED6; }
p { color: rgb(252,206,214); }
H1.HeaderClassName
{
color: #FCCED6;
}
.AnyTagClassName
{
color: #FCCED6;
}
</style>
background-color css
<style>
a { background-color: #FCCED6; }
a { background-color: rgb(252,206,214); }
div.DivClassName
{
background-color: #FCCED6;
}
.BgClassName
{
background-color: #FCCED6;
}
</style>
border-color css
<style>
span { border-color: #FCCED6; }
span { border-color: rgb(252,206,214); }
td.TdClassName
{
border-color: #FCCED6;
}
.TagClassName
{
border-color: #FCCED6;
}
</style>