Shades of Mimosa #F9FACA
Tints of Mimosa #F9FACA
RGB
CMYK
RGB Variations
Color information
#F9FACA (or 0xF9FACA) is known color: Mimosa. HEX triplet: F9, FA and CA. RGB value is (249,250,202). Sum of RGB (Red+Green+Blue) = 249+250+202=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FACA is #060535. Grayscale: #F4F4F4. Windows color (decimal): -394550 or 13302521. OLE color: 13302521.
HSL color Cylindrical-coordinate representation of color #F9FACA: hue angle of 61.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9FACA is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 202 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.02 |
| HSL | 61.25º | 0.83% | 0.89% | - |
| HSV(B) | 61.25º | 0.19% | 0.98% | - |
| XYZ | 83.91 | 92.78 | 69.36 | - |
| YUV | 244.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 202 | 0.00 | 0 | 0.19 | 0.02 | 61.25 | 0.83 | 0.89 |
| Hex | F9 | FA | CA | 0 | 0 | 13 | 2 | 3D | 53 | 59 |
| Octal | 371 | 372 | 312 | 0 | 0 | 23 | 2 | 75 | 123 | 131 |
| Binary | 11111001 | 11111010 | 11001010 | 0 | 0 | 10011 | 10 | 111101 | 1010011 | 1011001 |
Color Harmonies of #F9FACA
Complementary color
Monochromatic Colors of #F9FACA
Black with #F9FACA
Text Example
Text Example
White with #F9FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FACA; }
p { color: rgb(249,250,202); }
H1.HeaderClassName
{
color: #F9FACA;
}
.AnyTagClassName
{
color: #F9FACA;
}
</style>
background-color css
<style>
a { background-color: #F9FACA; }
a { background-color: rgb(249,250,202); }
div.DivClassName
{
background-color: #F9FACA;
}
.BgClassName
{
background-color: #F9FACA;
}
</style>
border-color css
<style>
span { border-color: #F9FACA; }
span { border-color: rgb(249,250,202); }
td.TdClassName
{
border-color: #F9FACA;
}
.TagClassName
{
border-color: #F9FACA;
}
</style>