Shades of Ivory #FEFFE8
Tints of Ivory #FEFFE8
RGB
CMYK
RGB Variations
Color information
#FEFFE8 (or 0xFEFFE8) is known color: Ivory. HEX triplet: FE, FF and E8. RGB value is (254,255,232). Sum of RGB (Red+Green+Blue) = 254+255+232=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 255 (100% from 255 or 34.41% from 741); Blue value is 232 (91.02% from 255 or 31.31% from 741); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFE8 is #010017. Grayscale: #FCFCFC. Windows color (decimal): -65560 or 15269886. OLE color: 15269886.
HSL color Cylindrical-coordinate representation of color #FEFFE8: hue angle of 62.61º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEFFE8 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 232 | - |
| CMYK | 0.00 | 0 | 0.09 | 0 |
| HSL | 62.61º | 1% | 0.95% | - |
| HSV(B) | 62.61º | 0.09% | 1% | - |
| XYZ | 91.2 | 98.42 | 90.53 | - |
| YUV | 252.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 232 | 0.00 | 0 | 0.09 | 0 | 62.61 | 1 | 0.95 |
| Hex | FE | FF | E8 | 0 | 0 | 9 | 0 | 3F | 64 | 5F |
| Octal | 376 | 377 | 350 | 0 | 0 | 11 | 0 | 77 | 144 | 137 |
| Binary | 11111110 | 11111111 | 11101000 | 0 | 0 | 1001 | 0 | 111111 | 1100100 | 1011111 |
Color Harmonies of #FEFFE8
Complementary color
Monochromatic Colors of #FEFFE8
Black with #FEFFE8
Text Example
Text Example
White with #FEFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFE8; }
p { color: rgb(254,255,232); }
H1.HeaderClassName
{
color: #FEFFE8;
}
.AnyTagClassName
{
color: #FEFFE8;
}
</style>
background-color css
<style>
a { background-color: #FEFFE8; }
a { background-color: rgb(254,255,232); }
div.DivClassName
{
background-color: #FEFFE8;
}
.BgClassName
{
background-color: #FEFFE8;
}
</style>
border-color css
<style>
span { border-color: #FEFFE8; }
span { border-color: rgb(254,255,232); }
td.TdClassName
{
border-color: #FEFFE8;
}
.TagClassName
{
border-color: #FEFFE8;
}
</style>