Shades of Ivory #F9F8F2
Tints of Ivory #F9F8F2
RGB
CMYK
RGB Variations
Color information
#F9F8F2 (or 0xF9F8F2) is known color: Ivory. HEX triplet: F9, F8 and F2. RGB value is (249,248,242). Sum of RGB (Red+Green+Blue) = 249+248+242=739 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.69% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F8F2 is #06070D. Grayscale: #F7F7F7. Windows color (decimal): -395022 or 15923449. OLE color: 15923449.
HSL color Cylindrical-coordinate representation of color #F9F8F2: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F9F8F2 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 248 | 242 | - |
CMYK | 0 | 0.00 | 0.03 | 0.02 |
HSL | 51.43º | 0.37% | 0.96% | - |
HSV(B) | 51.43º | 0.03% | 0.98% | - |
XYZ | 88.66 | 93.69 | 97.41 | - |
YUV | 247.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 248 | 242 | 0 | 0.00 | 0.03 | 0.02 | 51.43 | 0.37 | 0.96 |
Hex | F9 | F8 | F2 | 0 | 0 | 3 | 2 | 33 | 25 | 60 |
Octal | 371 | 370 | 362 | 0 | 0 | 3 | 2 | 63 | 45 | 140 |
Binary | 11111001 | 11111000 | 11110010 | 0 | 0 | 11 | 10 | 110011 | 100101 | 1100000 |
Color Harmonies of #F9F8F2
Complementary color
Monochromatic Colors of #F9F8F2
Black with #F9F8F2
Text Example
Text Example
White with #F9F8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F8F2; }
p { color: rgb(249,248,242); }
H1.HeaderClassName
{
color: #F9F8F2;
}
.AnyTagClassName
{
color: #F9F8F2;
}
</style>
background-color css
<style>
a { background-color: #F9F8F2; }
a { background-color: rgb(249,248,242); }
div.DivClassName
{
background-color: #F9F8F2;
}
.BgClassName
{
background-color: #F9F8F2;
}
</style>
border-color css
<style>
span { border-color: #F9F8F2; }
span { border-color: rgb(249,248,242); }
td.TdClassName
{
border-color: #F9F8F2;
}
.TagClassName
{
border-color: #F9F8F2;
}
</style>