Shades of Mimosa #FAF9CA
Tints of Mimosa #FAF9CA
RGB
CMYK
RGB Variations
Color information
#FAF9CA (or 0xFAF9CA) is known color: Mimosa. HEX triplet: FA, F9 and CA. RGB value is (250,249,202). Sum of RGB (Red+Green+Blue) = 250+249+202=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9CA is #050635. Grayscale: #F4F4F4. Windows color (decimal): -329270 or 13302266. OLE color: 13302266.
HSL color Cylindrical-coordinate representation of color #FAF9CA: hue angle of 58.75º 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 #FAF9CA is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 202 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.02 |
| HSL | 58.75º | 0.83% | 0.89% | - |
| HSV(B) | 58.75º | 0.19% | 0.98% | - |
| XYZ | 83.96 | 92.34 | 69.28 | - |
| YUV | 243.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 202 | 0 | 0.00 | 0.19 | 0.02 | 58.75 | 0.83 | 0.89 |
| Hex | FA | F9 | CA | 0 | 0 | 13 | 2 | 3B | 53 | 59 |
| Octal | 372 | 371 | 312 | 0 | 0 | 23 | 2 | 73 | 123 | 131 |
| Binary | 11111010 | 11111001 | 11001010 | 0 | 0 | 10011 | 10 | 111011 | 1010011 | 1011001 |
Color Harmonies of #FAF9CA
Complementary color
Monochromatic Colors of #FAF9CA
Black with #FAF9CA
Text Example
Text Example
White with #FAF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9CA; }
p { color: rgb(250,249,202); }
H1.HeaderClassName
{
color: #FAF9CA;
}
.AnyTagClassName
{
color: #FAF9CA;
}
</style>
background-color css
<style>
a { background-color: #FAF9CA; }
a { background-color: rgb(250,249,202); }
div.DivClassName
{
background-color: #FAF9CA;
}
.BgClassName
{
background-color: #FAF9CA;
}
</style>
border-color css
<style>
span { border-color: #FAF9CA; }
span { border-color: rgb(250,249,202); }
td.TdClassName
{
border-color: #FAF9CA;
}
.TagClassName
{
border-color: #FAF9CA;
}
</style>