Shades of Pink Lace #FCCDD3
Tints of Pink Lace #FCCDD3
RGB
CMYK
RGB Variations
Color information
#FCCDD3 (or 0xFCCDD3) is known color: Pink Lace. HEX triplet: FC, CD and D3. RGB value is (252,205,211). Sum of RGB (Red+Green+Blue) = 252+205+211=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD3 is #03322C. Grayscale: #DBDBDB. Windows color (decimal): -209453 or 13880828. OLE color: 13880828.
HSL color Cylindrical-coordinate representation of color #FCCDD3: hue angle of 352.34º 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 #FCCDD3 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 211 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.01 |
| HSL | 352.34º | 0.89% | 0.9% | - |
| HSV(B) | 352.34º | 0.19% | 0.99% | - |
| XYZ | 73.73 | 69.06 | 71.07 | - |
| YUV | 219.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 211 | 0 | 0.19 | 0.16 | 0.01 | 352.34 | 0.89 | 0.9 |
| Hex | FC | CD | D3 | 0 | 13 | 10 | 1 | 160 | 59 | 5A |
| Octal | 374 | 315 | 323 | 0 | 23 | 20 | 1 | 540 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11010011 | 0 | 10011 | 10000 | 1 | 101100000 | 1011001 | 1011010 |
Color Harmonies of #FCCDD3
Complementary color
Monochromatic Colors of #FCCDD3
Black with #FCCDD3
Text Example
Text Example
White with #FCCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDD3; }
p { color: rgb(252,205,211); }
H1.HeaderClassName
{
color: #FCCDD3;
}
.AnyTagClassName
{
color: #FCCDD3;
}
</style>
background-color css
<style>
a { background-color: #FCCDD3; }
a { background-color: rgb(252,205,211); }
div.DivClassName
{
background-color: #FCCDD3;
}
.BgClassName
{
background-color: #FCCDD3;
}
</style>
border-color css
<style>
span { border-color: #FCCDD3; }
span { border-color: rgb(252,205,211); }
td.TdClassName
{
border-color: #FCCDD3;
}
.TagClassName
{
border-color: #FCCDD3;
}
</style>