Shades of Ivory #FFFFEC
Tints of Ivory #FFFFEC
RGB
CMYK
RGB Variations
Color information
#FFFFEC (or 0xFFFFEC) is known color: Ivory. HEX triplet: FF, FF and EC. RGB value is (255,255,236). Sum of RGB (Red+Green+Blue) = 255+255+236=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 236 (92.58% from 255 or 31.64% from 746); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFEC is #000013. Grayscale: #FCFCFC. Windows color (decimal): -20 or 15532031. OLE color: 15532031.
HSL color Cylindrical-coordinate representation of color #FFFFEC: hue angle of 60º 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 #FFFFEC is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 236 | - |
| CMYK | 0 | 0 | 0.07 | 0 |
| HSL | 60º | 1% | 0.96% | - |
| HSV(B) | 60º | 0.07% | 1% | - |
| XYZ | 92.14 | 98.84 | 93.58 | - |
| YUV | 252.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 236 | 0 | 0 | 0.07 | 0 | 60 | 1 | 0.96 |
| Hex | FF | FF | EC | 0 | 0 | 7 | 0 | 3C | 64 | 60 |
| Octal | 377 | 377 | 354 | 0 | 0 | 7 | 0 | 74 | 144 | 140 |
| Binary | 11111111 | 11111111 | 11101100 | 0 | 0 | 111 | 0 | 111100 | 1100100 | 1100000 |
Color Harmonies of #FFFFEC
Complementary color
Monochromatic Colors of #FFFFEC
Black with #FFFFEC
Text Example
Text Example
White with #FFFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFEC; }
p { color: rgb(255,255,236); }
H1.HeaderClassName
{
color: #FFFFEC;
}
.AnyTagClassName
{
color: #FFFFEC;
}
</style>
background-color css
<style>
a { background-color: #FFFFEC; }
a { background-color: rgb(255,255,236); }
div.DivClassName
{
background-color: #FFFFEC;
}
.BgClassName
{
background-color: #FFFFEC;
}
</style>
border-color css
<style>
span { border-color: #FFFFEC; }
span { border-color: rgb(255,255,236); }
td.TdClassName
{
border-color: #FFFFEC;
}
.TagClassName
{
border-color: #FFFFEC;
}
</style>