Shades of Old Lace #FBF5E7
Tints of Old Lace #FBF5E7
RGB
CMYK
RGB Variations
Color information
#FBF5E7 (or 0xFBF5E7) is known color: Old Lace. HEX triplet: FB, F5 and E7. RGB value is (251,245,231). Sum of RGB (Red+Green+Blue) = 251+245+231=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 231 (90.62% from 255 or 31.77% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5E7 is #040A18. Grayscale: #F5F5F5. Windows color (decimal): -264729 or 15201787. OLE color: 15201787.
HSL color Cylindrical-coordinate representation of color #FBF5E7: hue angle of 42º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBF5E7 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 245 | 231 | - |
CMYK | 0 | 0.02 | 0.08 | 0.02 |
HSL | 42º | 0.71% | 0.95% | - |
HSV(B) | 42º | 0.08% | 0.98% | - |
XYZ | 86.86 | 91.58 | 88.7 | - |
YUV | 245.2 | 119.99 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 245 | 231 | 0 | 0.02 | 0.08 | 0.02 | 42 | 0.71 | 0.95 |
Hex | FB | F5 | E7 | 0 | 2 | 8 | 2 | 2A | 47 | 5F |
Octal | 373 | 365 | 347 | 0 | 2 | 10 | 2 | 52 | 107 | 137 |
Binary | 11111011 | 11110101 | 11100111 | 0 | 10 | 1000 | 10 | 101010 | 1000111 | 1011111 |
Color Harmonies of #FBF5E7
Complementary color
Monochromatic Colors of #FBF5E7
Black with #FBF5E7
Text Example
Text Example
White with #FBF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5E7; }
p { color: rgb(251,245,231); }
H1.HeaderClassName
{
color: #FBF5E7;
}
.AnyTagClassName
{
color: #FBF5E7;
}
</style>
background-color css
<style>
a { background-color: #FBF5E7; }
a { background-color: rgb(251,245,231); }
div.DivClassName
{
background-color: #FBF5E7;
}
.BgClassName
{
background-color: #FBF5E7;
}
</style>
border-color css
<style>
span { border-color: #FBF5E7; }
span { border-color: rgb(251,245,231); }
td.TdClassName
{
border-color: #FBF5E7;
}
.TagClassName
{
border-color: #FBF5E7;
}
</style>