Shades of Old Lace #FBF5E6
Tints of Old Lace #FBF5E6
RGB
CMYK
RGB Variations
Color information
#FBF5E6 (or 0xFBF5E6) is known color: Old Lace. HEX triplet: FB, F5 and E6. RGB value is (251,245,230). Sum of RGB (Red+Green+Blue) = 251+245+230=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 245 (96.09% from 255 or 33.75% from 726); Blue value is 230 (90.23% from 255 or 31.68% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5E6 is #040A19. Grayscale: #F5F5F5. Windows color (decimal): -264730 or 15136251. OLE color: 15136251.
HSL color Cylindrical-coordinate representation of color #FBF5E6: hue angle of 42.86º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBF5E6 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 245 | 230 | - |
CMYK | 0 | 0.02 | 0.08 | 0.02 |
HSL | 42.86º | 0.72% | 0.94% | - |
HSV(B) | 42.86º | 0.08% | 0.98% | - |
XYZ | 86.72 | 91.53 | 87.96 | - |
YUV | 245.08 | 119.49 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 245 | 230 | 0 | 0.02 | 0.08 | 0.02 | 42.86 | 0.72 | 0.94 |
Hex | FB | F5 | E6 | 0 | 2 | 8 | 2 | 2B | 48 | 5E |
Octal | 373 | 365 | 346 | 0 | 2 | 10 | 2 | 53 | 110 | 136 |
Binary | 11111011 | 11110101 | 11100110 | 0 | 10 | 1000 | 10 | 101011 | 1001000 | 1011110 |
Color Harmonies of #FBF5E6
Complementary color
Monochromatic Colors of #FBF5E6
Black with #FBF5E6
Text Example
Text Example
White with #FBF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5E6; }
p { color: rgb(251,245,230); }
H1.HeaderClassName
{
color: #FBF5E6;
}
.AnyTagClassName
{
color: #FBF5E6;
}
</style>
background-color css
<style>
a { background-color: #FBF5E6; }
a { background-color: rgb(251,245,230); }
div.DivClassName
{
background-color: #FBF5E6;
}
.BgClassName
{
background-color: #FBF5E6;
}
</style>
border-color css
<style>
span { border-color: #FBF5E6; }
span { border-color: rgb(251,245,230); }
td.TdClassName
{
border-color: #FBF5E6;
}
.TagClassName
{
border-color: #FBF5E6;
}
</style>