Shades of Ivory #FEFDED
Tints of Ivory #FEFDED
RGB
CMYK
RGB Variations
Color information
#FEFDED (or 0xFEFDED) is known color: Ivory. HEX triplet: FE, FD and ED. RGB value is (254,253,237). Sum of RGB (Red+Green+Blue) = 254+253+237=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 237 (92.97% from 255 or 31.85% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDED is #010212. Grayscale: #FBFBFB. Windows color (decimal): -66067 or 15597054. OLE color: 15597054.
HSL color Cylindrical-coordinate representation of color #FEFDED: hue angle of 56.47º 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 #FEFDED is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 237 | - |
CMYK | 0 | 0.00 | 0.07 | 0.00 |
HSL | 56.47º | 0.89% | 0.96% | - |
HSV(B) | 56.47º | 0.07% | 1% | - |
XYZ | 91.28 | 97.44 | 94.12 | - |
YUV | 251.48 | 119.83 | 129.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 237 | 0 | 0.00 | 0.07 | 0.00 | 56.47 | 0.89 | 0.96 |
Hex | FE | FD | ED | 0 | 0 | 7 | 0 | 38 | 59 | 60 |
Octal | 376 | 375 | 355 | 0 | 0 | 7 | 0 | 70 | 131 | 140 |
Binary | 11111110 | 11111101 | 11101101 | 0 | 0 | 111 | 0 | 111000 | 1011001 | 1100000 |
Color Harmonies of #FEFDED
Complementary color
Monochromatic Colors of #FEFDED
Black with #FEFDED
Text Example
Text Example
White with #FEFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDED; }
p { color: rgb(254,253,237); }
H1.HeaderClassName
{
color: #FEFDED;
}
.AnyTagClassName
{
color: #FEFDED;
}
</style>
background-color css
<style>
a { background-color: #FEFDED; }
a { background-color: rgb(254,253,237); }
div.DivClassName
{
background-color: #FEFDED;
}
.BgClassName
{
background-color: #FEFDED;
}
</style>
border-color css
<style>
span { border-color: #FEFDED; }
span { border-color: rgb(254,253,237); }
td.TdClassName
{
border-color: #FEFDED;
}
.TagClassName
{
border-color: #FEFDED;
}
</style>