Shades of Pink Lace #FCCDDD
Tints of Pink Lace #FCCDDD
RGB
CMYK
RGB Variations
Color information
#FCCDDD (or 0xFCCDDD) is known color: Pink Lace. HEX triplet: FC, CD and DD. RGB value is (252,205,221). Sum of RGB (Red+Green+Blue) = 252+205+221=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDDD is #033222. Grayscale: #DCDCDC. Windows color (decimal): -209443 or 14536188. OLE color: 14536188.
HSL color Cylindrical-coordinate representation of color #FCCDDD: hue angle of 339.57º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDDD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 205 | 221 | - |
CMYK | 0 | 0.19 | 0.12 | 0.01 |
HSL | 339.57º | 0.89% | 0.9% | - |
HSV(B) | 339.57º | 0.19% | 0.99% | - |
XYZ | 75.03 | 69.58 | 77.88 | - |
YUV | 220.88 | 128.07 | 150.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 205 | 221 | 0 | 0.19 | 0.12 | 0.01 | 339.57 | 0.89 | 0.9 |
Hex | FC | CD | DD | 0 | 13 | C | 1 | 154 | 59 | 5A |
Octal | 374 | 315 | 335 | 0 | 23 | 14 | 1 | 524 | 131 | 132 |
Binary | 11111100 | 11001101 | 11011101 | 0 | 10011 | 1100 | 1 | 101010100 | 1011001 | 1011010 |
Color Harmonies of #FCCDDD
Complementary color
Monochromatic Colors of #FCCDDD
Black with #FCCDDD
Text Example
Text Example
White with #FCCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDDD; }
p { color: rgb(252,205,221); }
H1.HeaderClassName
{
color: #FCCDDD;
}
.AnyTagClassName
{
color: #FCCDDD;
}
</style>
background-color css
<style>
a { background-color: #FCCDDD; }
a { background-color: rgb(252,205,221); }
div.DivClassName
{
background-color: #FCCDDD;
}
.BgClassName
{
background-color: #FCCDDD;
}
</style>
border-color css
<style>
span { border-color: #FCCDDD; }
span { border-color: rgb(252,205,221); }
td.TdClassName
{
border-color: #FCCDDD;
}
.TagClassName
{
border-color: #FCCDDD;
}
</style>