Shades of Pink Lace #FBC8D6
Tints of Pink Lace #FBC8D6
RGB
CMYK
RGB Variations
Color information
#FBC8D6 (or 0xFBC8D6) is known color: Pink Lace. HEX triplet: FB, C8 and D6. RGB value is (251,200,214). Sum of RGB (Red+Green+Blue) = 251+200+214=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8D6 is #043729. Grayscale: #D8D8D8. Windows color (decimal): -276266 or 14076155. OLE color: 14076155.
HSL color Cylindrical-coordinate representation of color #FBC8D6: hue angle of 343.53º 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 #FBC8D6 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 214 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.02 |
| HSL | 343.53º | 0.86% | 0.88% | - |
| HSV(B) | 343.53º | 0.2% | 0.98% | - |
| XYZ | 72.58 | 66.67 | 72.66 | - |
| YUV | 216.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 214 | 0 | 0.20 | 0.15 | 0.02 | 343.53 | 0.86 | 0.88 |
| Hex | FB | C8 | D6 | 0 | 14 | F | 2 | 158 | 56 | 58 |
| Octal | 373 | 310 | 326 | 0 | 24 | 17 | 2 | 530 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11010110 | 0 | 10100 | 1111 | 10 | 101011000 | 1010110 | 1011000 |
Color Harmonies of #FBC8D6
Complementary color
Monochromatic Colors of #FBC8D6
Black with #FBC8D6
Text Example
Text Example
White with #FBC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8D6; }
p { color: rgb(251,200,214); }
H1.HeaderClassName
{
color: #FBC8D6;
}
.AnyTagClassName
{
color: #FBC8D6;
}
</style>
background-color css
<style>
a { background-color: #FBC8D6; }
a { background-color: rgb(251,200,214); }
div.DivClassName
{
background-color: #FBC8D6;
}
.BgClassName
{
background-color: #FBC8D6;
}
</style>
border-color css
<style>
span { border-color: #FBC8D6; }
span { border-color: rgb(251,200,214); }
td.TdClassName
{
border-color: #FBC8D6;
}
.TagClassName
{
border-color: #FBC8D6;
}
</style>