Shades of Old Lace #FBF2E1
Tints of Old Lace #FBF2E1
RGB
CMYK
RGB Variations
Color information
#FBF2E1 (or 0xFBF2E1) is known color: Old Lace. HEX triplet: FB, F2 and E1. RGB value is (251,242,225). Sum of RGB (Red+Green+Blue) = 251+242+225=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 225 (88.28% from 255 or 31.34% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2E1 is #040D1E. Grayscale: #F2F2F2. Windows color (decimal): -265503 or 14807803. OLE color: 14807803.
HSL color Cylindrical-coordinate representation of color #FBF2E1: hue angle of 39.23º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBF2E1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 225 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 39.23º | 0.76% | 0.93% | - |
| HSV(B) | 39.23º | 0.1% | 0.98% | - |
| XYZ | 85.13 | 89.45 | 84.01 | - |
| YUV | 242.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 225 | 0 | 0.04 | 0.10 | 0.02 | 39.23 | 0.76 | 0.93 |
| Hex | FB | F2 | E1 | 0 | 4 | A | 2 | 27 | 4C | 5D |
| Octal | 373 | 362 | 341 | 0 | 4 | 12 | 2 | 47 | 114 | 135 |
| Binary | 11111011 | 11110010 | 11100001 | 0 | 100 | 1010 | 10 | 100111 | 1001100 | 1011101 |
Color Harmonies of #FBF2E1
Complementary color
Monochromatic Colors of #FBF2E1
Black with #FBF2E1
Text Example
Text Example
White with #FBF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2E1; }
p { color: rgb(251,242,225); }
H1.HeaderClassName
{
color: #FBF2E1;
}
.AnyTagClassName
{
color: #FBF2E1;
}
</style>
background-color css
<style>
a { background-color: #FBF2E1; }
a { background-color: rgb(251,242,225); }
div.DivClassName
{
background-color: #FBF2E1;
}
.BgClassName
{
background-color: #FBF2E1;
}
</style>
border-color css
<style>
span { border-color: #FBF2E1; }
span { border-color: rgb(251,242,225); }
td.TdClassName
{
border-color: #FBF2E1;
}
.TagClassName
{
border-color: #FBF2E1;
}
</style>