Shades of Old Lace #FBF5E9
Tints of Old Lace #FBF5E9
RGB
CMYK
RGB Variations
Color information
#FBF5E9 (or 0xFBF5E9) is known color: Old Lace. HEX triplet: FB, F5 and E9. RGB value is (251,245,233). Sum of RGB (Red+Green+Blue) = 251+245+233=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 233 (91.41% from 255 or 31.96% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5E9 is #040A16. Grayscale: #F5F5F5. Windows color (decimal): -264727 or 15332859. OLE color: 15332859.
HSL color Cylindrical-coordinate representation of color #FBF5E9: hue angle of 40º degrees, saturation: 0.69, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBF5E9 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 245 | 233 | - |
CMYK | 0 | 0.02 | 0.07 | 0.02 |
HSL | 40º | 0.69% | 0.95% | - |
HSV(B) | 40º | 0.07% | 0.98% | - |
XYZ | 87.14 | 91.7 | 90.2 | - |
YUV | 245.43 | 120.99 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 245 | 233 | 0 | 0.02 | 0.07 | 0.02 | 40 | 0.69 | 0.95 |
Hex | FB | F5 | E9 | 0 | 2 | 7 | 2 | 28 | 45 | 5F |
Octal | 373 | 365 | 351 | 0 | 2 | 7 | 2 | 50 | 105 | 137 |
Binary | 11111011 | 11110101 | 11101001 | 0 | 10 | 111 | 10 | 101000 | 1000101 | 1011111 |
Color Harmonies of #FBF5E9
Complementary color
Monochromatic Colors of #FBF5E9
Black with #FBF5E9
Text Example
Text Example
White with #FBF5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5E9; }
p { color: rgb(251,245,233); }
H1.HeaderClassName
{
color: #FBF5E9;
}
.AnyTagClassName
{
color: #FBF5E9;
}
</style>
background-color css
<style>
a { background-color: #FBF5E9; }
a { background-color: rgb(251,245,233); }
div.DivClassName
{
background-color: #FBF5E9;
}
.BgClassName
{
background-color: #FBF5E9;
}
</style>
border-color css
<style>
span { border-color: #FBF5E9; }
span { border-color: rgb(251,245,233); }
td.TdClassName
{
border-color: #FBF5E9;
}
.TagClassName
{
border-color: #FBF5E9;
}
</style>