Shades of Ivory #FFFFF9
Tints of Ivory #FFFFF9
RGB
CMYK
RGB Variations
Color information
#FFFFF9 (or 0xFFFFF9) is known color: Ivory. HEX triplet: FF, FF and F9. RGB value is (255,255,249). Sum of RGB (Red+Green+Blue) = 255+255+249=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 255 (100% from 255 or 33.60% from 759); Blue value is 249 (97.66% from 255 or 32.81% from 759); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF9 is #000006. Grayscale: #FEFEFE. Windows color (decimal): -7 or 16383999. OLE color: 16383999.
HSL color Cylindrical-coordinate representation of color #FFFFF9: hue angle of 60º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFFF9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 249 | - |
CMYK | 0 | 0 | 0.02 | 0 |
HSL | 60º | 1% | 0.99% | - |
HSV(B) | 60º | 0.02% | 1% | - |
XYZ | 94.1 | 99.62 | 103.89 | - |
YUV | 254.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 249 | 0 | 0 | 0.02 | 0 | 60 | 1 | 0.99 |
Hex | FF | FF | F9 | 0 | 0 | 2 | 0 | 3C | 64 | 63 |
Octal | 377 | 377 | 371 | 0 | 0 | 2 | 0 | 74 | 144 | 143 |
Binary | 11111111 | 11111111 | 11111001 | 0 | 0 | 10 | 0 | 111100 | 1100100 | 1100011 |
Color Harmonies of #FFFFF9
Complementary color
Monochromatic Colors of #FFFFF9
Black with #FFFFF9
Text Example
Text Example
White with #FFFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFF9; }
p { color: rgb(255,255,249); }
H1.HeaderClassName
{
color: #FFFFF9;
}
.AnyTagClassName
{
color: #FFFFF9;
}
</style>
background-color css
<style>
a { background-color: #FFFFF9; }
a { background-color: rgb(255,255,249); }
div.DivClassName
{
background-color: #FFFFF9;
}
.BgClassName
{
background-color: #FFFFF9;
}
</style>
border-color css
<style>
span { border-color: #FFFFF9; }
span { border-color: rgb(255,255,249); }
td.TdClassName
{
border-color: #FFFFF9;
}
.TagClassName
{
border-color: #FFFFF9;
}
</style>