Shades of Mauvelous #FA95A5
Tints of Mauvelous #FA95A5
RGB
CMYK
RGB Variations
Color information
#FA95A5 (or 0xFA95A5) is known color: Mauvelous. HEX triplet: FA, 95 and A5. RGB value is (250,149,165). Sum of RGB (Red+Green+Blue) = 250+149+165=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA95A5 is #056A5A. Grayscale: #B5B5B5. Windows color (decimal): -354907 or 10851834. OLE color: 10851834.
HSL color Cylindrical-coordinate representation of color #FA95A5: hue angle of 350.5º 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 #FA95A5 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 165 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.02 |
| HSL | 350.5º | 0.91% | 0.78% | - |
| HSV(B) | 350.5º | 0.4% | 0.98% | - |
| XYZ | 56.96 | 44.54 | 41.19 | - |
| YUV | 181.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 165 | 0 | 0.40 | 0.34 | 0.02 | 350.5 | 0.91 | 0.78 |
| Hex | FA | 95 | A5 | 0 | 28 | 22 | 2 | 15E | 5B | 4E |
| Octal | 372 | 225 | 245 | 0 | 50 | 42 | 2 | 536 | 133 | 116 |
| Binary | 11111010 | 10010101 | 10100101 | 0 | 101000 | 100010 | 10 | 101011110 | 1011011 | 1001110 |
Color Harmonies of #FA95A5
Complementary color
Monochromatic Colors of #FA95A5
Black with #FA95A5
Text Example
Text Example
White with #FA95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95A5; }
p { color: rgb(250,149,165); }
H1.HeaderClassName
{
color: #FA95A5;
}
.AnyTagClassName
{
color: #FA95A5;
}
</style>
background-color css
<style>
a { background-color: #FA95A5; }
a { background-color: rgb(250,149,165); }
div.DivClassName
{
background-color: #FA95A5;
}
.BgClassName
{
background-color: #FA95A5;
}
</style>
border-color css
<style>
span { border-color: #FA95A5; }
span { border-color: rgb(250,149,165); }
td.TdClassName
{
border-color: #FA95A5;
}
.TagClassName
{
border-color: #FA95A5;
}
</style>