Shades of Ivory #FFFFF4
Tints of Ivory #FFFFF4
RGB
CMYK
RGB Variations
Color information
#FFFFF4 (or 0xFFFFF4) is known color: Ivory. HEX triplet: FF, FF and F4. RGB value is (255,255,244). Sum of RGB (Red+Green+Blue) = 255+255+244=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 255 (100% from 255 or 33.82% from 754); Blue value is 244 (95.70% from 255 or 32.36% from 754); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF4 is #00000B. Grayscale: #FDFDFD. Windows color (decimal): -12 or 16056319. OLE color: 16056319.
HSL color Cylindrical-coordinate representation of color #FFFFF4: 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 #FFFFF4 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 244 | - |
CMYK | 0 | 0 | 0.04 | 0 |
HSL | 60º | 1% | 0.98% | - |
HSV(B) | 60º | 0.04% | 1% | - |
XYZ | 93.33 | 99.31 | 99.84 | - |
YUV | 253.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 244 | 0 | 0 | 0.04 | 0 | 60 | 1 | 0.98 |
Hex | FF | FF | F4 | 0 | 0 | 4 | 0 | 3C | 64 | 62 |
Octal | 377 | 377 | 364 | 0 | 0 | 4 | 0 | 74 | 144 | 142 |
Binary | 11111111 | 11111111 | 11110100 | 0 | 0 | 100 | 0 | 111100 | 1100100 | 1100010 |
Color Harmonies of #FFFFF4
Complementary color
Monochromatic Colors of #FFFFF4
Black with #FFFFF4
Text Example
Text Example
White with #FFFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFF4; }
p { color: rgb(255,255,244); }
H1.HeaderClassName
{
color: #FFFFF4;
}
.AnyTagClassName
{
color: #FFFFF4;
}
</style>
background-color css
<style>
a { background-color: #FFFFF4; }
a { background-color: rgb(255,255,244); }
div.DivClassName
{
background-color: #FFFFF4;
}
.BgClassName
{
background-color: #FFFFF4;
}
</style>
border-color css
<style>
span { border-color: #FFFFF4; }
span { border-color: rgb(255,255,244); }
td.TdClassName
{
border-color: #FFFFF4;
}
.TagClassName
{
border-color: #FFFFF4;
}
</style>