Shades of Mimosa #FAF9C8
Tints of Mimosa #FAF9C8
RGB
CMYK
RGB Variations
Color information
#FAF9C8 (or 0xFAF9C8) is known color: Mimosa. HEX triplet: FA, F9 and C8. RGB value is (250,249,200). Sum of RGB (Red+Green+Blue) = 250+249+200=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 249 (97.66% from 255 or 35.62% from 699); Blue value is 200 (78.52% from 255 or 28.61% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9C8 is #050637. Grayscale: #F3F3F3. Windows color (decimal): -329272 or 13171194. OLE color: 13171194.
HSL color Cylindrical-coordinate representation of color #FAF9C8: hue angle of 58.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAF9C8 is Cyan = 0, Magento = 0.00, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 200 | - |
| CMYK | 0 | 0.00 | 0.2 | 0.02 |
| HSL | 58.8º | 0.83% | 0.88% | - |
| HSV(B) | 58.8º | 0.2% | 0.98% | - |
| XYZ | 83.73 | 92.25 | 68.04 | - |
| YUV | 243.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 200 | 0 | 0.00 | 0.2 | 0.02 | 58.8 | 0.83 | 0.88 |
| Hex | FA | F9 | C8 | 0 | 0 | 14 | 2 | 3B | 53 | 58 |
| Octal | 372 | 371 | 310 | 0 | 0 | 24 | 2 | 73 | 123 | 130 |
| Binary | 11111010 | 11111001 | 11001000 | 0 | 0 | 10100 | 10 | 111011 | 1010011 | 1011000 |
Color Harmonies of #FAF9C8
Complementary color
Monochromatic Colors of #FAF9C8
Black with #FAF9C8
Text Example
Text Example
White with #FAF9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9C8; }
p { color: rgb(250,249,200); }
H1.HeaderClassName
{
color: #FAF9C8;
}
.AnyTagClassName
{
color: #FAF9C8;
}
</style>
background-color css
<style>
a { background-color: #FAF9C8; }
a { background-color: rgb(250,249,200); }
div.DivClassName
{
background-color: #FAF9C8;
}
.BgClassName
{
background-color: #FAF9C8;
}
</style>
border-color css
<style>
span { border-color: #FAF9C8; }
span { border-color: rgb(250,249,200); }
td.TdClassName
{
border-color: #FAF9C8;
}
.TagClassName
{
border-color: #FAF9C8;
}
</style>