Shades of Ivory #FBFBF9
Tints of Ivory #FBFBF9
RGB
CMYK
RGB Variations
Color information
#FBFBF9 (or 0xFBFBF9) is known color: Ivory. HEX triplet: FB, FB and F9. RGB value is (251,251,249). Sum of RGB (Red+Green+Blue) = 251+251+249=751 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.42% from 751); Green value is 251 (98.44% from 255 or 33.42% from 751); Blue value is 249 (97.66% from 255 or 33.16% from 751); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF9 is #040406. Grayscale: #FAFAFA. Windows color (decimal): -263175 or 16382971. OLE color: 16382971.
HSL color Cylindrical-coordinate representation of color #FBFBF9: hue angle of 60º degrees, saturation: 0.2, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FBFBF9 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 251 | 249 | - |
CMYK | 0 | 0 | 0.01 | 0.02 |
HSL | 60º | 0.2% | 0.98% | - |
HSV(B) | 60º | 0.01% | 0.98% | - |
XYZ | 91.38 | 96.34 | 103.4 | - |
YUV | 250.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 249 | 0 | 0 | 0.01 | 0.02 | 60 | 0.2 | 0.98 |
Hex | FB | FB | F9 | 0 | 0 | 1 | 2 | 3C | 14 | 62 |
Octal | 373 | 373 | 371 | 0 | 0 | 1 | 2 | 74 | 24 | 142 |
Binary | 11111011 | 11111011 | 11111001 | 0 | 0 | 1 | 10 | 111100 | 10100 | 1100010 |
Color Harmonies of #FBFBF9
Complementary color
Monochromatic Colors of #FBFBF9
Black with #FBFBF9
Text Example
Text Example
White with #FBFBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBF9; }
p { color: rgb(251,251,249); }
H1.HeaderClassName
{
color: #FBFBF9;
}
.AnyTagClassName
{
color: #FBFBF9;
}
</style>
background-color css
<style>
a { background-color: #FBFBF9; }
a { background-color: rgb(251,251,249); }
div.DivClassName
{
background-color: #FBFBF9;
}
.BgClassName
{
background-color: #FBFBF9;
}
</style>
border-color css
<style>
span { border-color: #FBFBF9; }
span { border-color: rgb(251,251,249); }
td.TdClassName
{
border-color: #FBFBF9;
}
.TagClassName
{
border-color: #FBFBF9;
}
</style>