Shades of Old Lace #FAF5EC
Tints of Old Lace #FAF5EC
RGB
CMYK
RGB Variations
Color information
#FAF5EC (or 0xFAF5EC) is known color: Old Lace. HEX triplet: FA, F5 and EC. RGB value is (250,245,236). Sum of RGB (Red+Green+Blue) = 250+245+236=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 236 (92.58% from 255 or 32.28% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5EC is #050A13. Grayscale: #F5F5F5. Windows color (decimal): -330260 or 15529466. OLE color: 15529466.
HSL color Cylindrical-coordinate representation of color #FAF5EC: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF5EC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 236 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.02 |
| HSL | 38.57º | 0.58% | 0.95% | - |
| HSV(B) | 38.57º | 0.06% | 0.98% | - |
| XYZ | 87.22 | 91.68 | 92.46 | - |
| YUV | 245.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 236 | 0 | 0.02 | 0.06 | 0.02 | 38.57 | 0.58 | 0.95 |
| Hex | FA | F5 | EC | 0 | 2 | 6 | 2 | 27 | 3A | 5F |
| Octal | 372 | 365 | 354 | 0 | 2 | 6 | 2 | 47 | 72 | 137 |
| Binary | 11111010 | 11110101 | 11101100 | 0 | 10 | 110 | 10 | 100111 | 111010 | 1011111 |
Color Harmonies of #FAF5EC
Complementary color
Monochromatic Colors of #FAF5EC
Black with #FAF5EC
Text Example
Text Example
White with #FAF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5EC; }
p { color: rgb(250,245,236); }
H1.HeaderClassName
{
color: #FAF5EC;
}
.AnyTagClassName
{
color: #FAF5EC;
}
</style>
background-color css
<style>
a { background-color: #FAF5EC; }
a { background-color: rgb(250,245,236); }
div.DivClassName
{
background-color: #FAF5EC;
}
.BgClassName
{
background-color: #FAF5EC;
}
</style>
border-color css
<style>
span { border-color: #FAF5EC; }
span { border-color: rgb(250,245,236); }
td.TdClassName
{
border-color: #FAF5EC;
}
.TagClassName
{
border-color: #FAF5EC;
}
</style>