Shades of Pink Lace #FCC4D6
Tints of Pink Lace #FCC4D6
RGB
CMYK
RGB Variations
Color information
#FCC4D6 (or 0xFCC4D6) is known color: Pink Lace. HEX triplet: FC, C4 and D6. RGB value is (252,196,214). Sum of RGB (Red+Green+Blue) = 252+196+214=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 196 (76.95% from 255 or 29.61% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4D6 is #033B29. Grayscale: #D6D6D6. Windows color (decimal): -211754 or 14075132. OLE color: 14075132.
HSL color Cylindrical-coordinate representation of color #FCC4D6: hue angle of 340.71º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4D6 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 196 | 214 | - |
CMYK | 0 | 0.22 | 0.15 | 0.01 |
HSL | 340.71º | 0.9% | 0.88% | - |
HSV(B) | 340.71º | 0.22% | 0.99% | - |
XYZ | 72.02 | 65.03 | 72.37 | - |
YUV | 214.8 | 127.55 | 154.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 196 | 214 | 0 | 0.22 | 0.15 | 0.01 | 340.71 | 0.9 | 0.88 |
Hex | FC | C4 | D6 | 0 | 16 | F | 1 | 155 | 5A | 58 |
Octal | 374 | 304 | 326 | 0 | 26 | 17 | 1 | 525 | 132 | 130 |
Binary | 11111100 | 11000100 | 11010110 | 0 | 10110 | 1111 | 1 | 101010101 | 1011010 | 1011000 |
Color Harmonies of #FCC4D6
Complementary color
Monochromatic Colors of #FCC4D6
Black with #FCC4D6
Text Example
Text Example
White with #FCC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4D6; }
p { color: rgb(252,196,214); }
H1.HeaderClassName
{
color: #FCC4D6;
}
.AnyTagClassName
{
color: #FCC4D6;
}
</style>
background-color css
<style>
a { background-color: #FCC4D6; }
a { background-color: rgb(252,196,214); }
div.DivClassName
{
background-color: #FCC4D6;
}
.BgClassName
{
background-color: #FCC4D6;
}
</style>
border-color css
<style>
span { border-color: #FCC4D6; }
span { border-color: rgb(252,196,214); }
td.TdClassName
{
border-color: #FCC4D6;
}
.TagClassName
{
border-color: #FCC4D6;
}
</style>