Shades of Mauvelous #FA99A8
Tints of Mauvelous #FA99A8
RGB
CMYK
RGB Variations
Color information
#FA99A8 (or 0xFA99A8) is known color: Mauvelous. HEX triplet: FA, 99 and A8. RGB value is (250,153,168). Sum of RGB (Red+Green+Blue) = 250+153+168=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99A8 is #056657. Grayscale: #B7B7B7. Windows color (decimal): -353880 or 11049466. OLE color: 11049466.
HSL color Cylindrical-coordinate representation of color #FA99A8: hue angle of 350.72º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99A8 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 168 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.02 |
| HSL | 350.72º | 0.91% | 0.79% | - |
| HSV(B) | 350.72º | 0.39% | 0.98% | - |
| XYZ | 57.88 | 45.93 | 42.86 | - |
| YUV | 183.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 168 | 0 | 0.39 | 0.33 | 0.02 | 350.72 | 0.91 | 0.79 |
| Hex | FA | 99 | A8 | 0 | 27 | 21 | 2 | 15F | 5B | 4F |
| Octal | 372 | 231 | 250 | 0 | 47 | 41 | 2 | 537 | 133 | 117 |
| Binary | 11111010 | 10011001 | 10101000 | 0 | 100111 | 100001 | 10 | 101011111 | 1011011 | 1001111 |
Color Harmonies of #FA99A8
Complementary color
Monochromatic Colors of #FA99A8
Black with #FA99A8
Text Example
Text Example
White with #FA99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99A8; }
p { color: rgb(250,153,168); }
H1.HeaderClassName
{
color: #FA99A8;
}
.AnyTagClassName
{
color: #FA99A8;
}
</style>
background-color css
<style>
a { background-color: #FA99A8; }
a { background-color: rgb(250,153,168); }
div.DivClassName
{
background-color: #FA99A8;
}
.BgClassName
{
background-color: #FA99A8;
}
</style>
border-color css
<style>
span { border-color: #FA99A8; }
span { border-color: rgb(250,153,168); }
td.TdClassName
{
border-color: #FA99A8;
}
.TagClassName
{
border-color: #FA99A8;
}
</style>