Shades of Old Lace #FAF2E3
Tints of Old Lace #FAF2E3
RGB
CMYK
RGB Variations
Color information
#FAF2E3 (or 0xFAF2E3) is known color: Old Lace. HEX triplet: FA, F2 and E3. RGB value is (250,242,227). Sum of RGB (Red+Green+Blue) = 250+242+227=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 227 (89.06% from 255 or 31.57% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2E3 is #050D1C. Grayscale: #F2F2F2. Windows color (decimal): -331037 or 14938874. OLE color: 14938874.
HSL color Cylindrical-coordinate representation of color #FAF2E3: hue angle of 39.13º degrees, saturation: 0.7, 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 #FAF2E3 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 227 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.02 |
| HSL | 39.13º | 0.7% | 0.94% | - |
| HSV(B) | 39.13º | 0.09% | 0.98% | - |
| XYZ | 85.04 | 89.37 | 85.44 | - |
| YUV | 242.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 227 | 0 | 0.03 | 0.09 | 0.02 | 39.13 | 0.7 | 0.94 |
| Hex | FA | F2 | E3 | 0 | 3 | 9 | 2 | 27 | 46 | 5E |
| Octal | 372 | 362 | 343 | 0 | 3 | 11 | 2 | 47 | 106 | 136 |
| Binary | 11111010 | 11110010 | 11100011 | 0 | 11 | 1001 | 10 | 100111 | 1000110 | 1011110 |
Color Harmonies of #FAF2E3
Complementary color
Monochromatic Colors of #FAF2E3
Black with #FAF2E3
Text Example
Text Example
White with #FAF2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2E3; }
p { color: rgb(250,242,227); }
H1.HeaderClassName
{
color: #FAF2E3;
}
.AnyTagClassName
{
color: #FAF2E3;
}
</style>
background-color css
<style>
a { background-color: #FAF2E3; }
a { background-color: rgb(250,242,227); }
div.DivClassName
{
background-color: #FAF2E3;
}
.BgClassName
{
background-color: #FAF2E3;
}
</style>
border-color css
<style>
span { border-color: #FAF2E3; }
span { border-color: rgb(250,242,227); }
td.TdClassName
{
border-color: #FAF2E3;
}
.TagClassName
{
border-color: #FAF2E3;
}
</style>