Shades of Mimosa #FBFBC9
Tints of Mimosa #FBFBC9
RGB
CMYK
RGB Variations
Color information
#FBFBC9 (or 0xFBFBC9) is known color: Mimosa. HEX triplet: FB, FB and C9. RGB value is (251,251,201). Sum of RGB (Red+Green+Blue) = 251+251+201=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 201 (78.91% from 255 or 28.59% from 703); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBC9 is #040436. Grayscale: #F5F5F5. Windows color (decimal): -263223 or 13237243. OLE color: 13237243.
HSL color Cylindrical-coordinate representation of color #FBFBC9: hue angle of 60º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBFBC9 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 201 | - |
| CMYK | 0 | 0 | 0.20 | 0.02 |
| HSL | 60º | 0.86% | 0.89% | - |
| HSV(B) | 60º | 0.2% | 0.98% | - |
| XYZ | 84.82 | 93.72 | 68.88 | - |
| YUV | 245.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 201 | 0 | 0 | 0.20 | 0.02 | 60 | 0.86 | 0.89 |
| Hex | FB | FB | C9 | 0 | 0 | 14 | 2 | 3C | 56 | 59 |
| Octal | 373 | 373 | 311 | 0 | 0 | 24 | 2 | 74 | 126 | 131 |
| Binary | 11111011 | 11111011 | 11001001 | 0 | 0 | 10100 | 10 | 111100 | 1010110 | 1011001 |
Color Harmonies of #FBFBC9
Complementary color
Monochromatic Colors of #FBFBC9
Black with #FBFBC9
Text Example
Text Example
White with #FBFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBC9; }
p { color: rgb(251,251,201); }
H1.HeaderClassName
{
color: #FBFBC9;
}
.AnyTagClassName
{
color: #FBFBC9;
}
</style>
background-color css
<style>
a { background-color: #FBFBC9; }
a { background-color: rgb(251,251,201); }
div.DivClassName
{
background-color: #FBFBC9;
}
.BgClassName
{
background-color: #FBFBC9;
}
</style>
border-color css
<style>
span { border-color: #FBFBC9; }
span { border-color: rgb(251,251,201); }
td.TdClassName
{
border-color: #FBFBC9;
}
.TagClassName
{
border-color: #FBFBC9;
}
</style>