Shades of Old Lace #FBF5E4
Tints of Old Lace #FBF5E4
RGB
CMYK
RGB Variations
Color information
#FBF5E4 (or 0xFBF5E4) is known color: Old Lace. HEX triplet: FB, F5 and E4. RGB value is (251,245,228). Sum of RGB (Red+Green+Blue) = 251+245+228=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 245 (96.09% from 255 or 33.84% from 724); Blue value is 228 (89.45% from 255 or 31.49% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5E4 is #040A1B. Grayscale: #F4F4F4. Windows color (decimal): -264732 or 15005179. OLE color: 15005179.
HSL color Cylindrical-coordinate representation of color #FBF5E4: hue angle of 44.35º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBF5E4 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 245 | 228 | - |
CMYK | 0 | 0.02 | 0.09 | 0.02 |
HSL | 44.35º | 0.74% | 0.94% | - |
HSV(B) | 44.35º | 0.09% | 0.98% | - |
XYZ | 86.44 | 91.42 | 86.49 | - |
YUV | 244.86 | 118.49 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 245 | 228 | 0 | 0.02 | 0.09 | 0.02 | 44.35 | 0.74 | 0.94 |
Hex | FB | F5 | E4 | 0 | 2 | 9 | 2 | 2C | 4A | 5E |
Octal | 373 | 365 | 344 | 0 | 2 | 11 | 2 | 54 | 112 | 136 |
Binary | 11111011 | 11110101 | 11100100 | 0 | 10 | 1001 | 10 | 101100 | 1001010 | 1011110 |
Color Harmonies of #FBF5E4
Complementary color
Monochromatic Colors of #FBF5E4
Black with #FBF5E4
Text Example
Text Example
White with #FBF5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5E4; }
p { color: rgb(251,245,228); }
H1.HeaderClassName
{
color: #FBF5E4;
}
.AnyTagClassName
{
color: #FBF5E4;
}
</style>
background-color css
<style>
a { background-color: #FBF5E4; }
a { background-color: rgb(251,245,228); }
div.DivClassName
{
background-color: #FBF5E4;
}
.BgClassName
{
background-color: #FBF5E4;
}
</style>
border-color css
<style>
span { border-color: #FBF5E4; }
span { border-color: rgb(251,245,228); }
td.TdClassName
{
border-color: #FBF5E4;
}
.TagClassName
{
border-color: #FBF5E4;
}
</style>