Shades of Pink Lace #FBC8D3
Tints of Pink Lace #FBC8D3
RGB
CMYK
RGB Variations
Color information
#FBC8D3 (or 0xFBC8D3) is known color: Pink Lace. HEX triplet: FB, C8 and D3. RGB value is (251,200,211). Sum of RGB (Red+Green+Blue) = 251+200+211=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8D3 is #04372C. Grayscale: #D8D8D8. Windows color (decimal): -276269 or 13879547. OLE color: 13879547.
HSL color Cylindrical-coordinate representation of color #FBC8D3: hue angle of 347.06º 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 #FBC8D3 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 211 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.02 |
| HSL | 347.06º | 0.86% | 0.88% | - |
| HSV(B) | 347.06º | 0.2% | 0.98% | - |
| XYZ | 72.2 | 66.52 | 70.66 | - |
| YUV | 216.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 211 | 0 | 0.20 | 0.16 | 0.02 | 347.06 | 0.86 | 0.88 |
| Hex | FB | C8 | D3 | 0 | 14 | 10 | 2 | 15B | 56 | 58 |
| Octal | 373 | 310 | 323 | 0 | 24 | 20 | 2 | 533 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11010011 | 0 | 10100 | 10000 | 10 | 101011011 | 1010110 | 1011000 |
Color Harmonies of #FBC8D3
Complementary color
Monochromatic Colors of #FBC8D3
Black with #FBC8D3
Text Example
Text Example
White with #FBC8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8D3; }
p { color: rgb(251,200,211); }
H1.HeaderClassName
{
color: #FBC8D3;
}
.AnyTagClassName
{
color: #FBC8D3;
}
</style>
background-color css
<style>
a { background-color: #FBC8D3; }
a { background-color: rgb(251,200,211); }
div.DivClassName
{
background-color: #FBC8D3;
}
.BgClassName
{
background-color: #FBC8D3;
}
</style>
border-color css
<style>
span { border-color: #FBC8D3; }
span { border-color: rgb(251,200,211); }
td.TdClassName
{
border-color: #FBC8D3;
}
.TagClassName
{
border-color: #FBC8D3;
}
</style>