Shades of Mimosa #F8F8CA
Tints of Mimosa #F8F8CA
RGB
CMYK
RGB Variations
Color information
#F8F8CA (or 0xF8F8CA) is known color: Mimosa. HEX triplet: F8, F8 and CA. RGB value is (248,248,202). Sum of RGB (Red+Green+Blue) = 248+248+202=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 248 (97.27% from 255 or 35.53% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F8CA is #070735. Grayscale: #F2F2F2. Windows color (decimal): -460598 or 13302008. OLE color: 13302008.
HSL color Cylindrical-coordinate representation of color #F8F8CA: hue angle of 60º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8F8CA is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 202 | - |
| CMYK | 0 | 0 | 0.19 | 0.03 |
| HSL | 60º | 0.77% | 0.88% | - |
| HSV(B) | 60º | 0.19% | 0.97% | - |
| XYZ | 82.94 | 91.36 | 69.14 | - |
| YUV | 242.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 202 | 0 | 0 | 0.19 | 0.03 | 60 | 0.77 | 0.88 |
| Hex | F8 | F8 | CA | 0 | 0 | 13 | 3 | 3C | 4D | 58 |
| Octal | 370 | 370 | 312 | 0 | 0 | 23 | 3 | 74 | 115 | 130 |
| Binary | 11111000 | 11111000 | 11001010 | 0 | 0 | 10011 | 11 | 111100 | 1001101 | 1011000 |
Color Harmonies of #F8F8CA
Complementary color
Monochromatic Colors of #F8F8CA
Black with #F8F8CA
Text Example
Text Example
White with #F8F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F8CA; }
p { color: rgb(248,248,202); }
H1.HeaderClassName
{
color: #F8F8CA;
}
.AnyTagClassName
{
color: #F8F8CA;
}
</style>
background-color css
<style>
a { background-color: #F8F8CA; }
a { background-color: rgb(248,248,202); }
div.DivClassName
{
background-color: #F8F8CA;
}
.BgClassName
{
background-color: #F8F8CA;
}
</style>
border-color css
<style>
span { border-color: #F8F8CA; }
span { border-color: rgb(248,248,202); }
td.TdClassName
{
border-color: #F8F8CA;
}
.TagClassName
{
border-color: #F8F8CA;
}
</style>