Shades of Ivory #FEFFEA
Tints of Ivory #FEFFEA
RGB
CMYK
RGB Variations
Color information
#FEFFEA (or 0xFEFFEA) is known color: Ivory. HEX triplet: FE, FF and EA. RGB value is (254,255,234). Sum of RGB (Red+Green+Blue) = 254+255+234=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 234 (91.80% from 255 or 31.49% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFEA is #010015. Grayscale: #FCFCFC. Windows color (decimal): -65558 or 15400958. OLE color: 15400958.
HSL color Cylindrical-coordinate representation of color #FEFFEA: hue angle of 62.86º 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 #FEFFEA is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 234 | - |
| CMYK | 0.00 | 0 | 0.08 | 0 |
| HSL | 62.86º | 1% | 0.96% | - |
| HSV(B) | 62.86º | 0.08% | 1% | - |
| XYZ | 91.48 | 98.53 | 92.04 | - |
| YUV | 252.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 234 | 0.00 | 0 | 0.08 | 0 | 62.86 | 1 | 0.96 |
| Hex | FE | FF | EA | 0 | 0 | 8 | 0 | 3F | 64 | 60 |
| Octal | 376 | 377 | 352 | 0 | 0 | 10 | 0 | 77 | 144 | 140 |
| Binary | 11111110 | 11111111 | 11101010 | 0 | 0 | 1000 | 0 | 111111 | 1100100 | 1100000 |
Color Harmonies of #FEFFEA
Complementary color
Monochromatic Colors of #FEFFEA
Black with #FEFFEA
Text Example
Text Example
White with #FEFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFEA; }
p { color: rgb(254,255,234); }
H1.HeaderClassName
{
color: #FEFFEA;
}
.AnyTagClassName
{
color: #FEFFEA;
}
</style>
background-color css
<style>
a { background-color: #FEFFEA; }
a { background-color: rgb(254,255,234); }
div.DivClassName
{
background-color: #FEFFEA;
}
.BgClassName
{
background-color: #FEFFEA;
}
</style>
border-color css
<style>
span { border-color: #FEFFEA; }
span { border-color: rgb(254,255,234); }
td.TdClassName
{
border-color: #FEFFEA;
}
.TagClassName
{
border-color: #FEFFEA;
}
</style>