Shades of Ivory #FDFBE9
Tints of Ivory #FDFBE9
RGB
CMYK
RGB Variations
Color information
#FDFBE9 (or 0xFDFBE9) is known color: Ivory. HEX triplet: FD, FB and E9. RGB value is (253,251,233). Sum of RGB (Red+Green+Blue) = 253+251+233=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 233 (91.41% from 255 or 31.61% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBE9 is #020416. Grayscale: #F9F9F9. Windows color (decimal): -132119 or 15334397. OLE color: 15334397.
HSL color Cylindrical-coordinate representation of color #FDFBE9: hue angle of 54º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDFBE9 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 233 | - |
CMYK | 0 | 0.01 | 0.08 | 0.01 |
HSL | 54º | 0.83% | 0.95% | - |
HSV(B) | 54º | 0.08% | 0.99% | - |
XYZ | 89.71 | 95.76 | 90.85 | - |
YUV | 249.55 | 118.66 | 130.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 233 | 0 | 0.01 | 0.08 | 0.01 | 54 | 0.83 | 0.95 |
Hex | FD | FB | E9 | 0 | 1 | 8 | 1 | 36 | 53 | 5F |
Octal | 375 | 373 | 351 | 0 | 1 | 10 | 1 | 66 | 123 | 137 |
Binary | 11111101 | 11111011 | 11101001 | 0 | 1 | 1000 | 1 | 110110 | 1010011 | 1011111 |
Color Harmonies of #FDFBE9
Complementary color
Monochromatic Colors of #FDFBE9
Black with #FDFBE9
Text Example
Text Example
White with #FDFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBE9; }
p { color: rgb(253,251,233); }
H1.HeaderClassName
{
color: #FDFBE9;
}
.AnyTagClassName
{
color: #FDFBE9;
}
</style>
background-color css
<style>
a { background-color: #FDFBE9; }
a { background-color: rgb(253,251,233); }
div.DivClassName
{
background-color: #FDFBE9;
}
.BgClassName
{
background-color: #FDFBE9;
}
</style>
border-color css
<style>
span { border-color: #FDFBE9; }
span { border-color: rgb(253,251,233); }
td.TdClassName
{
border-color: #FDFBE9;
}
.TagClassName
{
border-color: #FDFBE9;
}
</style>