Shades of Ivory #FEFEEB
Tints of Ivory #FEFEEB
RGB
CMYK
RGB Variations
Color information
#FEFEEB (or 0xFEFEEB) is known color: Ivory. HEX triplet: FE, FE and EB. RGB value is (254,254,235). Sum of RGB (Red+Green+Blue) = 254+254+235=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 235 (92.19% from 255 or 31.63% from 743); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEEB is #010114. Grayscale: #FBFBFB. Windows color (decimal): -65813 or 15466238. OLE color: 15466238.
HSL color Cylindrical-coordinate representation of color #FEFEEB: hue angle of 60º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEFEEB is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 235 | - |
| CMYK | 0 | 0 | 0.07 | 0.00 |
| HSL | 60º | 0.9% | 0.96% | - |
| HSV(B) | 60º | 0.07% | 1% | - |
| XYZ | 91.31 | 97.95 | 92.69 | - |
| YUV | 251.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 235 | 0 | 0 | 0.07 | 0.00 | 60 | 0.9 | 0.96 |
| Hex | FE | FE | EB | 0 | 0 | 7 | 0 | 3C | 5A | 60 |
| Octal | 376 | 376 | 353 | 0 | 0 | 7 | 0 | 74 | 132 | 140 |
| Binary | 11111110 | 11111110 | 11101011 | 0 | 0 | 111 | 0 | 111100 | 1011010 | 1100000 |
Color Harmonies of #FEFEEB
Complementary color
Monochromatic Colors of #FEFEEB
Black with #FEFEEB
Text Example
Text Example
White with #FEFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEEB; }
p { color: rgb(254,254,235); }
H1.HeaderClassName
{
color: #FEFEEB;
}
.AnyTagClassName
{
color: #FEFEEB;
}
</style>
background-color css
<style>
a { background-color: #FEFEEB; }
a { background-color: rgb(254,254,235); }
div.DivClassName
{
background-color: #FEFEEB;
}
.BgClassName
{
background-color: #FEFEEB;
}
</style>
border-color css
<style>
span { border-color: #FEFEEB; }
span { border-color: rgb(254,254,235); }
td.TdClassName
{
border-color: #FEFEEB;
}
.TagClassName
{
border-color: #FEFEEB;
}
</style>