Shades of Mauvelous #FA9BA8
Tints of Mauvelous #FA9BA8
RGB
CMYK
RGB Variations
Color information
#FA9BA8 (or 0xFA9BA8) is known color: Mauvelous. HEX triplet: FA, 9B and A8. RGB value is (250,155,168). Sum of RGB (Red+Green+Blue) = 250+155+168=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BA8 is #056457. Grayscale: #B8B8B8. Windows color (decimal): -353368 or 11049978. OLE color: 11049978.
HSL color Cylindrical-coordinate representation of color #FA9BA8: hue angle of 351.79º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BA8 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 168 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.02 |
| HSL | 351.79º | 0.9% | 0.79% | - |
| HSV(B) | 351.79º | 0.38% | 0.98% | - |
| XYZ | 58.21 | 46.59 | 42.97 | - |
| YUV | 184.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 168 | 0 | 0.38 | 0.33 | 0.02 | 351.79 | 0.9 | 0.79 |
| Hex | FA | 9B | A8 | 0 | 26 | 21 | 2 | 160 | 5A | 4F |
| Octal | 372 | 233 | 250 | 0 | 46 | 41 | 2 | 540 | 132 | 117 |
| Binary | 11111010 | 10011011 | 10101000 | 0 | 100110 | 100001 | 10 | 101100000 | 1011010 | 1001111 |
Color Harmonies of #FA9BA8
Complementary color
Monochromatic Colors of #FA9BA8
Black with #FA9BA8
Text Example
Text Example
White with #FA9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BA8; }
p { color: rgb(250,155,168); }
H1.HeaderClassName
{
color: #FA9BA8;
}
.AnyTagClassName
{
color: #FA9BA8;
}
</style>
background-color css
<style>
a { background-color: #FA9BA8; }
a { background-color: rgb(250,155,168); }
div.DivClassName
{
background-color: #FA9BA8;
}
.BgClassName
{
background-color: #FA9BA8;
}
</style>
border-color css
<style>
span { border-color: #FA9BA8; }
span { border-color: rgb(250,155,168); }
td.TdClassName
{
border-color: #FA9BA8;
}
.TagClassName
{
border-color: #FA9BA8;
}
</style>