Shades of Ivory #FFFFF0
Tints of Ivory #FFFFF0
RGB
CMYK
RGB Variations
Color information
#FFFFF0 (or 0xFFFFF0) is known color: Ivory. HEX triplet: FF, FF and F0. RGB value is (255,255,240). Sum of RGB (Red+Green+Blue) = 255+255+240=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 240 (94.14% from 255 or 32% from 750); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF0 is #00000F. Grayscale: #FDFDFD. Windows color (decimal): -16 or 15794175. OLE color: 15794175.
HSL color Cylindrical-coordinate representation of color #FFFFF0: hue angle of 60º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFFFF0 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 240 | - |
CMYK | 0 | 0 | 0.06 | 0 |
HSL | 60º | 1% | 0.97% | - |
HSV(B) | 60º | 0.06% | 1% | - |
XYZ | 92.73 | 99.07 | 96.67 | - |
YUV | 253.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 240 | 0 | 0 | 0.06 | 0 | 60 | 1 | 0.97 |
Hex | FF | FF | F0 | 0 | 0 | 6 | 0 | 3C | 64 | 61 |
Octal | 377 | 377 | 360 | 0 | 0 | 6 | 0 | 74 | 144 | 141 |
Binary | 11111111 | 11111111 | 11110000 | 0 | 0 | 110 | 0 | 111100 | 1100100 | 1100001 |
Color Harmonies of #FFFFF0
Complementary color
Monochromatic Colors of #FFFFF0
Black with #FFFFF0
Text Example
Text Example
White with #FFFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFF0; }
p { color: rgb(255,255,240); }
H1.HeaderClassName
{
color: #FFFFF0;
}
.AnyTagClassName
{
color: #FFFFF0;
}
</style>
background-color css
<style>
a { background-color: #FFFFF0; }
a { background-color: rgb(255,255,240); }
div.DivClassName
{
background-color: #FFFFF0;
}
.BgClassName
{
background-color: #FFFFF0;
}
</style>
border-color css
<style>
span { border-color: #FFFFF0; }
span { border-color: rgb(255,255,240); }
td.TdClassName
{
border-color: #FFFFF0;
}
.TagClassName
{
border-color: #FFFFF0;
}
</style>