Shades of Ivory #FFFFF7
Tints of Ivory #FFFFF7
RGB
CMYK
RGB Variations
Color information
#FFFFF7 (or 0xFFFFF7) is known color: Ivory. HEX triplet: FF, FF and F7. RGB value is (255,255,247). Sum of RGB (Red+Green+Blue) = 255+255+247=757 (100% of max value = 765). Red value is 255 (100% from 255 or 33.69% from 757); Green value is 255 (100% from 255 or 33.69% from 757); Blue value is 247 (96.88% from 255 or 32.63% from 757); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF7 is #000008. Grayscale: #FEFEFE. Windows color (decimal): -9 or 16252927. OLE color: 16252927.
HSL color Cylindrical-coordinate representation of color #FFFFF7: hue angle of 60º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFFFF7 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 247 | - |
| CMYK | 0 | 0 | 0.03 | 0 |
| HSL | 60º | 1% | 0.98% | - |
| HSV(B) | 60º | 0.03% | 1% | - |
| XYZ | 93.79 | 99.5 | 102.26 | - |
| YUV | 254.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 247 | 0 | 0 | 0.03 | 0 | 60 | 1 | 0.98 |
| Hex | FF | FF | F7 | 0 | 0 | 3 | 0 | 3C | 64 | 62 |
| Octal | 377 | 377 | 367 | 0 | 0 | 3 | 0 | 74 | 144 | 142 |
| Binary | 11111111 | 11111111 | 11110111 | 0 | 0 | 11 | 0 | 111100 | 1100100 | 1100010 |
Color Harmonies of #FFFFF7
Complementary color
Monochromatic Colors of #FFFFF7
Black with #FFFFF7
Text Example
Text Example
White with #FFFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFF7; }
p { color: rgb(255,255,247); }
H1.HeaderClassName
{
color: #FFFFF7;
}
.AnyTagClassName
{
color: #FFFFF7;
}
</style>
background-color css
<style>
a { background-color: #FFFFF7; }
a { background-color: rgb(255,255,247); }
div.DivClassName
{
background-color: #FFFFF7;
}
.BgClassName
{
background-color: #FFFFF7;
}
</style>
border-color css
<style>
span { border-color: #FFFFF7; }
span { border-color: rgb(255,255,247); }
td.TdClassName
{
border-color: #FFFFF7;
}
.TagClassName
{
border-color: #FFFFF7;
}
</style>