Shades of Ivory #F6F6EF
Tints of Ivory #F6F6EF
RGB
CMYK
RGB Variations
Color information
#F6F6EF (or 0xF6F6EF) is known color: Ivory. HEX triplet: F6, F6 and EF. RGB value is (246,246,239). Sum of RGB (Red+Green+Blue) = 246+246+239=731 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.65% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F6EF is #090910. Grayscale: #F5F5F5. Windows color (decimal): -592145 or 15726326. OLE color: 15726326.
HSL color Cylindrical-coordinate representation of color #F6F6EF: hue angle of 60º degrees, saturation: 0.28, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6F6EF is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 246 | 239 | - |
CMYK | 0 | 0 | 0.03 | 0.04 |
HSL | 60º | 0.28% | 0.95% | - |
HSV(B) | 60º | 0.03% | 0.96% | - |
XYZ | 86.54 | 91.74 | 94.81 | - |
YUV | 245.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 246 | 239 | 0 | 0 | 0.03 | 0.04 | 60 | 0.28 | 0.95 |
Hex | F6 | F6 | EF | 0 | 0 | 3 | 4 | 3C | 1C | 5F |
Octal | 366 | 366 | 357 | 0 | 0 | 3 | 4 | 74 | 34 | 137 |
Binary | 11110110 | 11110110 | 11101111 | 0 | 0 | 11 | 100 | 111100 | 11100 | 1011111 |
Color Harmonies of #F6F6EF
Complementary color
Monochromatic Colors of #F6F6EF
Black with #F6F6EF
Text Example
Text Example
White with #F6F6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F6EF; }
p { color: rgb(246,246,239); }
H1.HeaderClassName
{
color: #F6F6EF;
}
.AnyTagClassName
{
color: #F6F6EF;
}
</style>
background-color css
<style>
a { background-color: #F6F6EF; }
a { background-color: rgb(246,246,239); }
div.DivClassName
{
background-color: #F6F6EF;
}
.BgClassName
{
background-color: #F6F6EF;
}
</style>
border-color css
<style>
span { border-color: #F6F6EF; }
span { border-color: rgb(246,246,239); }
td.TdClassName
{
border-color: #F6F6EF;
}
.TagClassName
{
border-color: #F6F6EF;
}
</style>