Shades of Ivory #FDFBEB
Tints of Ivory #FDFBEB
RGB
CMYK
RGB Variations
Color information
#FDFBEB (or 0xFDFBEB) is known color: Ivory. HEX triplet: FD, FB and EB. RGB value is (253,251,235). Sum of RGB (Red+Green+Blue) = 253+251+235=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 235 (92.19% from 255 or 31.80% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBEB is #020414. Grayscale: #F9F9F9. Windows color (decimal): -132117 or 15465469. OLE color: 15465469.
HSL color Cylindrical-coordinate representation of color #FDFBEB: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDFBEB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 235 | - |
CMYK | 0 | 0.01 | 0.07 | 0.01 |
HSL | 53.33º | 0.82% | 0.96% | - |
HSV(B) | 53.33º | 0.07% | 0.99% | - |
XYZ | 90 | 95.88 | 92.36 | - |
YUV | 249.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 235 | 0 | 0.01 | 0.07 | 0.01 | 53.33 | 0.82 | 0.96 |
Hex | FD | FB | EB | 0 | 1 | 7 | 1 | 35 | 52 | 60 |
Octal | 375 | 373 | 353 | 0 | 1 | 7 | 1 | 65 | 122 | 140 |
Binary | 11111101 | 11111011 | 11101011 | 0 | 1 | 111 | 1 | 110101 | 1010010 | 1100000 |
Color Harmonies of #FDFBEB
Complementary color
Monochromatic Colors of #FDFBEB
Black with #FDFBEB
Text Example
Text Example
White with #FDFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBEB; }
p { color: rgb(253,251,235); }
H1.HeaderClassName
{
color: #FDFBEB;
}
.AnyTagClassName
{
color: #FDFBEB;
}
</style>
background-color css
<style>
a { background-color: #FDFBEB; }
a { background-color: rgb(253,251,235); }
div.DivClassName
{
background-color: #FDFBEB;
}
.BgClassName
{
background-color: #FDFBEB;
}
</style>
border-color css
<style>
span { border-color: #FDFBEB; }
span { border-color: rgb(253,251,235); }
td.TdClassName
{
border-color: #FDFBEB;
}
.TagClassName
{
border-color: #FDFBEB;
}
</style>