Shades of Old Lace #FAF5E9
Tints of Old Lace #FAF5E9
RGB
CMYK
RGB Variations
Color information
#FAF5E9 (or 0xFAF5E9) is known color: Old Lace. HEX triplet: FA, F5 and E9. RGB value is (250,245,233). Sum of RGB (Red+Green+Blue) = 250+245+233=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 245 (96.09% from 255 or 33.65% from 728); Blue value is 233 (91.41% from 255 or 32.01% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5E9 is #050A16. Grayscale: #F5F5F5. Windows color (decimal): -330263 or 15332858. OLE color: 15332858.
HSL color Cylindrical-coordinate representation of color #FAF5E9: hue angle of 42.35º degrees, saturation: 0.63, 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 #FAF5E9 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 245 | 233 | - |
CMYK | 0 | 0.02 | 0.07 | 0.02 |
HSL | 42.35º | 0.63% | 0.95% | - |
HSV(B) | 42.35º | 0.07% | 0.98% | - |
XYZ | 86.78 | 91.51 | 90.18 | - |
YUV | 245.13 | 121.16 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 245 | 233 | 0 | 0.02 | 0.07 | 0.02 | 42.35 | 0.63 | 0.95 |
Hex | FA | F5 | E9 | 0 | 2 | 7 | 2 | 2A | 3F | 5F |
Octal | 372 | 365 | 351 | 0 | 2 | 7 | 2 | 52 | 77 | 137 |
Binary | 11111010 | 11110101 | 11101001 | 0 | 10 | 111 | 10 | 101010 | 111111 | 1011111 |
Color Harmonies of #FAF5E9
Complementary color
Monochromatic Colors of #FAF5E9
Black with #FAF5E9
Text Example
Text Example
White with #FAF5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5E9; }
p { color: rgb(250,245,233); }
H1.HeaderClassName
{
color: #FAF5E9;
}
.AnyTagClassName
{
color: #FAF5E9;
}
</style>
background-color css
<style>
a { background-color: #FAF5E9; }
a { background-color: rgb(250,245,233); }
div.DivClassName
{
background-color: #FAF5E9;
}
.BgClassName
{
background-color: #FAF5E9;
}
</style>
border-color css
<style>
span { border-color: #FAF5E9; }
span { border-color: rgb(250,245,233); }
td.TdClassName
{
border-color: #FAF5E9;
}
.TagClassName
{
border-color: #FAF5E9;
}
</style>