Shades of Ivory #FDFFEA
Tints of Ivory #FDFFEA
RGB
CMYK
RGB Variations
Color information
#FDFFEA (or 0xFDFFEA) is known color: Ivory. HEX triplet: FD, FF and EA. RGB value is (253,255,234). Sum of RGB (Red+Green+Blue) = 253+255+234=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 234 (91.80% from 255 or 31.54% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFEA is #020015. Grayscale: #FCFCFC. Windows color (decimal): -131094 or 15400957. OLE color: 15400957.
HSL color Cylindrical-coordinate representation of color #FDFFEA: hue angle of 65.71º 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 #FDFFEA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 234 | - |
| CMYK | 0.01 | 0 | 0.08 | 0 |
| HSL | 65.71º | 1% | 0.96% | - |
| HSV(B) | 65.71º | 0.08% | 1% | - |
| XYZ | 91.12 | 98.34 | 92.02 | - |
| YUV | 252.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 234 | 0.01 | 0 | 0.08 | 0 | 65.71 | 1 | 0.96 |
| Hex | FD | FF | EA | 1 | 0 | 8 | 0 | 42 | 64 | 60 |
| Octal | 375 | 377 | 352 | 1 | 0 | 10 | 0 | 102 | 144 | 140 |
| Binary | 11111101 | 11111111 | 11101010 | 1 | 0 | 1000 | 0 | 1000010 | 1100100 | 1100000 |
Color Harmonies of #FDFFEA
Complementary color
Monochromatic Colors of #FDFFEA
Black with #FDFFEA
Text Example
Text Example
White with #FDFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFEA; }
p { color: rgb(253,255,234); }
H1.HeaderClassName
{
color: #FDFFEA;
}
.AnyTagClassName
{
color: #FDFFEA;
}
</style>
background-color css
<style>
a { background-color: #FDFFEA; }
a { background-color: rgb(253,255,234); }
div.DivClassName
{
background-color: #FDFFEA;
}
.BgClassName
{
background-color: #FDFFEA;
}
</style>
border-color css
<style>
span { border-color: #FDFFEA; }
span { border-color: rgb(253,255,234); }
td.TdClassName
{
border-color: #FDFFEA;
}
.TagClassName
{
border-color: #FDFFEA;
}
</style>