Shades of Ivory #FFFEED
Tints of Ivory #FFFEED
RGB
CMYK
RGB Variations
Color information
#FFFEED (or 0xFFFEED) is known color: Ivory. HEX triplet: FF, FE and ED. RGB value is (255,254,237). Sum of RGB (Red+Green+Blue) = 255+254+237=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 237 (92.97% from 255 or 31.77% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEED is #000112. Grayscale: #FCFCFC. Windows color (decimal): -275 or 15597311. OLE color: 15597311.
HSL color Cylindrical-coordinate representation of color #FFFEED: hue angle of 56.67º 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 #FFFEED is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 237 | - |
CMYK | 0 | 0.00 | 0.07 | 0 |
HSL | 56.67º | 1% | 0.96% | - |
HSV(B) | 56.67º | 0.07% | 1% | - |
XYZ | 91.97 | 98.26 | 94.24 | - |
YUV | 252.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 237 | 0 | 0.00 | 0.07 | 0 | 56.67 | 1 | 0.96 |
Hex | FF | FE | ED | 0 | 0 | 7 | 0 | 39 | 64 | 60 |
Octal | 377 | 376 | 355 | 0 | 0 | 7 | 0 | 71 | 144 | 140 |
Binary | 11111111 | 11111110 | 11101101 | 0 | 0 | 111 | 0 | 111001 | 1100100 | 1100000 |
Color Harmonies of #FFFEED
Complementary color
Monochromatic Colors of #FFFEED
Black with #FFFEED
Text Example
Text Example
White with #FFFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEED; }
p { color: rgb(255,254,237); }
H1.HeaderClassName
{
color: #FFFEED;
}
.AnyTagClassName
{
color: #FFFEED;
}
</style>
background-color css
<style>
a { background-color: #FFFEED; }
a { background-color: rgb(255,254,237); }
div.DivClassName
{
background-color: #FFFEED;
}
.BgClassName
{
background-color: #FFFEED;
}
</style>
border-color css
<style>
span { border-color: #FFFEED; }
span { border-color: rgb(255,254,237); }
td.TdClassName
{
border-color: #FFFEED;
}
.TagClassName
{
border-color: #FFFEED;
}
</style>