Shades of Pink Lace #FCCADB
Tints of Pink Lace #FCCADB
RGB
CMYK
RGB Variations
Color information
#FCCADB (or 0xFCCADB) is known color: Pink Lace. HEX triplet: FC, CA and DB. RGB value is (252,202,219). Sum of RGB (Red+Green+Blue) = 252+202+219=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADB is #033524. Grayscale: #DADADA. Windows color (decimal): -210213 or 14404348. OLE color: 14404348.
HSL color Cylindrical-coordinate representation of color #FCCADB: hue angle of 339.6º 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 #FCCADB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 202 | 219 | - |
CMYK | 0 | 0.20 | 0.13 | 0.01 |
HSL | 339.6º | 0.89% | 0.89% | - |
HSV(B) | 339.6º | 0.2% | 0.99% | - |
XYZ | 74.05 | 68.05 | 76.25 | - |
YUV | 218.89 | 128.07 | 151.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 202 | 219 | 0 | 0.20 | 0.13 | 0.01 | 339.6 | 0.89 | 0.89 |
Hex | FC | CA | DB | 0 | 14 | D | 1 | 154 | 59 | 59 |
Octal | 374 | 312 | 333 | 0 | 24 | 15 | 1 | 524 | 131 | 131 |
Binary | 11111100 | 11001010 | 11011011 | 0 | 10100 | 1101 | 1 | 101010100 | 1011001 | 1011001 |
Color Harmonies of #FCCADB
Complementary color
Monochromatic Colors of #FCCADB
Black with #FCCADB
Text Example
Text Example
White with #FCCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCADB; }
p { color: rgb(252,202,219); }
H1.HeaderClassName
{
color: #FCCADB;
}
.AnyTagClassName
{
color: #FCCADB;
}
</style>
background-color css
<style>
a { background-color: #FCCADB; }
a { background-color: rgb(252,202,219); }
div.DivClassName
{
background-color: #FCCADB;
}
.BgClassName
{
background-color: #FCCADB;
}
</style>
border-color css
<style>
span { border-color: #FCCADB; }
span { border-color: rgb(252,202,219); }
td.TdClassName
{
border-color: #FCCADB;
}
.TagClassName
{
border-color: #FCCADB;
}
</style>