Shades of Ivory #FEFDF4
Tints of Ivory #FEFDF4
RGB
CMYK
RGB Variations
Color information
#FEFDF4 (or 0xFEFDF4) is known color: Ivory. HEX triplet: FE, FD and F4. RGB value is (254,253,244). Sum of RGB (Red+Green+Blue) = 254+253+244=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 244 (95.70% from 255 or 32.49% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF4 is #01020B. Grayscale: #FCFCFC. Windows color (decimal): -66060 or 16055806. OLE color: 16055806.
HSL color Cylindrical-coordinate representation of color #FEFDF4: hue angle of 54º degrees, saturation: 0.83, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEFDF4 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 244 | - |
CMYK | 0 | 0.00 | 0.04 | 0.00 |
HSL | 54º | 0.83% | 0.98% | - |
HSV(B) | 54º | 0.04% | 1% | - |
XYZ | 92.33 | 97.85 | 99.61 | - |
YUV | 252.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 244 | 0 | 0.00 | 0.04 | 0.00 | 54 | 0.83 | 0.98 |
Hex | FE | FD | F4 | 0 | 0 | 4 | 0 | 36 | 53 | 62 |
Octal | 376 | 375 | 364 | 0 | 0 | 4 | 0 | 66 | 123 | 142 |
Binary | 11111110 | 11111101 | 11110100 | 0 | 0 | 100 | 0 | 110110 | 1010011 | 1100010 |
Color Harmonies of #FEFDF4
Complementary color
Monochromatic Colors of #FEFDF4
Black with #FEFDF4
Text Example
Text Example
White with #FEFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDF4; }
p { color: rgb(254,253,244); }
H1.HeaderClassName
{
color: #FEFDF4;
}
.AnyTagClassName
{
color: #FEFDF4;
}
</style>
background-color css
<style>
a { background-color: #FEFDF4; }
a { background-color: rgb(254,253,244); }
div.DivClassName
{
background-color: #FEFDF4;
}
.BgClassName
{
background-color: #FEFDF4;
}
</style>
border-color css
<style>
span { border-color: #FEFDF4; }
span { border-color: rgb(254,253,244); }
td.TdClassName
{
border-color: #FEFDF4;
}
.TagClassName
{
border-color: #FEFDF4;
}
</style>