Shades of Ivory #FEFDF5
Tints of Ivory #FEFDF5
RGB
CMYK
RGB Variations
Color information
#FEFDF5 (or 0xFEFDF5) is known color: Ivory. HEX triplet: FE, FD and F5. RGB value is (254,253,245). Sum of RGB (Red+Green+Blue) = 254+253+245=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 245 (96.09% from 255 or 32.58% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF5 is #01020A. Grayscale: #FCFCFC. Windows color (decimal): -66059 or 16121342. OLE color: 16121342.
HSL color Cylindrical-coordinate representation of color #FEFDF5: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEFDF5 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 245 | - |
CMYK | 0 | 0.00 | 0.04 | 0.00 |
HSL | 53.33º | 0.82% | 0.98% | - |
HSV(B) | 53.33º | 0.04% | 1% | - |
XYZ | 92.48 | 97.91 | 100.41 | - |
YUV | 252.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 245 | 0 | 0.00 | 0.04 | 0.00 | 53.33 | 0.82 | 0.98 |
Hex | FE | FD | F5 | 0 | 0 | 4 | 0 | 35 | 52 | 62 |
Octal | 376 | 375 | 365 | 0 | 0 | 4 | 0 | 65 | 122 | 142 |
Binary | 11111110 | 11111101 | 11110101 | 0 | 0 | 100 | 0 | 110101 | 1010010 | 1100010 |
Color Harmonies of #FEFDF5
Complementary color
Monochromatic Colors of #FEFDF5
Black with #FEFDF5
Text Example
Text Example
White with #FEFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDF5; }
p { color: rgb(254,253,245); }
H1.HeaderClassName
{
color: #FEFDF5;
}
.AnyTagClassName
{
color: #FEFDF5;
}
</style>
background-color css
<style>
a { background-color: #FEFDF5; }
a { background-color: rgb(254,253,245); }
div.DivClassName
{
background-color: #FEFDF5;
}
.BgClassName
{
background-color: #FEFDF5;
}
</style>
border-color css
<style>
span { border-color: #FEFDF5; }
span { border-color: rgb(254,253,245); }
td.TdClassName
{
border-color: #FEFDF5;
}
.TagClassName
{
border-color: #FEFDF5;
}
</style>