Shades of Pink Lace #FCCBD3
Tints of Pink Lace #FCCBD3
RGB
CMYK
RGB Variations
Color information
#FCCBD3 (or 0xFCCBD3) is known color: Pink Lace. HEX triplet: FC, CB and D3. RGB value is (252,203,211). Sum of RGB (Red+Green+Blue) = 252+203+211=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBD3 is #03342C. Grayscale: #DADADA. Windows color (decimal): -209965 or 13880316. OLE color: 13880316.
HSL color Cylindrical-coordinate representation of color #FCCBD3: hue angle of 350.2º 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 #FCCBD3 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 211 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.01 |
| HSL | 350.2º | 0.89% | 0.89% | - |
| HSV(B) | 350.2º | 0.19% | 0.99% | - |
| XYZ | 73.26 | 68.11 | 70.91 | - |
| YUV | 218.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 211 | 0 | 0.19 | 0.16 | 0.01 | 350.2 | 0.89 | 0.89 |
| Hex | FC | CB | D3 | 0 | 13 | 10 | 1 | 15E | 59 | 59 |
| Octal | 374 | 313 | 323 | 0 | 23 | 20 | 1 | 536 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11010011 | 0 | 10011 | 10000 | 1 | 101011110 | 1011001 | 1011001 |
Color Harmonies of #FCCBD3
Complementary color
Monochromatic Colors of #FCCBD3
Black with #FCCBD3
Text Example
Text Example
White with #FCCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBD3; }
p { color: rgb(252,203,211); }
H1.HeaderClassName
{
color: #FCCBD3;
}
.AnyTagClassName
{
color: #FCCBD3;
}
</style>
background-color css
<style>
a { background-color: #FCCBD3; }
a { background-color: rgb(252,203,211); }
div.DivClassName
{
background-color: #FCCBD3;
}
.BgClassName
{
background-color: #FCCBD3;
}
</style>
border-color css
<style>
span { border-color: #FCCBD3; }
span { border-color: rgb(252,203,211); }
td.TdClassName
{
border-color: #FCCBD3;
}
.TagClassName
{
border-color: #FCCBD3;
}
</style>