Shades of Pink Lace #FBC9D4
Tints of Pink Lace #FBC9D4
RGB
CMYK
RGB Variations
Color information
#FBC9D4 (or 0xFBC9D4) is known color: Pink Lace. HEX triplet: FB, C9 and D4. RGB value is (251,201,212). Sum of RGB (Red+Green+Blue) = 251+201+212=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9D4 is #04362B. Grayscale: #D9D9D9. Windows color (decimal): -276012 or 13945339. OLE color: 13945339.
HSL color Cylindrical-coordinate representation of color #FBC9D4: hue angle of 346.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9D4 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 212 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.02 |
| HSL | 346.8º | 0.86% | 0.89% | - |
| HSV(B) | 346.8º | 0.2% | 0.98% | - |
| XYZ | 72.55 | 67.04 | 71.4 | - |
| YUV | 217.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 212 | 0 | 0.20 | 0.16 | 0.02 | 346.8 | 0.86 | 0.89 |
| Hex | FB | C9 | D4 | 0 | 14 | 10 | 2 | 15B | 56 | 59 |
| Octal | 373 | 311 | 324 | 0 | 24 | 20 | 2 | 533 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11010100 | 0 | 10100 | 10000 | 10 | 101011011 | 1010110 | 1011001 |
Color Harmonies of #FBC9D4
Complementary color
Monochromatic Colors of #FBC9D4
Black with #FBC9D4
Text Example
Text Example
White with #FBC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9D4; }
p { color: rgb(251,201,212); }
H1.HeaderClassName
{
color: #FBC9D4;
}
.AnyTagClassName
{
color: #FBC9D4;
}
</style>
background-color css
<style>
a { background-color: #FBC9D4; }
a { background-color: rgb(251,201,212); }
div.DivClassName
{
background-color: #FBC9D4;
}
.BgClassName
{
background-color: #FBC9D4;
}
</style>
border-color css
<style>
span { border-color: #FBC9D4; }
span { border-color: rgb(251,201,212); }
td.TdClassName
{
border-color: #FBC9D4;
}
.TagClassName
{
border-color: #FBC9D4;
}
</style>