Shades of Old Lace #FAF1E3
Tints of Old Lace #FAF1E3
RGB
CMYK
RGB Variations
Color information
#FAF1E3 (or 0xFAF1E3) is known color: Old Lace. HEX triplet: FA, F1 and E3. RGB value is (250,241,227). Sum of RGB (Red+Green+Blue) = 250+241+227=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1E3 is #050E1C. Grayscale: #F2F2F2. Windows color (decimal): -331293 or 14938618. OLE color: 14938618.
HSL color Cylindrical-coordinate representation of color #FAF1E3: hue angle of 36.52º 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 #FAF1E3 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 227 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.02 |
| HSL | 36.52º | 0.7% | 0.94% | - |
| HSV(B) | 36.52º | 0.09% | 0.98% | - |
| XYZ | 84.74 | 88.78 | 85.34 | - |
| YUV | 242.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 227 | 0 | 0.04 | 0.09 | 0.02 | 36.52 | 0.7 | 0.94 |
| Hex | FA | F1 | E3 | 0 | 4 | 9 | 2 | 25 | 46 | 5E |
| Octal | 372 | 361 | 343 | 0 | 4 | 11 | 2 | 45 | 106 | 136 |
| Binary | 11111010 | 11110001 | 11100011 | 0 | 100 | 1001 | 10 | 100101 | 1000110 | 1011110 |
Color Harmonies of #FAF1E3
Complementary color
Monochromatic Colors of #FAF1E3
Black with #FAF1E3
Text Example
Text Example
White with #FAF1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1E3; }
p { color: rgb(250,241,227); }
H1.HeaderClassName
{
color: #FAF1E3;
}
.AnyTagClassName
{
color: #FAF1E3;
}
</style>
background-color css
<style>
a { background-color: #FAF1E3; }
a { background-color: rgb(250,241,227); }
div.DivClassName
{
background-color: #FAF1E3;
}
.BgClassName
{
background-color: #FAF1E3;
}
</style>
border-color css
<style>
span { border-color: #FAF1E3; }
span { border-color: rgb(250,241,227); }
td.TdClassName
{
border-color: #FAF1E3;
}
.TagClassName
{
border-color: #FAF1E3;
}
</style>