Shades of Old Lace #FAF1E1
Tints of Old Lace #FAF1E1
RGB
CMYK
RGB Variations
Color information
#FAF1E1 (or 0xFAF1E1) is known color: Old Lace. HEX triplet: FA, F1 and E1. RGB value is (250,241,225). Sum of RGB (Red+Green+Blue) = 250+241+225=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1E1 is #050E1E. Grayscale: #F1F1F1. Windows color (decimal): -331295 or 14807546. OLE color: 14807546.
HSL color Cylindrical-coordinate representation of color #FAF1E1: hue angle of 38.4º 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 #FAF1E1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 225 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 38.4º | 0.71% | 0.93% | - |
| HSV(B) | 38.4º | 0.1% | 0.98% | - |
| XYZ | 84.47 | 88.67 | 83.9 | - |
| YUV | 241.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 225 | 0 | 0.04 | 0.10 | 0.02 | 38.4 | 0.71 | 0.93 |
| Hex | FA | F1 | E1 | 0 | 4 | A | 2 | 26 | 47 | 5D |
| Octal | 372 | 361 | 341 | 0 | 4 | 12 | 2 | 46 | 107 | 135 |
| Binary | 11111010 | 11110001 | 11100001 | 0 | 100 | 1010 | 10 | 100110 | 1000111 | 1011101 |
Color Harmonies of #FAF1E1
Complementary color
Monochromatic Colors of #FAF1E1
Black with #FAF1E1
Text Example
Text Example
White with #FAF1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1E1; }
p { color: rgb(250,241,225); }
H1.HeaderClassName
{
color: #FAF1E1;
}
.AnyTagClassName
{
color: #FAF1E1;
}
</style>
background-color css
<style>
a { background-color: #FAF1E1; }
a { background-color: rgb(250,241,225); }
div.DivClassName
{
background-color: #FAF1E1;
}
.BgClassName
{
background-color: #FAF1E1;
}
</style>
border-color css
<style>
span { border-color: #FAF1E1; }
span { border-color: rgb(250,241,225); }
td.TdClassName
{
border-color: #FAF1E1;
}
.TagClassName
{
border-color: #FAF1E1;
}
</style>