Shades of Ivory #FDFBF0
Tints of Ivory #FDFBF0
RGB
CMYK
RGB Variations
Color information
#FDFBF0 (or 0xFDFBF0) is known color: Ivory. HEX triplet: FD, FB and F0. RGB value is (253,251,240). Sum of RGB (Red+Green+Blue) = 253+251+240=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 240 (94.14% from 255 or 32.26% from 744); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF0 is #02040F. Grayscale: #FAFAFA. Windows color (decimal): -132112 or 15793149. OLE color: 15793149.
HSL color Cylindrical-coordinate representation of color #FDFBF0: hue angle of 50.77º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDFBF0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 240 | - |
CMYK | 0 | 0.01 | 0.05 | 0.01 |
HSL | 50.77º | 0.76% | 0.97% | - |
HSV(B) | 50.77º | 0.05% | 0.99% | - |
XYZ | 90.73 | 96.17 | 96.22 | - |
YUV | 250.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 240 | 0 | 0.01 | 0.05 | 0.01 | 50.77 | 0.76 | 0.97 |
Hex | FD | FB | F0 | 0 | 1 | 5 | 1 | 33 | 4C | 61 |
Octal | 375 | 373 | 360 | 0 | 1 | 5 | 1 | 63 | 114 | 141 |
Binary | 11111101 | 11111011 | 11110000 | 0 | 1 | 101 | 1 | 110011 | 1001100 | 1100001 |
Color Harmonies of #FDFBF0
Complementary color
Monochromatic Colors of #FDFBF0
Black with #FDFBF0
Text Example
Text Example
White with #FDFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBF0; }
p { color: rgb(253,251,240); }
H1.HeaderClassName
{
color: #FDFBF0;
}
.AnyTagClassName
{
color: #FDFBF0;
}
</style>
background-color css
<style>
a { background-color: #FDFBF0; }
a { background-color: rgb(253,251,240); }
div.DivClassName
{
background-color: #FDFBF0;
}
.BgClassName
{
background-color: #FDFBF0;
}
</style>
border-color css
<style>
span { border-color: #FDFBF0; }
span { border-color: rgb(253,251,240); }
td.TdClassName
{
border-color: #FDFBF0;
}
.TagClassName
{
border-color: #FDFBF0;
}
</style>