Shades of Ivory #F9F9EC
Tints of Ivory #F9F9EC
RGB
CMYK
RGB Variations
Color information
#F9F9EC (or 0xF9F9EC) is known color: Ivory. HEX triplet: F9, F9 and EC. RGB value is (249,249,236). Sum of RGB (Red+Green+Blue) = 249+249+236=734 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.92% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 236 (92.58% from 255 or 32.15% from 734); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9EC is #060613. Grayscale: #F7F7F7. Windows color (decimal): -394772 or 15530489. OLE color: 15530489.
HSL color Cylindrical-coordinate representation of color #F9F9EC: hue angle of 60º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F9EC is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 249 | 236 | - |
CMYK | 0 | 0 | 0.05 | 0.02 |
HSL | 60º | 0.52% | 0.95% | - |
HSV(B) | 60º | 0.05% | 0.98% | - |
XYZ | 88.08 | 93.95 | 92.85 | - |
YUV | 247.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 249 | 236 | 0 | 0 | 0.05 | 0.02 | 60 | 0.52 | 0.95 |
Hex | F9 | F9 | EC | 0 | 0 | 5 | 2 | 3C | 34 | 5F |
Octal | 371 | 371 | 354 | 0 | 0 | 5 | 2 | 74 | 64 | 137 |
Binary | 11111001 | 11111001 | 11101100 | 0 | 0 | 101 | 10 | 111100 | 110100 | 1011111 |
Color Harmonies of #F9F9EC
Complementary color
Monochromatic Colors of #F9F9EC
Black with #F9F9EC
Text Example
Text Example
White with #F9F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F9EC; }
p { color: rgb(249,249,236); }
H1.HeaderClassName
{
color: #F9F9EC;
}
.AnyTagClassName
{
color: #F9F9EC;
}
</style>
background-color css
<style>
a { background-color: #F9F9EC; }
a { background-color: rgb(249,249,236); }
div.DivClassName
{
background-color: #F9F9EC;
}
.BgClassName
{
background-color: #F9F9EC;
}
</style>
border-color css
<style>
span { border-color: #F9F9EC; }
span { border-color: rgb(249,249,236); }
td.TdClassName
{
border-color: #F9F9EC;
}
.TagClassName
{
border-color: #F9F9EC;
}
</style>