Shades of Ivory #FDFBEC
Tints of Ivory #FDFBEC
RGB
CMYK
RGB Variations
Color information
#FDFBEC (or 0xFDFBEC) is known color: Ivory. HEX triplet: FD, FB and EC. RGB value is (253,251,236). Sum of RGB (Red+Green+Blue) = 253+251+236=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 236 (92.58% from 255 or 31.89% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBEC is #020413. Grayscale: #F9F9F9. Windows color (decimal): -132116 or 15531005. OLE color: 15531005.
HSL color Cylindrical-coordinate representation of color #FDFBEC: hue angle of 52.94º degrees, saturation: 0.81, 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 #FDFBEC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 236 | - |
CMYK | 0 | 0.01 | 0.07 | 0.01 |
HSL | 52.94º | 0.81% | 0.96% | - |
HSV(B) | 52.94º | 0.07% | 0.99% | - |
XYZ | 90.15 | 95.93 | 93.12 | - |
YUV | 249.89 | 120.16 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 236 | 0 | 0.01 | 0.07 | 0.01 | 52.94 | 0.81 | 0.96 |
Hex | FD | FB | EC | 0 | 1 | 7 | 1 | 35 | 51 | 60 |
Octal | 375 | 373 | 354 | 0 | 1 | 7 | 1 | 65 | 121 | 140 |
Binary | 11111101 | 11111011 | 11101100 | 0 | 1 | 111 | 1 | 110101 | 1010001 | 1100000 |
Color Harmonies of #FDFBEC
Complementary color
Monochromatic Colors of #FDFBEC
Black with #FDFBEC
Text Example
Text Example
White with #FDFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBEC; }
p { color: rgb(253,251,236); }
H1.HeaderClassName
{
color: #FDFBEC;
}
.AnyTagClassName
{
color: #FDFBEC;
}
</style>
background-color css
<style>
a { background-color: #FDFBEC; }
a { background-color: rgb(253,251,236); }
div.DivClassName
{
background-color: #FDFBEC;
}
.BgClassName
{
background-color: #FDFBEC;
}
</style>
border-color css
<style>
span { border-color: #FDFBEC; }
span { border-color: rgb(253,251,236); }
td.TdClassName
{
border-color: #FDFBEC;
}
.TagClassName
{
border-color: #FDFBEC;
}
</style>