Shades of Old Lace #FAF4E5
Tints of Old Lace #FAF4E5
RGB
CMYK
RGB Variations
Color information
#FAF4E5 (or 0xFAF4E5) is known color: Old Lace. HEX triplet: FA, F4 and E5. RGB value is (250,244,229). Sum of RGB (Red+Green+Blue) = 250+244+229=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 244 (95.70% from 255 or 33.75% from 723); Blue value is 229 (89.84% from 255 or 31.67% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4E5 is #050B1A. Grayscale: #F4F4F4. Windows color (decimal): -330523 or 15070458. OLE color: 15070458.
HSL color Cylindrical-coordinate representation of color #FAF4E5: hue angle of 42.86º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF4E5 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 229 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.02 |
| HSL | 42.86º | 0.68% | 0.94% | - |
| HSV(B) | 42.86º | 0.08% | 0.98% | - |
| XYZ | 85.92 | 90.68 | 87.1 | - |
| YUV | 244.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 229 | 0 | 0.02 | 0.08 | 0.02 | 42.86 | 0.68 | 0.94 |
| Hex | FA | F4 | E5 | 0 | 2 | 8 | 2 | 2B | 44 | 5E |
| Octal | 372 | 364 | 345 | 0 | 2 | 10 | 2 | 53 | 104 | 136 |
| Binary | 11111010 | 11110100 | 11100101 | 0 | 10 | 1000 | 10 | 101011 | 1000100 | 1011110 |
Color Harmonies of #FAF4E5
Complementary color
Monochromatic Colors of #FAF4E5
Black with #FAF4E5
Text Example
Text Example
White with #FAF4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4E5; }
p { color: rgb(250,244,229); }
H1.HeaderClassName
{
color: #FAF4E5;
}
.AnyTagClassName
{
color: #FAF4E5;
}
</style>
background-color css
<style>
a { background-color: #FAF4E5; }
a { background-color: rgb(250,244,229); }
div.DivClassName
{
background-color: #FAF4E5;
}
.BgClassName
{
background-color: #FAF4E5;
}
</style>
border-color css
<style>
span { border-color: #FAF4E5; }
span { border-color: rgb(250,244,229); }
td.TdClassName
{
border-color: #FAF4E5;
}
.TagClassName
{
border-color: #FAF4E5;
}
</style>