Shades of Old Lace #FAF2E4
Tints of Old Lace #FAF2E4
RGB
CMYK
RGB Variations
Color information
#FAF2E4 (or 0xFAF2E4) is known color: Old Lace. HEX triplet: FA, F2 and E4. RGB value is (250,242,228). Sum of RGB (Red+Green+Blue) = 250+242+228=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 228 (89.45% from 255 or 31.67% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2E4 is #050D1B. Grayscale: #F2F2F2. Windows color (decimal): -331036 or 15004410. OLE color: 15004410.
HSL color Cylindrical-coordinate representation of color #FAF2E4: hue angle of 38.18º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAF2E4 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 228 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.02 |
| HSL | 38.18º | 0.69% | 0.94% | - |
| HSV(B) | 38.18º | 0.09% | 0.98% | - |
| XYZ | 85.18 | 89.43 | 86.17 | - |
| YUV | 242.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 228 | 0 | 0.03 | 0.09 | 0.02 | 38.18 | 0.69 | 0.94 |
| Hex | FA | F2 | E4 | 0 | 3 | 9 | 2 | 26 | 45 | 5E |
| Octal | 372 | 362 | 344 | 0 | 3 | 11 | 2 | 46 | 105 | 136 |
| Binary | 11111010 | 11110010 | 11100100 | 0 | 11 | 1001 | 10 | 100110 | 1000101 | 1011110 |
Color Harmonies of #FAF2E4
Complementary color
Monochromatic Colors of #FAF2E4
Black with #FAF2E4
Text Example
Text Example
White with #FAF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2E4; }
p { color: rgb(250,242,228); }
H1.HeaderClassName
{
color: #FAF2E4;
}
.AnyTagClassName
{
color: #FAF2E4;
}
</style>
background-color css
<style>
a { background-color: #FAF2E4; }
a { background-color: rgb(250,242,228); }
div.DivClassName
{
background-color: #FAF2E4;
}
.BgClassName
{
background-color: #FAF2E4;
}
</style>
border-color css
<style>
span { border-color: #FAF2E4; }
span { border-color: rgb(250,242,228); }
td.TdClassName
{
border-color: #FAF2E4;
}
.TagClassName
{
border-color: #FAF2E4;
}
</style>