Shades of Ivory #FFFFF6
Tints of Ivory #FFFFF6
RGB
CMYK
RGB Variations
Color information
#FFFFF6 (or 0xFFFFF6) is known color: Ivory. HEX triplet: FF, FF and F6. RGB value is (255,255,246). Sum of RGB (Red+Green+Blue) = 255+255+246=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 255 (100% from 255 or 33.73% from 756); Blue value is 246 (96.48% from 255 or 32.54% from 756); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF6 is #000009. Grayscale: #FEFEFE. Windows color (decimal): -10 or 16187391. OLE color: 16187391.
HSL color Cylindrical-coordinate representation of color #FFFFF6: hue angle of 60º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFFFF6 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 246 | - |
| CMYK | 0 | 0 | 0.04 | 0 |
| HSL | 60º | 1% | 0.98% | - |
| HSV(B) | 60º | 0.04% | 1% | - |
| XYZ | 93.63 | 99.43 | 101.45 | - |
| YUV | 253.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 246 | 0 | 0 | 0.04 | 0 | 60 | 1 | 0.98 |
| Hex | FF | FF | F6 | 0 | 0 | 4 | 0 | 3C | 64 | 62 |
| Octal | 377 | 377 | 366 | 0 | 0 | 4 | 0 | 74 | 144 | 142 |
| Binary | 11111111 | 11111111 | 11110110 | 0 | 0 | 100 | 0 | 111100 | 1100100 | 1100010 |
Color Harmonies of #FFFFF6
Complementary color
Monochromatic Colors of #FFFFF6
Black with #FFFFF6
Text Example
Text Example
White with #FFFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFF6; }
p { color: rgb(255,255,246); }
H1.HeaderClassName
{
color: #FFFFF6;
}
.AnyTagClassName
{
color: #FFFFF6;
}
</style>
background-color css
<style>
a { background-color: #FFFFF6; }
a { background-color: rgb(255,255,246); }
div.DivClassName
{
background-color: #FFFFF6;
}
.BgClassName
{
background-color: #FFFFF6;
}
</style>
border-color css
<style>
span { border-color: #FFFFF6; }
span { border-color: rgb(255,255,246); }
td.TdClassName
{
border-color: #FFFFF6;
}
.TagClassName
{
border-color: #FFFFF6;
}
</style>