Shades of Pink Lace #FBC7D5
Tints of Pink Lace #FBC7D5
RGB
CMYK
RGB Variations
Color information
#FBC7D5 (or 0xFBC7D5) is known color: Pink Lace. HEX triplet: FB, C7 and D5. RGB value is (251,199,213). Sum of RGB (Red+Green+Blue) = 251+199+213=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D5 is #04382A. Grayscale: #D8D8D8. Windows color (decimal): -276523 or 14010363. OLE color: 14010363.
HSL color Cylindrical-coordinate representation of color #FBC7D5: hue angle of 343.85º 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 #FBC7D5 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 213 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.02 |
| HSL | 343.85º | 0.87% | 0.88% | - |
| HSV(B) | 343.85º | 0.21% | 0.98% | - |
| XYZ | 72.22 | 66.16 | 71.91 | - |
| YUV | 216.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 213 | 0 | 0.21 | 0.15 | 0.02 | 343.85 | 0.87 | 0.88 |
| Hex | FB | C7 | D5 | 0 | 15 | F | 2 | 158 | 57 | 58 |
| Octal | 373 | 307 | 325 | 0 | 25 | 17 | 2 | 530 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11010101 | 0 | 10101 | 1111 | 10 | 101011000 | 1010111 | 1011000 |
Color Harmonies of #FBC7D5
Complementary color
Monochromatic Colors of #FBC7D5
Black with #FBC7D5
Text Example
Text Example
White with #FBC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7D5; }
p { color: rgb(251,199,213); }
H1.HeaderClassName
{
color: #FBC7D5;
}
.AnyTagClassName
{
color: #FBC7D5;
}
</style>
background-color css
<style>
a { background-color: #FBC7D5; }
a { background-color: rgb(251,199,213); }
div.DivClassName
{
background-color: #FBC7D5;
}
.BgClassName
{
background-color: #FBC7D5;
}
</style>
border-color css
<style>
span { border-color: #FBC7D5; }
span { border-color: rgb(251,199,213); }
td.TdClassName
{
border-color: #FBC7D5;
}
.TagClassName
{
border-color: #FBC7D5;
}
</style>