Shades of Pink Lace #FCCBD2
Tints of Pink Lace #FCCBD2
RGB
CMYK
RGB Variations
Color information
#FCCBD2 (or 0xFCCBD2) is known color: Pink Lace. HEX triplet: FC, CB and D2. RGB value is (252,203,210). Sum of RGB (Red+Green+Blue) = 252+203+210=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBD2 is #03342D. Grayscale: #DADADA. Windows color (decimal): -209966 or 13814780. OLE color: 13814780.
HSL color Cylindrical-coordinate representation of color #FCCBD2: hue angle of 351.43º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBD2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 210 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.01 |
| HSL | 351.43º | 0.89% | 0.89% | - |
| HSV(B) | 351.43º | 0.19% | 0.99% | - |
| XYZ | 73.13 | 68.06 | 70.26 | - |
| YUV | 218.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 210 | 0 | 0.19 | 0.17 | 0.01 | 351.43 | 0.89 | 0.89 |
| Hex | FC | CB | D2 | 0 | 13 | 11 | 1 | 15F | 59 | 59 |
| Octal | 374 | 313 | 322 | 0 | 23 | 21 | 1 | 537 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11010010 | 0 | 10011 | 10001 | 1 | 101011111 | 1011001 | 1011001 |
Color Harmonies of #FCCBD2
Complementary color
Monochromatic Colors of #FCCBD2
Black with #FCCBD2
Text Example
Text Example
White with #FCCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBD2; }
p { color: rgb(252,203,210); }
H1.HeaderClassName
{
color: #FCCBD2;
}
.AnyTagClassName
{
color: #FCCBD2;
}
</style>
background-color css
<style>
a { background-color: #FCCBD2; }
a { background-color: rgb(252,203,210); }
div.DivClassName
{
background-color: #FCCBD2;
}
.BgClassName
{
background-color: #FCCBD2;
}
</style>
border-color css
<style>
span { border-color: #FCCBD2; }
span { border-color: rgb(252,203,210); }
td.TdClassName
{
border-color: #FCCBD2;
}
.TagClassName
{
border-color: #FCCBD2;
}
</style>