Shades of Old Lace #FBF3E8
Tints of Old Lace #FBF3E8
RGB
CMYK
RGB Variations
Color information
#FBF3E8 (or 0xFBF3E8) is known color: Old Lace. HEX triplet: FB, F3 and E8. RGB value is (251,243,232). Sum of RGB (Red+Green+Blue) = 251+243+232=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 243 (95.31% from 255 or 33.47% from 726); Blue value is 232 (91.02% from 255 or 31.96% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3E8 is #040C17. Grayscale: #F4F4F4. Windows color (decimal): -265240 or 15266811. OLE color: 15266811.
HSL color Cylindrical-coordinate representation of color #FBF3E8: hue angle of 34.74º degrees, saturation: 0.7, 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 #FBF3E8 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 232 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.02 |
| HSL | 34.74º | 0.7% | 0.95% | - |
| HSV(B) | 34.74º | 0.08% | 0.98% | - |
| XYZ | 86.4 | 90.44 | 89.25 | - |
| YUV | 244.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 232 | 0 | 0.03 | 0.08 | 0.02 | 34.74 | 0.7 | 0.95 |
| Hex | FB | F3 | E8 | 0 | 3 | 8 | 2 | 23 | 46 | 5F |
| Octal | 373 | 363 | 350 | 0 | 3 | 10 | 2 | 43 | 106 | 137 |
| Binary | 11111011 | 11110011 | 11101000 | 0 | 11 | 1000 | 10 | 100011 | 1000110 | 1011111 |
Color Harmonies of #FBF3E8
Complementary color
Monochromatic Colors of #FBF3E8
Black with #FBF3E8
Text Example
Text Example
White with #FBF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3E8; }
p { color: rgb(251,243,232); }
H1.HeaderClassName
{
color: #FBF3E8;
}
.AnyTagClassName
{
color: #FBF3E8;
}
</style>
background-color css
<style>
a { background-color: #FBF3E8; }
a { background-color: rgb(251,243,232); }
div.DivClassName
{
background-color: #FBF3E8;
}
.BgClassName
{
background-color: #FBF3E8;
}
</style>
border-color css
<style>
span { border-color: #FBF3E8; }
span { border-color: rgb(251,243,232); }
td.TdClassName
{
border-color: #FBF3E8;
}
.TagClassName
{
border-color: #FBF3E8;
}
</style>