Shades of Ivory #FBFBED
Tints of Ivory #FBFBED
RGB
CMYK
RGB Variations
Color information
#FBFBED (or 0xFBFBED) is known color: Ivory. HEX triplet: FB, FB and ED. RGB value is (251,251,237). Sum of RGB (Red+Green+Blue) = 251+251+237=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 237 (92.97% from 255 or 32.07% from 739); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBED is #040412. Grayscale: #F9F9F9. Windows color (decimal): -263187 or 15596539. OLE color: 15596539.
HSL color Cylindrical-coordinate representation of color #FBFBED: hue angle of 60º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBFBED is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 237 | - |
| CMYK | 0 | 0 | 0.06 | 0.02 |
| HSL | 60º | 0.64% | 0.96% | - |
| HSV(B) | 60º | 0.06% | 0.98% | - |
| XYZ | 89.57 | 95.62 | 93.86 | - |
| YUV | 249.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 237 | 0 | 0 | 0.06 | 0.02 | 60 | 0.64 | 0.96 |
| Hex | FB | FB | ED | 0 | 0 | 6 | 2 | 3C | 40 | 60 |
| Octal | 373 | 373 | 355 | 0 | 0 | 6 | 2 | 74 | 100 | 140 |
| Binary | 11111011 | 11111011 | 11101101 | 0 | 0 | 110 | 10 | 111100 | 1000000 | 1100000 |
Color Harmonies of #FBFBED
Complementary color
Monochromatic Colors of #FBFBED
Black with #FBFBED
Text Example
Text Example
White with #FBFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBED; }
p { color: rgb(251,251,237); }
H1.HeaderClassName
{
color: #FBFBED;
}
.AnyTagClassName
{
color: #FBFBED;
}
</style>
background-color css
<style>
a { background-color: #FBFBED; }
a { background-color: rgb(251,251,237); }
div.DivClassName
{
background-color: #FBFBED;
}
.BgClassName
{
background-color: #FBFBED;
}
</style>
border-color css
<style>
span { border-color: #FBFBED; }
span { border-color: rgb(251,251,237); }
td.TdClassName
{
border-color: #FBFBED;
}
.TagClassName
{
border-color: #FBFBED;
}
</style>