Shades of Pink Lace #FCCFDC
Tints of Pink Lace #FCCFDC
RGB
CMYK
RGB Variations
Color information
#FCCFDC (or 0xFCCFDC) is known color: Pink Lace. HEX triplet: FC, CF and DC. RGB value is (252,207,220). Sum of RGB (Red+Green+Blue) = 252+207+220=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDC is #033023. Grayscale: #DDDDDD. Windows color (decimal): -208932 or 14471164. OLE color: 14471164.
HSL color Cylindrical-coordinate representation of color #FCCFDC: hue angle of 342.67º 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 #FCCFDC is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 220 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.01 |
| HSL | 342.67º | 0.88% | 0.9% | - |
| HSV(B) | 342.67º | 0.18% | 0.99% | - |
| XYZ | 75.38 | 70.49 | 77.34 | - |
| YUV | 221.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 220 | 0 | 0.18 | 0.13 | 0.01 | 342.67 | 0.88 | 0.9 |
| Hex | FC | CF | DC | 0 | 12 | D | 1 | 157 | 58 | 5A |
| Octal | 374 | 317 | 334 | 0 | 22 | 15 | 1 | 527 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11011100 | 0 | 10010 | 1101 | 1 | 101010111 | 1011000 | 1011010 |
Color Harmonies of #FCCFDC
Complementary color
Monochromatic Colors of #FCCFDC
Black with #FCCFDC
Text Example
Text Example
White with #FCCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFDC; }
p { color: rgb(252,207,220); }
H1.HeaderClassName
{
color: #FCCFDC;
}
.AnyTagClassName
{
color: #FCCFDC;
}
</style>
background-color css
<style>
a { background-color: #FCCFDC; }
a { background-color: rgb(252,207,220); }
div.DivClassName
{
background-color: #FCCFDC;
}
.BgClassName
{
background-color: #FCCFDC;
}
</style>
border-color css
<style>
span { border-color: #FCCFDC; }
span { border-color: rgb(252,207,220); }
td.TdClassName
{
border-color: #FCCFDC;
}
.TagClassName
{
border-color: #FCCFDC;
}
</style>