Shades of Old Lace #FAF3E5
Tints of Old Lace #FAF3E5
RGB
CMYK
RGB Variations
Color information
#FAF3E5 (or 0xFAF3E5) is known color: Old Lace. HEX triplet: FA, F3 and E5. RGB value is (250,243,229). Sum of RGB (Red+Green+Blue) = 250+243+229=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 243 (95.31% from 255 or 33.66% from 722); Blue value is 229 (89.84% from 255 or 31.72% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3E5 is #050C1A. Grayscale: #F3F3F3. Windows color (decimal): -330779 or 15070202. OLE color: 15070202.
HSL color Cylindrical-coordinate representation of color #FAF3E5: hue angle of 40º 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 #FAF3E5 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 229 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.02 |
| HSL | 40º | 0.68% | 0.94% | - |
| HSV(B) | 40º | 0.08% | 0.98% | - |
| XYZ | 85.62 | 90.08 | 87 | - |
| YUV | 243.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 229 | 0 | 0.03 | 0.08 | 0.02 | 40 | 0.68 | 0.94 |
| Hex | FA | F3 | E5 | 0 | 3 | 8 | 2 | 28 | 44 | 5E |
| Octal | 372 | 363 | 345 | 0 | 3 | 10 | 2 | 50 | 104 | 136 |
| Binary | 11111010 | 11110011 | 11100101 | 0 | 11 | 1000 | 10 | 101000 | 1000100 | 1011110 |
Color Harmonies of #FAF3E5
Complementary color
Monochromatic Colors of #FAF3E5
Black with #FAF3E5
Text Example
Text Example
White with #FAF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3E5; }
p { color: rgb(250,243,229); }
H1.HeaderClassName
{
color: #FAF3E5;
}
.AnyTagClassName
{
color: #FAF3E5;
}
</style>
background-color css
<style>
a { background-color: #FAF3E5; }
a { background-color: rgb(250,243,229); }
div.DivClassName
{
background-color: #FAF3E5;
}
.BgClassName
{
background-color: #FAF3E5;
}
</style>
border-color css
<style>
span { border-color: #FAF3E5; }
span { border-color: rgb(250,243,229); }
td.TdClassName
{
border-color: #FAF3E5;
}
.TagClassName
{
border-color: #FAF3E5;
}
</style>