Shades of Ivory #FDFEF0
Tints of Ivory #FDFEF0
RGB
CMYK
RGB Variations
Color information
#FDFEF0 (or 0xFDFEF0) is known color: Ivory. HEX triplet: FD, FE and F0. RGB value is (253,254,240). Sum of RGB (Red+Green+Blue) = 253+254+240=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 240 (94.14% from 255 or 32.13% from 747); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF0 is #02010F. Grayscale: #FCFCFC. Windows color (decimal): -131344 or 15793917. OLE color: 15793917.
HSL color Cylindrical-coordinate representation of color #FDFEF0: hue angle of 64.29º 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 #FDFEF0 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 240 | - |
CMYK | 0.00 | 0 | 0.06 | 0.00 |
HSL | 64.29º | 0.88% | 0.97% | - |
HSV(B) | 64.29º | 0.06% | 1% | - |
XYZ | 91.68 | 98.06 | 96.53 | - |
YUV | 252.11 | 121.17 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 240 | 0.00 | 0 | 0.06 | 0.00 | 64.29 | 0.88 | 0.97 |
Hex | FD | FE | F0 | 0 | 0 | 6 | 0 | 40 | 58 | 61 |
Octal | 375 | 376 | 360 | 0 | 0 | 6 | 0 | 100 | 130 | 141 |
Binary | 11111101 | 11111110 | 11110000 | 0 | 0 | 110 | 0 | 1000000 | 1011000 | 1100001 |
Color Harmonies of #FDFEF0
Complementary color
Monochromatic Colors of #FDFEF0
Black with #FDFEF0
Text Example
Text Example
White with #FDFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEF0; }
p { color: rgb(253,254,240); }
H1.HeaderClassName
{
color: #FDFEF0;
}
.AnyTagClassName
{
color: #FDFEF0;
}
</style>
background-color css
<style>
a { background-color: #FDFEF0; }
a { background-color: rgb(253,254,240); }
div.DivClassName
{
background-color: #FDFEF0;
}
.BgClassName
{
background-color: #FDFEF0;
}
</style>
border-color css
<style>
span { border-color: #FDFEF0; }
span { border-color: rgb(253,254,240); }
td.TdClassName
{
border-color: #FDFEF0;
}
.TagClassName
{
border-color: #FDFEF0;
}
</style>