Shades of Pink Lace #FBC7D2
Tints of Pink Lace #FBC7D2
RGB
CMYK
RGB Variations
Color information
#FBC7D2 (or 0xFBC7D2) is known color: Pink Lace. HEX triplet: FB, C7 and D2. RGB value is (251,199,210). Sum of RGB (Red+Green+Blue) = 251+199+210=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 210 (82.42% from 255 or 31.82% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D2 is #04382D. Grayscale: #D7D7D7. Windows color (decimal): -276526 or 13813755. OLE color: 13813755.
HSL color Cylindrical-coordinate representation of color #FBC7D2: hue angle of 347.31º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7D2 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 210 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.02 |
| HSL | 347.31º | 0.87% | 0.88% | - |
| HSV(B) | 347.31º | 0.21% | 0.98% | - |
| XYZ | 71.84 | 66.01 | 69.93 | - |
| YUV | 215.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 210 | 0 | 0.21 | 0.16 | 0.02 | 347.31 | 0.87 | 0.88 |
| Hex | FB | C7 | D2 | 0 | 15 | 10 | 2 | 15B | 57 | 58 |
| Octal | 373 | 307 | 322 | 0 | 25 | 20 | 2 | 533 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11010010 | 0 | 10101 | 10000 | 10 | 101011011 | 1010111 | 1011000 |
Color Harmonies of #FBC7D2
Complementary color
Monochromatic Colors of #FBC7D2
Black with #FBC7D2
Text Example
Text Example
White with #FBC7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7D2; }
p { color: rgb(251,199,210); }
H1.HeaderClassName
{
color: #FBC7D2;
}
.AnyTagClassName
{
color: #FBC7D2;
}
</style>
background-color css
<style>
a { background-color: #FBC7D2; }
a { background-color: rgb(251,199,210); }
div.DivClassName
{
background-color: #FBC7D2;
}
.BgClassName
{
background-color: #FBC7D2;
}
</style>
border-color css
<style>
span { border-color: #FBC7D2; }
span { border-color: rgb(251,199,210); }
td.TdClassName
{
border-color: #FBC7D2;
}
.TagClassName
{
border-color: #FBC7D2;
}
</style>