Shades of Ivory #FEFDF8
Tints of Ivory #FEFDF8
RGB
CMYK
RGB Variations
Color information
#FEFDF8 (or 0xFEFDF8) is known color: Ivory. HEX triplet: FE, FD and F8. RGB value is (254,253,248). Sum of RGB (Red+Green+Blue) = 254+253+248=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 248 (97.27% from 255 or 32.85% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF8 is #010207. Grayscale: #FCFCFC. Windows color (decimal): -66056 or 16317950. OLE color: 16317950.
HSL color Cylindrical-coordinate representation of color #FEFDF8: hue angle of 50º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEFDF8 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 248 | - |
CMYK | 0 | 0.00 | 0.02 | 0.00 |
HSL | 50º | 0.75% | 0.98% | - |
HSV(B) | 50º | 0.02% | 1% | - |
XYZ | 92.94 | 98.1 | 102.84 | - |
YUV | 252.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 248 | 0 | 0.00 | 0.02 | 0.00 | 50 | 0.75 | 0.98 |
Hex | FE | FD | F8 | 0 | 0 | 2 | 0 | 32 | 4B | 62 |
Octal | 376 | 375 | 370 | 0 | 0 | 2 | 0 | 62 | 113 | 142 |
Binary | 11111110 | 11111101 | 11111000 | 0 | 0 | 10 | 0 | 110010 | 1001011 | 1100010 |
Color Harmonies of #FEFDF8
Complementary color
Monochromatic Colors of #FEFDF8
Black with #FEFDF8
Text Example
Text Example
White with #FEFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDF8; }
p { color: rgb(254,253,248); }
H1.HeaderClassName
{
color: #FEFDF8;
}
.AnyTagClassName
{
color: #FEFDF8;
}
</style>
background-color css
<style>
a { background-color: #FEFDF8; }
a { background-color: rgb(254,253,248); }
div.DivClassName
{
background-color: #FEFDF8;
}
.BgClassName
{
background-color: #FEFDF8;
}
</style>
border-color css
<style>
span { border-color: #FEFDF8; }
span { border-color: rgb(254,253,248); }
td.TdClassName
{
border-color: #FEFDF8;
}
.TagClassName
{
border-color: #FEFDF8;
}
</style>