Shades of Pink Lace #FCCAD8
Tints of Pink Lace #FCCAD8
RGB
CMYK
RGB Variations
Color information
#FCCAD8 (or 0xFCCAD8) is known color: Pink Lace. HEX triplet: FC, CA and D8. RGB value is (252,202,216). Sum of RGB (Red+Green+Blue) = 252+202+216=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD8 is #033527. Grayscale: #DADADA. Windows color (decimal): -210216 or 14207740. OLE color: 14207740.
HSL color Cylindrical-coordinate representation of color #FCCAD8: hue angle of 343.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAD8 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 216 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.01 |
| HSL | 343.2º | 0.89% | 0.89% | - |
| HSV(B) | 343.2º | 0.2% | 0.99% | - |
| XYZ | 73.66 | 67.89 | 74.19 | - |
| YUV | 218.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 216 | 0 | 0.20 | 0.14 | 0.01 | 343.2 | 0.89 | 0.89 |
| Hex | FC | CA | D8 | 0 | 14 | E | 1 | 157 | 59 | 59 |
| Octal | 374 | 312 | 330 | 0 | 24 | 16 | 1 | 527 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11011000 | 0 | 10100 | 1110 | 1 | 101010111 | 1011001 | 1011001 |
Color Harmonies of #FCCAD8
Complementary color
Monochromatic Colors of #FCCAD8
Black with #FCCAD8
Text Example
Text Example
White with #FCCAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAD8; }
p { color: rgb(252,202,216); }
H1.HeaderClassName
{
color: #FCCAD8;
}
.AnyTagClassName
{
color: #FCCAD8;
}
</style>
background-color css
<style>
a { background-color: #FCCAD8; }
a { background-color: rgb(252,202,216); }
div.DivClassName
{
background-color: #FCCAD8;
}
.BgClassName
{
background-color: #FCCAD8;
}
</style>
border-color css
<style>
span { border-color: #FCCAD8; }
span { border-color: rgb(252,202,216); }
td.TdClassName
{
border-color: #FCCAD8;
}
.TagClassName
{
border-color: #FCCAD8;
}
</style>