Shades of Ivory #F7F7ED
Tints of Ivory #F7F7ED
RGB
CMYK
RGB Variations
Color information
#F7F7ED (or 0xF7F7ED) is known color: Ivory. HEX triplet: F7, F7 and ED. RGB value is (247,247,237). Sum of RGB (Red+Green+Blue) = 247+247+237=731 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.79% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F7ED is #080812. Grayscale: #F5F5F5. Windows color (decimal): -526355 or 15595511. OLE color: 15595511.
HSL color Cylindrical-coordinate representation of color #F7F7ED: hue angle of 60º 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 #F7F7ED is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 247 | 237 | - |
CMYK | 0 | 0 | 0.04 | 0.03 |
HSL | 60º | 0.38% | 0.95% | - |
HSV(B) | 60º | 0.04% | 0.97% | - |
XYZ | 86.9 | 92.41 | 93.38 | - |
YUV | 245.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 247 | 237 | 0 | 0 | 0.04 | 0.03 | 60 | 0.38 | 0.95 |
Hex | F7 | F7 | ED | 0 | 0 | 4 | 3 | 3C | 26 | 5F |
Octal | 367 | 367 | 355 | 0 | 0 | 4 | 3 | 74 | 46 | 137 |
Binary | 11110111 | 11110111 | 11101101 | 0 | 0 | 100 | 11 | 111100 | 100110 | 1011111 |
Color Harmonies of #F7F7ED
Complementary color
Monochromatic Colors of #F7F7ED
Black with #F7F7ED
Text Example
Text Example
White with #F7F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F7ED; }
p { color: rgb(247,247,237); }
H1.HeaderClassName
{
color: #F7F7ED;
}
.AnyTagClassName
{
color: #F7F7ED;
}
</style>
background-color css
<style>
a { background-color: #F7F7ED; }
a { background-color: rgb(247,247,237); }
div.DivClassName
{
background-color: #F7F7ED;
}
.BgClassName
{
background-color: #F7F7ED;
}
</style>
border-color css
<style>
span { border-color: #F7F7ED; }
span { border-color: rgb(247,247,237); }
td.TdClassName
{
border-color: #F7F7ED;
}
.TagClassName
{
border-color: #F7F7ED;
}
</style>