Shades of Mimosa #F8F8CE
Tints of Mimosa #F8F8CE
RGB
CMYK
RGB Variations
Color information
#F8F8CE (or 0xF8F8CE) is known color: Mimosa. HEX triplet: F8, F8 and CE. RGB value is (248,248,206). Sum of RGB (Red+Green+Blue) = 248+248+206=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F8CE is #070731. Grayscale: #F3F3F3. Windows color (decimal): -460594 or 13564152. OLE color: 13564152.
HSL color Cylindrical-coordinate representation of color #F8F8CE: hue angle of 60º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8F8CE is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 206 | - |
| CMYK | 0 | 0 | 0.17 | 0.03 |
| HSL | 60º | 0.75% | 0.89% | - |
| HSV(B) | 60º | 0.17% | 0.97% | - |
| XYZ | 83.42 | 91.55 | 71.67 | - |
| YUV | 243.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 206 | 0 | 0 | 0.17 | 0.03 | 60 | 0.75 | 0.89 |
| Hex | F8 | F8 | CE | 0 | 0 | 11 | 3 | 3C | 4B | 59 |
| Octal | 370 | 370 | 316 | 0 | 0 | 21 | 3 | 74 | 113 | 131 |
| Binary | 11111000 | 11111000 | 11001110 | 0 | 0 | 10001 | 11 | 111100 | 1001011 | 1011001 |
Color Harmonies of #F8F8CE
Complementary color
Monochromatic Colors of #F8F8CE
Black with #F8F8CE
Text Example
Text Example
White with #F8F8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F8CE; }
p { color: rgb(248,248,206); }
H1.HeaderClassName
{
color: #F8F8CE;
}
.AnyTagClassName
{
color: #F8F8CE;
}
</style>
background-color css
<style>
a { background-color: #F8F8CE; }
a { background-color: rgb(248,248,206); }
div.DivClassName
{
background-color: #F8F8CE;
}
.BgClassName
{
background-color: #F8F8CE;
}
</style>
border-color css
<style>
span { border-color: #F8F8CE; }
span { border-color: rgb(248,248,206); }
td.TdClassName
{
border-color: #F8F8CE;
}
.TagClassName
{
border-color: #F8F8CE;
}
</style>