Shades of Pink Lace #FCCAD3
Tints of Pink Lace #FCCAD3
RGB
CMYK
RGB Variations
Color information
#FCCAD3 (or 0xFCCAD3) is known color: Pink Lace. HEX triplet: FC, CA and D3. RGB value is (252,202,211). Sum of RGB (Red+Green+Blue) = 252+202+211=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD3 is #03352C. Grayscale: #D9D9D9. Windows color (decimal): -210221 or 13880060. OLE color: 13880060.
HSL color Cylindrical-coordinate representation of color #FCCAD3: hue angle of 349.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 #FCCAD3 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 202 | 211 | - |
CMYK | 0 | 0.20 | 0.16 | 0.01 |
HSL | 349.2º | 0.89% | 0.89% | - |
HSV(B) | 349.2º | 0.2% | 0.99% | - |
XYZ | 73.02 | 67.64 | 70.84 | - |
YUV | 217.98 | 124.07 | 152.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 202 | 211 | 0 | 0.20 | 0.16 | 0.01 | 349.2 | 0.89 | 0.89 |
Hex | FC | CA | D3 | 0 | 14 | 10 | 1 | 15D | 59 | 59 |
Octal | 374 | 312 | 323 | 0 | 24 | 20 | 1 | 535 | 131 | 131 |
Binary | 11111100 | 11001010 | 11010011 | 0 | 10100 | 10000 | 1 | 101011101 | 1011001 | 1011001 |
Color Harmonies of #FCCAD3
Complementary color
Monochromatic Colors of #FCCAD3
Black with #FCCAD3
Text Example
Text Example
White with #FCCAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAD3; }
p { color: rgb(252,202,211); }
H1.HeaderClassName
{
color: #FCCAD3;
}
.AnyTagClassName
{
color: #FCCAD3;
}
</style>
background-color css
<style>
a { background-color: #FCCAD3; }
a { background-color: rgb(252,202,211); }
div.DivClassName
{
background-color: #FCCAD3;
}
.BgClassName
{
background-color: #FCCAD3;
}
</style>
border-color css
<style>
span { border-color: #FCCAD3; }
span { border-color: rgb(252,202,211); }
td.TdClassName
{
border-color: #FCCAD3;
}
.TagClassName
{
border-color: #FCCAD3;
}
</style>