Shades of Ivory #FEFDF0
Tints of Ivory #FEFDF0
RGB
CMYK
RGB Variations
Color information
#FEFDF0 (or 0xFEFDF0) is known color: Ivory. HEX triplet: FE, FD and F0. RGB value is (254,253,240). Sum of RGB (Red+Green+Blue) = 254+253+240=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 240 (94.14% from 255 or 32.13% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF0 is #01020F. Grayscale: #FBFBFB. Windows color (decimal): -66064 or 15793662. OLE color: 15793662.
HSL color Cylindrical-coordinate representation of color #FEFDF0: hue angle of 55.71º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEFDF0 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 240 | - |
CMYK | 0 | 0.00 | 0.06 | 0.00 |
HSL | 55.71º | 0.88% | 0.97% | - |
HSV(B) | 55.71º | 0.06% | 1% | - |
XYZ | 91.73 | 97.61 | 96.44 | - |
YUV | 251.82 | 121.33 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 240 | 0 | 0.00 | 0.06 | 0.00 | 55.71 | 0.88 | 0.97 |
Hex | FE | FD | F0 | 0 | 0 | 6 | 0 | 38 | 58 | 61 |
Octal | 376 | 375 | 360 | 0 | 0 | 6 | 0 | 70 | 130 | 141 |
Binary | 11111110 | 11111101 | 11110000 | 0 | 0 | 110 | 0 | 111000 | 1011000 | 1100001 |
Color Harmonies of #FEFDF0
Complementary color
Monochromatic Colors of #FEFDF0
Black with #FEFDF0
Text Example
Text Example
White with #FEFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDF0; }
p { color: rgb(254,253,240); }
H1.HeaderClassName
{
color: #FEFDF0;
}
.AnyTagClassName
{
color: #FEFDF0;
}
</style>
background-color css
<style>
a { background-color: #FEFDF0; }
a { background-color: rgb(254,253,240); }
div.DivClassName
{
background-color: #FEFDF0;
}
.BgClassName
{
background-color: #FEFDF0;
}
</style>
border-color css
<style>
span { border-color: #FEFDF0; }
span { border-color: rgb(254,253,240); }
td.TdClassName
{
border-color: #FEFDF0;
}
.TagClassName
{
border-color: #FEFDF0;
}
</style>