Shades of Ivory #FDFEE8
Tints of Ivory #FDFEE8
RGB
CMYK
RGB Variations
Color information
#FDFEE8 (or 0xFDFEE8) is known color: Ivory. HEX triplet: FD, FE and E8. RGB value is (253,254,232). Sum of RGB (Red+Green+Blue) = 253+254+232=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 254 (99.61% from 255 or 34.37% from 739); Blue value is 232 (91.02% from 255 or 31.39% from 739); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEE8 is #020117. Grayscale: #FBFBFB. Windows color (decimal): -131352 or 15269629. OLE color: 15269629.
HSL color Cylindrical-coordinate representation of color #FDFEE8: hue angle of 62.73º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDFEE8 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 232 | - |
CMYK | 0.00 | 0 | 0.09 | 0.00 |
HSL | 62.73º | 0.92% | 0.95% | - |
HSV(B) | 62.73º | 0.09% | 1% | - |
XYZ | 90.52 | 97.59 | 90.41 | - |
YUV | 251.19 | 117.17 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 232 | 0.00 | 0 | 0.09 | 0.00 | 62.73 | 0.92 | 0.95 |
Hex | FD | FE | E8 | 0 | 0 | 9 | 0 | 3F | 5C | 5F |
Octal | 375 | 376 | 350 | 0 | 0 | 11 | 0 | 77 | 134 | 137 |
Binary | 11111101 | 11111110 | 11101000 | 0 | 0 | 1001 | 0 | 111111 | 1011100 | 1011111 |
Color Harmonies of #FDFEE8
Complementary color
Monochromatic Colors of #FDFEE8
Black with #FDFEE8
Text Example
Text Example
White with #FDFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEE8; }
p { color: rgb(253,254,232); }
H1.HeaderClassName
{
color: #FDFEE8;
}
.AnyTagClassName
{
color: #FDFEE8;
}
</style>
background-color css
<style>
a { background-color: #FDFEE8; }
a { background-color: rgb(253,254,232); }
div.DivClassName
{
background-color: #FDFEE8;
}
.BgClassName
{
background-color: #FDFEE8;
}
</style>
border-color css
<style>
span { border-color: #FDFEE8; }
span { border-color: rgb(253,254,232); }
td.TdClassName
{
border-color: #FDFEE8;
}
.TagClassName
{
border-color: #FDFEE8;
}
</style>