Shades of Old Lace #F7F3ED
Tints of Old Lace #F7F3ED
RGB
CMYK
RGB Variations
Color information
#F7F3ED (or 0xF7F3ED) is known color: Old Lace. HEX triplet: F7, F3 and ED. RGB value is (247,243,237). Sum of RGB (Red+Green+Blue) = 247+243+237=727 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.98% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F3ED is #080C12. Grayscale: #F3F3F3. Windows color (decimal): -527379 or 15594487. OLE color: 15594487.
HSL color Cylindrical-coordinate representation of color #F7F3ED: hue angle of 36º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7F3ED is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 243 | 237 | - |
CMYK | 0 | 0.02 | 0.04 | 0.03 |
HSL | 36º | 0.38% | 0.95% | - |
HSV(B) | 36º | 0.04% | 0.97% | - |
XYZ | 85.69 | 89.99 | 92.97 | - |
YUV | 243.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 243 | 237 | 0 | 0.02 | 0.04 | 0.03 | 36 | 0.38 | 0.95 |
Hex | F7 | F3 | ED | 0 | 2 | 4 | 3 | 24 | 26 | 5F |
Octal | 367 | 363 | 355 | 0 | 2 | 4 | 3 | 44 | 46 | 137 |
Binary | 11110111 | 11110011 | 11101101 | 0 | 10 | 100 | 11 | 100100 | 100110 | 1011111 |
Color Harmonies of #F7F3ED
Complementary color
Monochromatic Colors of #F7F3ED
Black with #F7F3ED
Text Example
Text Example
White with #F7F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F3ED; }
p { color: rgb(247,243,237); }
H1.HeaderClassName
{
color: #F7F3ED;
}
.AnyTagClassName
{
color: #F7F3ED;
}
</style>
background-color css
<style>
a { background-color: #F7F3ED; }
a { background-color: rgb(247,243,237); }
div.DivClassName
{
background-color: #F7F3ED;
}
.BgClassName
{
background-color: #F7F3ED;
}
</style>
border-color css
<style>
span { border-color: #F7F3ED; }
span { border-color: rgb(247,243,237); }
td.TdClassName
{
border-color: #F7F3ED;
}
.TagClassName
{
border-color: #F7F3ED;
}
</style>