Shades of Ivory #FFFDEC
Tints of Ivory #FFFDEC
RGB
CMYK
RGB Variations
Color information
#FFFDEC (or 0xFFFDEC) is known color: Ivory. HEX triplet: FF, FD and EC. RGB value is (255,253,236). Sum of RGB (Red+Green+Blue) = 255+253+236=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 236 (92.58% from 255 or 31.72% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDEC is #000213. Grayscale: #FBFBFB. Windows color (decimal): -532 or 15531519. OLE color: 15531519.
HSL color Cylindrical-coordinate representation of color #FFFDEC: hue angle of 53.68º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFFDEC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 236 | - |
CMYK | 0 | 0.01 | 0.07 | 0 |
HSL | 53.68º | 1% | 0.96% | - |
HSV(B) | 53.68º | 0.07% | 1% | - |
XYZ | 91.51 | 97.57 | 93.37 | - |
YUV | 251.66 | 119.16 | 130.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 236 | 0 | 0.01 | 0.07 | 0 | 53.68 | 1 | 0.96 |
Hex | FF | FD | EC | 0 | 1 | 7 | 0 | 36 | 64 | 60 |
Octal | 377 | 375 | 354 | 0 | 1 | 7 | 0 | 66 | 144 | 140 |
Binary | 11111111 | 11111101 | 11101100 | 0 | 1 | 111 | 0 | 110110 | 1100100 | 1100000 |
Color Harmonies of #FFFDEC
Complementary color
Monochromatic Colors of #FFFDEC
Black with #FFFDEC
Text Example
Text Example
White with #FFFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDEC; }
p { color: rgb(255,253,236); }
H1.HeaderClassName
{
color: #FFFDEC;
}
.AnyTagClassName
{
color: #FFFDEC;
}
</style>
background-color css
<style>
a { background-color: #FFFDEC; }
a { background-color: rgb(255,253,236); }
div.DivClassName
{
background-color: #FFFDEC;
}
.BgClassName
{
background-color: #FFFDEC;
}
</style>
border-color css
<style>
span { border-color: #FFFDEC; }
span { border-color: rgb(255,253,236); }
td.TdClassName
{
border-color: #FFFDEC;
}
.TagClassName
{
border-color: #FFFDEC;
}
</style>