Shades of Ivory #FEFFED
Tints of Ivory #FEFFED
RGB
CMYK
RGB Variations
Color information
#FEFFED (or 0xFEFFED) is known color: Ivory. HEX triplet: FE, FF and ED. RGB value is (254,255,237). Sum of RGB (Red+Green+Blue) = 254+255+237=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 237 (92.97% from 255 or 31.77% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFED is #010012. Grayscale: #FCFCFC. Windows color (decimal): -65555 or 15597566. OLE color: 15597566.
HSL color Cylindrical-coordinate representation of color #FEFFED: hue angle of 63.33º 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 #FEFFED is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 237 | - |
| CMYK | 0.00 | 0 | 0.07 | 0 |
| HSL | 63.33º | 1% | 0.96% | - |
| HSV(B) | 63.33º | 0.07% | 1% | - |
| XYZ | 91.92 | 98.71 | 94.33 | - |
| YUV | 252.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 237 | 0.00 | 0 | 0.07 | 0 | 63.33 | 1 | 0.96 |
| Hex | FE | FF | ED | 0 | 0 | 7 | 0 | 3F | 64 | 60 |
| Octal | 376 | 377 | 355 | 0 | 0 | 7 | 0 | 77 | 144 | 140 |
| Binary | 11111110 | 11111111 | 11101101 | 0 | 0 | 111 | 0 | 111111 | 1100100 | 1100000 |
Color Harmonies of #FEFFED
Complementary color
Monochromatic Colors of #FEFFED
Black with #FEFFED
Text Example
Text Example
White with #FEFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFED; }
p { color: rgb(254,255,237); }
H1.HeaderClassName
{
color: #FEFFED;
}
.AnyTagClassName
{
color: #FEFFED;
}
</style>
background-color css
<style>
a { background-color: #FEFFED; }
a { background-color: rgb(254,255,237); }
div.DivClassName
{
background-color: #FEFFED;
}
.BgClassName
{
background-color: #FEFFED;
}
</style>
border-color css
<style>
span { border-color: #FEFFED; }
span { border-color: rgb(254,255,237); }
td.TdClassName
{
border-color: #FEFFED;
}
.TagClassName
{
border-color: #FEFFED;
}
</style>