Shades of Ivory #FDFEEC
Tints of Ivory #FDFEEC
RGB
CMYK
RGB Variations
Color information
#FDFEEC (or 0xFDFEEC) is known color: Ivory. HEX triplet: FD, FE and EC. RGB value is (253,254,236). Sum of RGB (Red+Green+Blue) = 253+254+236=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 236 (92.58% from 255 or 31.76% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEEC is #020113. Grayscale: #FBFBFB. Windows color (decimal): -131348 or 15531773. OLE color: 15531773.
HSL color Cylindrical-coordinate representation of color #FDFEEC: hue angle of 63.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDFEEC is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 236 | - |
| CMYK | 0.00 | 0 | 0.07 | 0.00 |
| HSL | 63.33º | 0.9% | 0.96% | - |
| HSV(B) | 63.33º | 0.07% | 1% | - |
| XYZ | 91.09 | 97.82 | 93.44 | - |
| YUV | 251.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 236 | 0.00 | 0 | 0.07 | 0.00 | 63.33 | 0.9 | 0.96 |
| Hex | FD | FE | EC | 0 | 0 | 7 | 0 | 3F | 5A | 60 |
| Octal | 375 | 376 | 354 | 0 | 0 | 7 | 0 | 77 | 132 | 140 |
| Binary | 11111101 | 11111110 | 11101100 | 0 | 0 | 111 | 0 | 111111 | 1011010 | 1100000 |
Color Harmonies of #FDFEEC
Complementary color
Monochromatic Colors of #FDFEEC
Black with #FDFEEC
Text Example
Text Example
White with #FDFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEEC; }
p { color: rgb(253,254,236); }
H1.HeaderClassName
{
color: #FDFEEC;
}
.AnyTagClassName
{
color: #FDFEEC;
}
</style>
background-color css
<style>
a { background-color: #FDFEEC; }
a { background-color: rgb(253,254,236); }
div.DivClassName
{
background-color: #FDFEEC;
}
.BgClassName
{
background-color: #FDFEEC;
}
</style>
border-color css
<style>
span { border-color: #FDFEEC; }
span { border-color: rgb(253,254,236); }
td.TdClassName
{
border-color: #FDFEEC;
}
.TagClassName
{
border-color: #FDFEEC;
}
</style>