Shades of Ivory #FEFEEE
Tints of Ivory #FEFEEE
RGB
CMYK
RGB Variations
Color information
#FEFEEE (or 0xFEFEEE) is known color: Ivory. HEX triplet: FE, FE and EE. RGB value is (254,254,238). Sum of RGB (Red+Green+Blue) = 254+254+238=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 238 (93.36% from 255 or 31.90% from 746); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEEE is #010111. Grayscale: #FCFCFC. Windows color (decimal): -65810 or 15662846. OLE color: 15662846.
HSL color Cylindrical-coordinate representation of color #FEFEEE: hue angle of 60º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEFEEE is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 238 | - |
CMYK | 0 | 0 | 0.06 | 0.00 |
HSL | 60º | 0.89% | 0.96% | - |
HSV(B) | 60º | 0.06% | 1% | - |
XYZ | 91.75 | 98.13 | 94.99 | - |
YUV | 252.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 238 | 0 | 0 | 0.06 | 0.00 | 60 | 0.89 | 0.96 |
Hex | FE | FE | EE | 0 | 0 | 6 | 0 | 3C | 59 | 60 |
Octal | 376 | 376 | 356 | 0 | 0 | 6 | 0 | 74 | 131 | 140 |
Binary | 11111110 | 11111110 | 11101110 | 0 | 0 | 110 | 0 | 111100 | 1011001 | 1100000 |
Color Harmonies of #FEFEEE
Complementary color
Monochromatic Colors of #FEFEEE
Black with #FEFEEE
Text Example
Text Example
White with #FEFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEEE; }
p { color: rgb(254,254,238); }
H1.HeaderClassName
{
color: #FEFEEE;
}
.AnyTagClassName
{
color: #FEFEEE;
}
</style>
background-color css
<style>
a { background-color: #FEFEEE; }
a { background-color: rgb(254,254,238); }
div.DivClassName
{
background-color: #FEFEEE;
}
.BgClassName
{
background-color: #FEFEEE;
}
</style>
border-color css
<style>
span { border-color: #FEFEEE; }
span { border-color: rgb(254,254,238); }
td.TdClassName
{
border-color: #FEFEEE;
}
.TagClassName
{
border-color: #FEFEEE;
}
</style>