Shades of Ivory #F9F8ED
Tints of Ivory #F9F8ED
RGB
CMYK
RGB Variations
Color information
#F9F8ED (or 0xF9F8ED) is known color: Ivory. HEX triplet: F9, F8 and ED. RGB value is (249,248,237). Sum of RGB (Red+Green+Blue) = 249+248+237=734 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.92% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F8ED is #060712. Grayscale: #F7F7F7. Windows color (decimal): -395027 or 15595769. OLE color: 15595769.
HSL color Cylindrical-coordinate representation of color #F9F8ED: hue angle of 55º degrees, saturation: 0.5, 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 #F9F8ED is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 248 | 237 | - |
CMYK | 0 | 0.00 | 0.05 | 0.02 |
HSL | 55º | 0.5% | 0.95% | - |
HSV(B) | 55º | 0.05% | 0.98% | - |
XYZ | 87.92 | 93.39 | 93.51 | - |
YUV | 247.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 248 | 237 | 0 | 0.00 | 0.05 | 0.02 | 55 | 0.5 | 0.95 |
Hex | F9 | F8 | ED | 0 | 0 | 5 | 2 | 37 | 32 | 5F |
Octal | 371 | 370 | 355 | 0 | 0 | 5 | 2 | 67 | 62 | 137 |
Binary | 11111001 | 11111000 | 11101101 | 0 | 0 | 101 | 10 | 110111 | 110010 | 1011111 |
Color Harmonies of #F9F8ED
Complementary color
Monochromatic Colors of #F9F8ED
Black with #F9F8ED
Text Example
Text Example
White with #F9F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F8ED; }
p { color: rgb(249,248,237); }
H1.HeaderClassName
{
color: #F9F8ED;
}
.AnyTagClassName
{
color: #F9F8ED;
}
</style>
background-color css
<style>
a { background-color: #F9F8ED; }
a { background-color: rgb(249,248,237); }
div.DivClassName
{
background-color: #F9F8ED;
}
.BgClassName
{
background-color: #F9F8ED;
}
</style>
border-color css
<style>
span { border-color: #F9F8ED; }
span { border-color: rgb(249,248,237); }
td.TdClassName
{
border-color: #F9F8ED;
}
.TagClassName
{
border-color: #F9F8ED;
}
</style>