Shades of Pink Lace #FCCADA
Tints of Pink Lace #FCCADA
RGB
CMYK
RGB Variations
Color information
#FCCADA (or 0xFCCADA) is known color: Pink Lace. HEX triplet: FC, CA and DA. RGB value is (252,202,218). Sum of RGB (Red+Green+Blue) = 252+202+218=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADA is #033525. Grayscale: #DADADA. Windows color (decimal): -210214 or 14338812. OLE color: 14338812.
HSL color Cylindrical-coordinate representation of color #FCCADA: hue angle of 340.8º 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 #FCCADA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 218 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 340.8º | 0.89% | 0.89% | - |
| HSV(B) | 340.8º | 0.2% | 0.99% | - |
| XYZ | 73.92 | 68 | 75.56 | - |
| YUV | 218.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 218 | 0 | 0.20 | 0.13 | 0.01 | 340.8 | 0.89 | 0.89 |
| Hex | FC | CA | DA | 0 | 14 | D | 1 | 155 | 59 | 59 |
| Octal | 374 | 312 | 332 | 0 | 24 | 15 | 1 | 525 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11011010 | 0 | 10100 | 1101 | 1 | 101010101 | 1011001 | 1011001 |
Color Harmonies of #FCCADA
Complementary color
Monochromatic Colors of #FCCADA
Black with #FCCADA
Text Example
Text Example
White with #FCCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCADA; }
p { color: rgb(252,202,218); }
H1.HeaderClassName
{
color: #FCCADA;
}
.AnyTagClassName
{
color: #FCCADA;
}
</style>
background-color css
<style>
a { background-color: #FCCADA; }
a { background-color: rgb(252,202,218); }
div.DivClassName
{
background-color: #FCCADA;
}
.BgClassName
{
background-color: #FCCADA;
}
</style>
border-color css
<style>
span { border-color: #FCCADA; }
span { border-color: rgb(252,202,218); }
td.TdClassName
{
border-color: #FCCADA;
}
.TagClassName
{
border-color: #FCCADA;
}
</style>