Shades of Ivory #FFFDEE
Tints of Ivory #FFFDEE
RGB
CMYK
RGB Variations
Color information
#FFFDEE (or 0xFFFDEE) is known color: Ivory. HEX triplet: FF, FD and EE. RGB value is (255,253,238). Sum of RGB (Red+Green+Blue) = 255+253+238=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 238 (93.36% from 255 or 31.90% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDEE is #000211. Grayscale: #FBFBFB. Windows color (decimal): -530 or 15662591. OLE color: 15662591.
HSL color Cylindrical-coordinate representation of color #FFFDEE: hue angle of 52.94º 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 #FFFDEE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 238 | - |
CMYK | 0 | 0.01 | 0.07 | 0 |
HSL | 52.94º | 1% | 0.97% | - |
HSV(B) | 52.94º | 0.07% | 1% | - |
XYZ | 91.8 | 97.68 | 94.91 | - |
YUV | 251.89 | 120.16 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 238 | 0 | 0.01 | 0.07 | 0 | 52.94 | 1 | 0.97 |
Hex | FF | FD | EE | 0 | 1 | 7 | 0 | 35 | 64 | 61 |
Octal | 377 | 375 | 356 | 0 | 1 | 7 | 0 | 65 | 144 | 141 |
Binary | 11111111 | 11111101 | 11101110 | 0 | 1 | 111 | 0 | 110101 | 1100100 | 1100001 |
Color Harmonies of #FFFDEE
Complementary color
Monochromatic Colors of #FFFDEE
Black with #FFFDEE
Text Example
Text Example
White with #FFFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDEE; }
p { color: rgb(255,253,238); }
H1.HeaderClassName
{
color: #FFFDEE;
}
.AnyTagClassName
{
color: #FFFDEE;
}
</style>
background-color css
<style>
a { background-color: #FFFDEE; }
a { background-color: rgb(255,253,238); }
div.DivClassName
{
background-color: #FFFDEE;
}
.BgClassName
{
background-color: #FFFDEE;
}
</style>
border-color css
<style>
span { border-color: #FFFDEE; }
span { border-color: rgb(255,253,238); }
td.TdClassName
{
border-color: #FFFDEE;
}
.TagClassName
{
border-color: #FFFDEE;
}
</style>