Shades of Ivory #FFFFEE
Tints of Ivory #FFFFEE
RGB
CMYK
RGB Variations
Color information
#FFFFEE (or 0xFFFFEE) is known color: Ivory. HEX triplet: FF, FF and EE. RGB value is (255,255,238). Sum of RGB (Red+Green+Blue) = 255+255+238=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 238 (93.36% from 255 or 31.82% from 748); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFEE is #000011. Grayscale: #FDFDFD. Windows color (decimal): -18 or 15663103. OLE color: 15663103.
HSL color Cylindrical-coordinate representation of color #FFFFEE: hue angle of 60º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFFFEE is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 238 | - |
CMYK | 0 | 0 | 0.07 | 0 |
HSL | 60º | 1% | 0.97% | - |
HSV(B) | 60º | 0.07% | 1% | - |
XYZ | 92.43 | 98.95 | 95.12 | - |
YUV | 253.06 | 119.5 | 129.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 238 | 0 | 0 | 0.07 | 0 | 60 | 1 | 0.97 |
Hex | FF | FF | EE | 0 | 0 | 7 | 0 | 3C | 64 | 61 |
Octal | 377 | 377 | 356 | 0 | 0 | 7 | 0 | 74 | 144 | 141 |
Binary | 11111111 | 11111111 | 11101110 | 0 | 0 | 111 | 0 | 111100 | 1100100 | 1100001 |
Color Harmonies of #FFFFEE
Complementary color
Monochromatic Colors of #FFFFEE
Black with #FFFFEE
Text Example
Text Example
White with #FFFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFEE; }
p { color: rgb(255,255,238); }
H1.HeaderClassName
{
color: #FFFFEE;
}
.AnyTagClassName
{
color: #FFFFEE;
}
</style>
background-color css
<style>
a { background-color: #FFFFEE; }
a { background-color: rgb(255,255,238); }
div.DivClassName
{
background-color: #FFFFEE;
}
.BgClassName
{
background-color: #FFFFEE;
}
</style>
border-color css
<style>
span { border-color: #FFFFEE; }
span { border-color: rgb(255,255,238); }
td.TdClassName
{
border-color: #FFFFEE;
}
.TagClassName
{
border-color: #FFFFEE;
}
</style>