Shades of Ivory #FFFFED
Tints of Ivory #FFFFED
RGB
CMYK
RGB Variations
Color information
#FFFFED (or 0xFFFFED) is known color: Ivory. HEX triplet: FF, FF and ED. RGB value is (255,255,237). Sum of RGB (Red+Green+Blue) = 255+255+237=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 237 (92.97% from 255 or 31.73% from 747); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFED is #000012. Grayscale: #FDFDFD. Windows color (decimal): -19 or 15597567. OLE color: 15597567.
HSL color Cylindrical-coordinate representation of color #FFFFED: hue angle of 60º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFFFED is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 237 | - |
CMYK | 0 | 0 | 0.07 | 0 |
HSL | 60º | 1% | 0.96% | - |
HSV(B) | 60º | 0.07% | 1% | - |
XYZ | 92.29 | 98.89 | 94.35 | - |
YUV | 252.95 | 119 | 129.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 237 | 0 | 0 | 0.07 | 0 | 60 | 1 | 0.96 |
Hex | FF | FF | ED | 0 | 0 | 7 | 0 | 3C | 64 | 60 |
Octal | 377 | 377 | 355 | 0 | 0 | 7 | 0 | 74 | 144 | 140 |
Binary | 11111111 | 11111111 | 11101101 | 0 | 0 | 111 | 0 | 111100 | 1100100 | 1100000 |
Color Harmonies of #FFFFED
Complementary color
Monochromatic Colors of #FFFFED
Black with #FFFFED
Text Example
Text Example
White with #FFFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFED; }
p { color: rgb(255,255,237); }
H1.HeaderClassName
{
color: #FFFFED;
}
.AnyTagClassName
{
color: #FFFFED;
}
</style>
background-color css
<style>
a { background-color: #FFFFED; }
a { background-color: rgb(255,255,237); }
div.DivClassName
{
background-color: #FFFFED;
}
.BgClassName
{
background-color: #FFFFED;
}
</style>
border-color css
<style>
span { border-color: #FFFFED; }
span { border-color: rgb(255,255,237); }
td.TdClassName
{
border-color: #FFFFED;
}
.TagClassName
{
border-color: #FFFFED;
}
</style>