Shades of Pink Lace #FCCAD4
Tints of Pink Lace #FCCAD4
RGB
CMYK
RGB Variations
Color information
#FCCAD4 (or 0xFCCAD4) is known color: Pink Lace. HEX triplet: FC, CA and D4. RGB value is (252,202,212). Sum of RGB (Red+Green+Blue) = 252+202+212=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD4 is #03352B. Grayscale: #DADADA. Windows color (decimal): -210220 or 13945596. OLE color: 13945596.
HSL color Cylindrical-coordinate representation of color #FCCAD4: hue angle of 348º 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 #FCCAD4 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 212 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.01 |
| HSL | 348º | 0.89% | 0.89% | - |
| HSV(B) | 348º | 0.2% | 0.99% | - |
| XYZ | 73.15 | 67.69 | 71.5 | - |
| YUV | 218.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 212 | 0 | 0.20 | 0.16 | 0.01 | 348 | 0.89 | 0.89 |
| Hex | FC | CA | D4 | 0 | 14 | 10 | 1 | 15C | 59 | 59 |
| Octal | 374 | 312 | 324 | 0 | 24 | 20 | 1 | 534 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11010100 | 0 | 10100 | 10000 | 1 | 101011100 | 1011001 | 1011001 |
Color Harmonies of #FCCAD4
Complementary color
Monochromatic Colors of #FCCAD4
Black with #FCCAD4
Text Example
Text Example
White with #FCCAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAD4; }
p { color: rgb(252,202,212); }
H1.HeaderClassName
{
color: #FCCAD4;
}
.AnyTagClassName
{
color: #FCCAD4;
}
</style>
background-color css
<style>
a { background-color: #FCCAD4; }
a { background-color: rgb(252,202,212); }
div.DivClassName
{
background-color: #FCCAD4;
}
.BgClassName
{
background-color: #FCCAD4;
}
</style>
border-color css
<style>
span { border-color: #FCCAD4; }
span { border-color: rgb(252,202,212); }
td.TdClassName
{
border-color: #FCCAD4;
}
.TagClassName
{
border-color: #FCCAD4;
}
</style>