Shades of Ivory #FEFDE8
Tints of Ivory #FEFDE8
RGB
CMYK
RGB Variations
Color information
#FEFDE8 (or 0xFEFDE8) is known color: Ivory. HEX triplet: FE, FD and E8. RGB value is (254,253,232). Sum of RGB (Red+Green+Blue) = 254+253+232=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 232 (91.02% from 255 or 31.39% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDE8 is #010217. Grayscale: #FAFAFA. Windows color (decimal): -66072 or 15269374. OLE color: 15269374.
HSL color Cylindrical-coordinate representation of color #FEFDE8: hue angle of 57.27º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEFDE8 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 232 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.00 |
| HSL | 57.27º | 0.92% | 0.95% | - |
| HSV(B) | 57.27º | 0.09% | 1% | - |
| XYZ | 90.56 | 97.15 | 90.32 | - |
| YUV | 250.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 232 | 0 | 0.00 | 0.09 | 0.00 | 57.27 | 0.92 | 0.95 |
| Hex | FE | FD | E8 | 0 | 0 | 9 | 0 | 39 | 5C | 5F |
| Octal | 376 | 375 | 350 | 0 | 0 | 11 | 0 | 71 | 134 | 137 |
| Binary | 11111110 | 11111101 | 11101000 | 0 | 0 | 1001 | 0 | 111001 | 1011100 | 1011111 |
Color Harmonies of #FEFDE8
Complementary color
Monochromatic Colors of #FEFDE8
Black with #FEFDE8
Text Example
Text Example
White with #FEFDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDE8; }
p { color: rgb(254,253,232); }
H1.HeaderClassName
{
color: #FEFDE8;
}
.AnyTagClassName
{
color: #FEFDE8;
}
</style>
background-color css
<style>
a { background-color: #FEFDE8; }
a { background-color: rgb(254,253,232); }
div.DivClassName
{
background-color: #FEFDE8;
}
.BgClassName
{
background-color: #FEFDE8;
}
</style>
border-color css
<style>
span { border-color: #FEFDE8; }
span { border-color: rgb(254,253,232); }
td.TdClassName
{
border-color: #FEFDE8;
}
.TagClassName
{
border-color: #FEFDE8;
}
</style>