Shades of Ivory #FFFEEC
Tints of Ivory #FFFEEC
RGB
CMYK
RGB Variations
Color information
#FFFEEC (or 0xFFFEEC) is known color: Ivory. HEX triplet: FF, FE and EC. RGB value is (255,254,236). Sum of RGB (Red+Green+Blue) = 255+254+236=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 236 (92.58% from 255 or 31.68% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEEC is #000113. Grayscale: #FCFCFC. Windows color (decimal): -276 or 15531775. OLE color: 15531775.
HSL color Cylindrical-coordinate representation of color #FFFEEC: hue angle of 56.84º 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 #FFFEEC is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 236 | - |
| CMYK | 0 | 0.00 | 0.07 | 0 |
| HSL | 56.84º | 1% | 0.96% | - |
| HSV(B) | 56.84º | 0.07% | 1% | - |
| XYZ | 91.82 | 98.2 | 93.47 | - |
| YUV | 252.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 236 | 0 | 0.00 | 0.07 | 0 | 56.84 | 1 | 0.96 |
| Hex | FF | FE | EC | 0 | 0 | 7 | 0 | 39 | 64 | 60 |
| Octal | 377 | 376 | 354 | 0 | 0 | 7 | 0 | 71 | 144 | 140 |
| Binary | 11111111 | 11111110 | 11101100 | 0 | 0 | 111 | 0 | 111001 | 1100100 | 1100000 |
Color Harmonies of #FFFEEC
Complementary color
Monochromatic Colors of #FFFEEC
Black with #FFFEEC
Text Example
Text Example
White with #FFFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEEC; }
p { color: rgb(255,254,236); }
H1.HeaderClassName
{
color: #FFFEEC;
}
.AnyTagClassName
{
color: #FFFEEC;
}
</style>
background-color css
<style>
a { background-color: #FFFEEC; }
a { background-color: rgb(255,254,236); }
div.DivClassName
{
background-color: #FFFEEC;
}
.BgClassName
{
background-color: #FFFEEC;
}
</style>
border-color css
<style>
span { border-color: #FFFEEC; }
span { border-color: rgb(255,254,236); }
td.TdClassName
{
border-color: #FFFEEC;
}
.TagClassName
{
border-color: #FFFEEC;
}
</style>