Shades of Old Lace #FBF1E2
Tints of Old Lace #FBF1E2
RGB
CMYK
RGB Variations
Color information
#FBF1E2 (or 0xFBF1E2) is known color: Old Lace. HEX triplet: FB, F1 and E2. RGB value is (251,241,226). Sum of RGB (Red+Green+Blue) = 251+241+226=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1E2 is #040E1D. Grayscale: #F2F2F2. Windows color (decimal): -265758 or 14873083. OLE color: 14873083.
HSL color Cylindrical-coordinate representation of color #FBF1E2: hue angle of 36º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBF1E2 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 226 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 36º | 0.76% | 0.94% | - |
| HSV(B) | 36º | 0.1% | 0.98% | - |
| XYZ | 84.97 | 88.91 | 84.63 | - |
| YUV | 242.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 226 | 0 | 0.04 | 0.10 | 0.02 | 36 | 0.76 | 0.94 |
| Hex | FB | F1 | E2 | 0 | 4 | A | 2 | 24 | 4C | 5E |
| Octal | 373 | 361 | 342 | 0 | 4 | 12 | 2 | 44 | 114 | 136 |
| Binary | 11111011 | 11110001 | 11100010 | 0 | 100 | 1010 | 10 | 100100 | 1001100 | 1011110 |
Color Harmonies of #FBF1E2
Complementary color
Monochromatic Colors of #FBF1E2
Black with #FBF1E2
Text Example
Text Example
White with #FBF1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1E2; }
p { color: rgb(251,241,226); }
H1.HeaderClassName
{
color: #FBF1E2;
}
.AnyTagClassName
{
color: #FBF1E2;
}
</style>
background-color css
<style>
a { background-color: #FBF1E2; }
a { background-color: rgb(251,241,226); }
div.DivClassName
{
background-color: #FBF1E2;
}
.BgClassName
{
background-color: #FBF1E2;
}
</style>
border-color css
<style>
span { border-color: #FBF1E2; }
span { border-color: rgb(251,241,226); }
td.TdClassName
{
border-color: #FBF1E2;
}
.TagClassName
{
border-color: #FBF1E2;
}
</style>