Shades of Pink Lace #FBC7D8
Tints of Pink Lace #FBC7D8
RGB
CMYK
RGB Variations
Color information
#FBC7D8 (or 0xFBC7D8) is known color: Pink Lace. HEX triplet: FB, C7 and D8. RGB value is (251,199,216). Sum of RGB (Red+Green+Blue) = 251+199+216=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D8 is #043827. Grayscale: #D8D8D8. Windows color (decimal): -276520 or 14206971. OLE color: 14206971.
HSL color Cylindrical-coordinate representation of color #FBC7D8: hue angle of 340.38º 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 #FBC7D8 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 216 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.02 |
| HSL | 340.38º | 0.87% | 0.88% | - |
| HSV(B) | 340.38º | 0.21% | 0.98% | - |
| XYZ | 72.6 | 66.31 | 73.94 | - |
| YUV | 216.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 216 | 0 | 0.21 | 0.14 | 0.02 | 340.38 | 0.87 | 0.88 |
| Hex | FB | C7 | D8 | 0 | 15 | E | 2 | 154 | 57 | 58 |
| Octal | 373 | 307 | 330 | 0 | 25 | 16 | 2 | 524 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11011000 | 0 | 10101 | 1110 | 10 | 101010100 | 1010111 | 1011000 |
Color Harmonies of #FBC7D8
Complementary color
Monochromatic Colors of #FBC7D8
Black with #FBC7D8
Text Example
Text Example
White with #FBC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7D8; }
p { color: rgb(251,199,216); }
H1.HeaderClassName
{
color: #FBC7D8;
}
.AnyTagClassName
{
color: #FBC7D8;
}
</style>
background-color css
<style>
a { background-color: #FBC7D8; }
a { background-color: rgb(251,199,216); }
div.DivClassName
{
background-color: #FBC7D8;
}
.BgClassName
{
background-color: #FBC7D8;
}
</style>
border-color css
<style>
span { border-color: #FBC7D8; }
span { border-color: rgb(251,199,216); }
td.TdClassName
{
border-color: #FBC7D8;
}
.TagClassName
{
border-color: #FBC7D8;
}
</style>