Shades of Mauvelous #FA96A8
Tints of Mauvelous #FA96A8
RGB
CMYK
RGB Variations
Color information
#FA96A8 (or 0xFA96A8) is known color: Mauvelous. HEX triplet: FA, 96 and A8. RGB value is (250,150,168). Sum of RGB (Red+Green+Blue) = 250+150+168=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96A8 is #056957. Grayscale: #B5B5B5. Windows color (decimal): -354648 or 11048698. OLE color: 11048698.
HSL color Cylindrical-coordinate representation of color #FA96A8: hue angle of 349.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96A8 is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 168 | - |
| CMYK | 0 | 0.4 | 0.33 | 0.02 |
| HSL | 349.2º | 0.91% | 0.78% | - |
| HSV(B) | 349.2º | 0.4% | 0.98% | - |
| XYZ | 57.4 | 44.96 | 42.7 | - |
| YUV | 181.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 168 | 0 | 0.4 | 0.33 | 0.02 | 349.2 | 0.91 | 0.78 |
| Hex | FA | 96 | A8 | 0 | 28 | 21 | 2 | 15D | 5B | 4E |
| Octal | 372 | 226 | 250 | 0 | 50 | 41 | 2 | 535 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10101000 | 0 | 101000 | 100001 | 10 | 101011101 | 1011011 | 1001110 |
Color Harmonies of #FA96A8
Complementary color
Monochromatic Colors of #FA96A8
Black with #FA96A8
Text Example
Text Example
White with #FA96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96A8; }
p { color: rgb(250,150,168); }
H1.HeaderClassName
{
color: #FA96A8;
}
.AnyTagClassName
{
color: #FA96A8;
}
</style>
background-color css
<style>
a { background-color: #FA96A8; }
a { background-color: rgb(250,150,168); }
div.DivClassName
{
background-color: #FA96A8;
}
.BgClassName
{
background-color: #FA96A8;
}
</style>
border-color css
<style>
span { border-color: #FA96A8; }
span { border-color: rgb(250,150,168); }
td.TdClassName
{
border-color: #FA96A8;
}
.TagClassName
{
border-color: #FA96A8;
}
</style>