Shades of Ivory #FDFEE9
Tints of Ivory #FDFEE9
RGB
CMYK
RGB Variations
Color information
#FDFEE9 (or 0xFDFEE9) is known color: Ivory. HEX triplet: FD, FE and E9. RGB value is (253,254,233). Sum of RGB (Red+Green+Blue) = 253+254+233=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 233 (91.41% from 255 or 31.49% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEE9 is #020116. Grayscale: #FBFBFB. Windows color (decimal): -131351 or 15335165. OLE color: 15335165.
HSL color Cylindrical-coordinate representation of color #FDFEE9: hue angle of 62.86º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDFEE9 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 233 | - |
CMYK | 0.00 | 0 | 0.08 | 0.00 |
HSL | 62.86º | 0.91% | 0.95% | - |
HSV(B) | 62.86º | 0.08% | 1% | - |
XYZ | 90.66 | 97.65 | 91.16 | - |
YUV | 251.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 233 | 0.00 | 0 | 0.08 | 0.00 | 62.86 | 0.91 | 0.95 |
Hex | FD | FE | E9 | 0 | 0 | 8 | 0 | 3F | 5B | 5F |
Octal | 375 | 376 | 351 | 0 | 0 | 10 | 0 | 77 | 133 | 137 |
Binary | 11111101 | 11111110 | 11101001 | 0 | 0 | 1000 | 0 | 111111 | 1011011 | 1011111 |
Color Harmonies of #FDFEE9
Complementary color
Monochromatic Colors of #FDFEE9
Black with #FDFEE9
Text Example
Text Example
White with #FDFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEE9; }
p { color: rgb(253,254,233); }
H1.HeaderClassName
{
color: #FDFEE9;
}
.AnyTagClassName
{
color: #FDFEE9;
}
</style>
background-color css
<style>
a { background-color: #FDFEE9; }
a { background-color: rgb(253,254,233); }
div.DivClassName
{
background-color: #FDFEE9;
}
.BgClassName
{
background-color: #FDFEE9;
}
</style>
border-color css
<style>
span { border-color: #FDFEE9; }
span { border-color: rgb(253,254,233); }
td.TdClassName
{
border-color: #FDFEE9;
}
.TagClassName
{
border-color: #FDFEE9;
}
</style>