Shades of Pink Lace #FBC8D5
Tints of Pink Lace #FBC8D5
RGB
CMYK
RGB Variations
Color information
#FBC8D5 (or 0xFBC8D5) is known color: Pink Lace. HEX triplet: FB, C8 and D5. RGB value is (251,200,213). Sum of RGB (Red+Green+Blue) = 251+200+213=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8D5 is #04372A. Grayscale: #D8D8D8. Windows color (decimal): -276267 or 14010619. OLE color: 14010619.
HSL color Cylindrical-coordinate representation of color #FBC8D5: hue angle of 344.71º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8D5 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 213 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.02 |
| HSL | 344.71º | 0.86% | 0.88% | - |
| HSV(B) | 344.71º | 0.2% | 0.98% | - |
| XYZ | 72.45 | 66.62 | 71.99 | - |
| YUV | 216.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 213 | 0 | 0.20 | 0.15 | 0.02 | 344.71 | 0.86 | 0.88 |
| Hex | FB | C8 | D5 | 0 | 14 | F | 2 | 159 | 56 | 58 |
| Octal | 373 | 310 | 325 | 0 | 24 | 17 | 2 | 531 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11010101 | 0 | 10100 | 1111 | 10 | 101011001 | 1010110 | 1011000 |
Color Harmonies of #FBC8D5
Complementary color
Monochromatic Colors of #FBC8D5
Black with #FBC8D5
Text Example
Text Example
White with #FBC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8D5; }
p { color: rgb(251,200,213); }
H1.HeaderClassName
{
color: #FBC8D5;
}
.AnyTagClassName
{
color: #FBC8D5;
}
</style>
background-color css
<style>
a { background-color: #FBC8D5; }
a { background-color: rgb(251,200,213); }
div.DivClassName
{
background-color: #FBC8D5;
}
.BgClassName
{
background-color: #FBC8D5;
}
</style>
border-color css
<style>
span { border-color: #FBC8D5; }
span { border-color: rgb(251,200,213); }
td.TdClassName
{
border-color: #FBC8D5;
}
.TagClassName
{
border-color: #FBC8D5;
}
</style>