Shades of Pink Lace #FBC7D7
Tints of Pink Lace #FBC7D7
RGB
CMYK
RGB Variations
Color information
#FBC7D7 (or 0xFBC7D7) is known color: Pink Lace. HEX triplet: FB, C7 and D7. RGB value is (251,199,215). Sum of RGB (Red+Green+Blue) = 251+199+215=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D7 is #043828. Grayscale: #D8D8D8. Windows color (decimal): -276521 or 14141435. OLE color: 14141435.
HSL color Cylindrical-coordinate representation of color #FBC7D7: hue angle of 341.54º 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 #FBC7D7 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 215 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.02 |
| HSL | 341.54º | 0.87% | 0.88% | - |
| HSV(B) | 341.54º | 0.21% | 0.98% | - |
| XYZ | 72.47 | 66.26 | 73.26 | - |
| YUV | 216.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 215 | 0 | 0.21 | 0.14 | 0.02 | 341.54 | 0.87 | 0.88 |
| Hex | FB | C7 | D7 | 0 | 15 | E | 2 | 156 | 57 | 58 |
| Octal | 373 | 307 | 327 | 0 | 25 | 16 | 2 | 526 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11010111 | 0 | 10101 | 1110 | 10 | 101010110 | 1010111 | 1011000 |
Color Harmonies of #FBC7D7
Complementary color
Monochromatic Colors of #FBC7D7
Black with #FBC7D7
Text Example
Text Example
White with #FBC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7D7; }
p { color: rgb(251,199,215); }
H1.HeaderClassName
{
color: #FBC7D7;
}
.AnyTagClassName
{
color: #FBC7D7;
}
</style>
background-color css
<style>
a { background-color: #FBC7D7; }
a { background-color: rgb(251,199,215); }
div.DivClassName
{
background-color: #FBC7D7;
}
.BgClassName
{
background-color: #FBC7D7;
}
</style>
border-color css
<style>
span { border-color: #FBC7D7; }
span { border-color: rgb(251,199,215); }
td.TdClassName
{
border-color: #FBC7D7;
}
.TagClassName
{
border-color: #FBC7D7;
}
</style>