Shades of Ivory #FFFDEA
Tints of Ivory #FFFDEA
RGB
CMYK
RGB Variations
Color information
#FFFDEA (or 0xFFFDEA) is known color: Ivory. HEX triplet: FF, FD and EA. RGB value is (255,253,234). Sum of RGB (Red+Green+Blue) = 255+253+234=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 234 (91.80% from 255 or 31.54% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDEA is #000215. Grayscale: #FBFBFB. Windows color (decimal): -534 or 15400447. OLE color: 15400447.
HSL color Cylindrical-coordinate representation of color #FFFDEA: hue angle of 54.29º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFFDEA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 234 | - |
| CMYK | 0 | 0.01 | 0.08 | 0 |
| HSL | 54.29º | 1% | 0.96% | - |
| HSV(B) | 54.29º | 0.08% | 1% | - |
| XYZ | 91.22 | 97.45 | 91.84 | - |
| YUV | 251.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 234 | 0 | 0.01 | 0.08 | 0 | 54.29 | 1 | 0.96 |
| Hex | FF | FD | EA | 0 | 1 | 8 | 0 | 36 | 64 | 60 |
| Octal | 377 | 375 | 352 | 0 | 1 | 10 | 0 | 66 | 144 | 140 |
| Binary | 11111111 | 11111101 | 11101010 | 0 | 1 | 1000 | 0 | 110110 | 1100100 | 1100000 |
Color Harmonies of #FFFDEA
Complementary color
Monochromatic Colors of #FFFDEA
Black with #FFFDEA
Text Example
Text Example
White with #FFFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDEA; }
p { color: rgb(255,253,234); }
H1.HeaderClassName
{
color: #FFFDEA;
}
.AnyTagClassName
{
color: #FFFDEA;
}
</style>
background-color css
<style>
a { background-color: #FFFDEA; }
a { background-color: rgb(255,253,234); }
div.DivClassName
{
background-color: #FFFDEA;
}
.BgClassName
{
background-color: #FFFDEA;
}
</style>
border-color css
<style>
span { border-color: #FFFDEA; }
span { border-color: rgb(255,253,234); }
td.TdClassName
{
border-color: #FFFDEA;
}
.TagClassName
{
border-color: #FFFDEA;
}
</style>