Shades of Old Lace #FAF6EA
Tints of Old Lace #FAF6EA
RGB
CMYK
RGB Variations
Color information
#FAF6EA (or 0xFAF6EA) is known color: Old Lace. HEX triplet: FA, F6 and EA. RGB value is (250,246,234). Sum of RGB (Red+Green+Blue) = 250+246+234=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6EA is #050915. Grayscale: #F5F5F5. Windows color (decimal): -330006 or 15398650. OLE color: 15398650.
HSL color Cylindrical-coordinate representation of color #FAF6EA: hue angle of 45º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF6EA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 246 | 234 | - |
CMYK | 0 | 0.02 | 0.06 | 0.02 |
HSL | 45º | 0.62% | 0.95% | - |
HSV(B) | 45º | 0.06% | 0.98% | - |
XYZ | 87.23 | 92.18 | 91.04 | - |
YUV | 245.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 246 | 234 | 0 | 0.02 | 0.06 | 0.02 | 45 | 0.62 | 0.95 |
Hex | FA | F6 | EA | 0 | 2 | 6 | 2 | 2D | 3E | 5F |
Octal | 372 | 366 | 352 | 0 | 2 | 6 | 2 | 55 | 76 | 137 |
Binary | 11111010 | 11110110 | 11101010 | 0 | 10 | 110 | 10 | 101101 | 111110 | 1011111 |
Color Harmonies of #FAF6EA
Complementary color
Monochromatic Colors of #FAF6EA
Black with #FAF6EA
Text Example
Text Example
White with #FAF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6EA; }
p { color: rgb(250,246,234); }
H1.HeaderClassName
{
color: #FAF6EA;
}
.AnyTagClassName
{
color: #FAF6EA;
}
</style>
background-color css
<style>
a { background-color: #FAF6EA; }
a { background-color: rgb(250,246,234); }
div.DivClassName
{
background-color: #FAF6EA;
}
.BgClassName
{
background-color: #FAF6EA;
}
</style>
border-color css
<style>
span { border-color: #FAF6EA; }
span { border-color: rgb(250,246,234); }
td.TdClassName
{
border-color: #FAF6EA;
}
.TagClassName
{
border-color: #FAF6EA;
}
</style>