Shades of Ivory #FEFDF3
Tints of Ivory #FEFDF3
RGB
CMYK
RGB Variations
Color information
#FEFDF3 (or 0xFEFDF3) is known color: Ivory. HEX triplet: FE, FD and F3. RGB value is (254,253,243). Sum of RGB (Red+Green+Blue) = 254+253+243=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 243 (95.31% from 255 or 32.4% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF3 is #01020C. Grayscale: #FCFCFC. Windows color (decimal): -66061 or 15990270. OLE color: 15990270.
HSL color Cylindrical-coordinate representation of color #FEFDF3: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEFDF3 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 243 | - |
CMYK | 0 | 0.00 | 0.04 | 0.00 |
HSL | 54.55º | 0.85% | 0.97% | - |
HSV(B) | 54.55º | 0.04% | 1% | - |
XYZ | 92.18 | 97.79 | 98.81 | - |
YUV | 252.16 | 122.83 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 243 | 0 | 0.00 | 0.04 | 0.00 | 54.55 | 0.85 | 0.97 |
Hex | FE | FD | F3 | 0 | 0 | 4 | 0 | 37 | 55 | 61 |
Octal | 376 | 375 | 363 | 0 | 0 | 4 | 0 | 67 | 125 | 141 |
Binary | 11111110 | 11111101 | 11110011 | 0 | 0 | 100 | 0 | 110111 | 1010101 | 1100001 |
Color Harmonies of #FEFDF3
Complementary color
Monochromatic Colors of #FEFDF3
Black with #FEFDF3
Text Example
Text Example
White with #FEFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDF3; }
p { color: rgb(254,253,243); }
H1.HeaderClassName
{
color: #FEFDF3;
}
.AnyTagClassName
{
color: #FEFDF3;
}
</style>
background-color css
<style>
a { background-color: #FEFDF3; }
a { background-color: rgb(254,253,243); }
div.DivClassName
{
background-color: #FEFDF3;
}
.BgClassName
{
background-color: #FEFDF3;
}
</style>
border-color css
<style>
span { border-color: #FEFDF3; }
span { border-color: rgb(254,253,243); }
td.TdClassName
{
border-color: #FEFDF3;
}
.TagClassName
{
border-color: #FEFDF3;
}
</style>