Shades of Ivory #FBF9EC
Tints of Ivory #FBF9EC
RGB
CMYK
RGB Variations
Color information
#FBF9EC (or 0xFBF9EC) is known color: Ivory. HEX triplet: FB, F9 and EC. RGB value is (251,249,236). Sum of RGB (Red+Green+Blue) = 251+249+236=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 249 (97.66% from 255 or 33.83% from 736); Blue value is 236 (92.58% from 255 or 32.07% from 736); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9EC is #040613. Grayscale: #F8F8F8. Windows color (decimal): -263700 or 15530491. OLE color: 15530491.
HSL color Cylindrical-coordinate representation of color #FBF9EC: hue angle of 52º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBF9EC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 249 | 236 | - |
CMYK | 0 | 0.01 | 0.06 | 0.02 |
HSL | 52º | 0.65% | 0.95% | - |
HSV(B) | 52º | 0.06% | 0.98% | - |
XYZ | 88.8 | 94.32 | 92.88 | - |
YUV | 248.12 | 121.16 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 236 | 0 | 0.01 | 0.06 | 0.02 | 52 | 0.65 | 0.95 |
Hex | FB | F9 | EC | 0 | 1 | 6 | 2 | 34 | 41 | 5F |
Octal | 373 | 371 | 354 | 0 | 1 | 6 | 2 | 64 | 101 | 137 |
Binary | 11111011 | 11111001 | 11101100 | 0 | 1 | 110 | 10 | 110100 | 1000001 | 1011111 |
Color Harmonies of #FBF9EC
Complementary color
Monochromatic Colors of #FBF9EC
Black with #FBF9EC
Text Example
Text Example
White with #FBF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9EC; }
p { color: rgb(251,249,236); }
H1.HeaderClassName
{
color: #FBF9EC;
}
.AnyTagClassName
{
color: #FBF9EC;
}
</style>
background-color css
<style>
a { background-color: #FBF9EC; }
a { background-color: rgb(251,249,236); }
div.DivClassName
{
background-color: #FBF9EC;
}
.BgClassName
{
background-color: #FBF9EC;
}
</style>
border-color css
<style>
span { border-color: #FBF9EC; }
span { border-color: rgb(251,249,236); }
td.TdClassName
{
border-color: #FBF9EC;
}
.TagClassName
{
border-color: #FBF9EC;
}
</style>