Shades of Ivory #FEFEED
Tints of Ivory #FEFEED
RGB
CMYK
RGB Variations
Color information
#FEFEED (or 0xFEFEED) is known color: Ivory. HEX triplet: FE, FE and ED. RGB value is (254,254,237). Sum of RGB (Red+Green+Blue) = 254+254+237=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 237 (92.97% from 255 or 31.81% from 745); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEED is #010112. Grayscale: #FCFCFC. Windows color (decimal): -65811 or 15597310. OLE color: 15597310.
HSL color Cylindrical-coordinate representation of color #FEFEED: hue angle of 60º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEFEED is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 237 | - |
CMYK | 0 | 0 | 0.07 | 0.00 |
HSL | 60º | 0.89% | 0.96% | - |
HSV(B) | 60º | 0.07% | 1% | - |
XYZ | 91.6 | 98.07 | 94.22 | - |
YUV | 252.06 | 119.5 | 129.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 237 | 0 | 0 | 0.07 | 0.00 | 60 | 0.89 | 0.96 |
Hex | FE | FE | ED | 0 | 0 | 7 | 0 | 3C | 59 | 60 |
Octal | 376 | 376 | 355 | 0 | 0 | 7 | 0 | 74 | 131 | 140 |
Binary | 11111110 | 11111110 | 11101101 | 0 | 0 | 111 | 0 | 111100 | 1011001 | 1100000 |
Color Harmonies of #FEFEED
Complementary color
Monochromatic Colors of #FEFEED
Black with #FEFEED
Text Example
Text Example
White with #FEFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEED; }
p { color: rgb(254,254,237); }
H1.HeaderClassName
{
color: #FEFEED;
}
.AnyTagClassName
{
color: #FEFEED;
}
</style>
background-color css
<style>
a { background-color: #FEFEED; }
a { background-color: rgb(254,254,237); }
div.DivClassName
{
background-color: #FEFEED;
}
.BgClassName
{
background-color: #FEFEED;
}
</style>
border-color css
<style>
span { border-color: #FEFEED; }
span { border-color: rgb(254,254,237); }
td.TdClassName
{
border-color: #FEFEED;
}
.TagClassName
{
border-color: #FEFEED;
}
</style>