Shades of Old Lace #FAF2E2
Tints of Old Lace #FAF2E2
RGB
CMYK
RGB Variations
Color information
#FAF2E2 (or 0xFAF2E2) is known color: Old Lace. HEX triplet: FA, F2 and E2. RGB value is (250,242,226). Sum of RGB (Red+Green+Blue) = 250+242+226=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2E2 is #050D1D. Grayscale: #F2F2F2. Windows color (decimal): -331038 or 14873338. OLE color: 14873338.
HSL color Cylindrical-coordinate representation of color #FAF2E2: hue angle of 40º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF2E2 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 226 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.02 |
| HSL | 40º | 0.71% | 0.93% | - |
| HSV(B) | 40º | 0.1% | 0.98% | - |
| XYZ | 84.9 | 89.32 | 84.72 | - |
| YUV | 242.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 226 | 0 | 0.03 | 0.10 | 0.02 | 40 | 0.71 | 0.93 |
| Hex | FA | F2 | E2 | 0 | 3 | A | 2 | 28 | 47 | 5D |
| Octal | 372 | 362 | 342 | 0 | 3 | 12 | 2 | 50 | 107 | 135 |
| Binary | 11111010 | 11110010 | 11100010 | 0 | 11 | 1010 | 10 | 101000 | 1000111 | 1011101 |
Color Harmonies of #FAF2E2
Complementary color
Monochromatic Colors of #FAF2E2
Black with #FAF2E2
Text Example
Text Example
White with #FAF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2E2; }
p { color: rgb(250,242,226); }
H1.HeaderClassName
{
color: #FAF2E2;
}
.AnyTagClassName
{
color: #FAF2E2;
}
</style>
background-color css
<style>
a { background-color: #FAF2E2; }
a { background-color: rgb(250,242,226); }
div.DivClassName
{
background-color: #FAF2E2;
}
.BgClassName
{
background-color: #FAF2E2;
}
</style>
border-color css
<style>
span { border-color: #FAF2E2; }
span { border-color: rgb(250,242,226); }
td.TdClassName
{
border-color: #FAF2E2;
}
.TagClassName
{
border-color: #FAF2E2;
}
</style>