Shades of Mauvelous #FA94A8
Tints of Mauvelous #FA94A8
RGB
CMYK
RGB Variations
Color information
#FA94A8 (or 0xFA94A8) is known color: Mauvelous. HEX triplet: FA, 94 and A8. RGB value is (250,148,168). Sum of RGB (Red+Green+Blue) = 250+148+168=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA94A8 is #056B57. Grayscale: #B4B4B4. Windows color (decimal): -355160 or 11048186. OLE color: 11048186.
HSL color Cylindrical-coordinate representation of color #FA94A8: hue angle of 348.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94A8 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 168 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.02 |
| HSL | 348.24º | 0.91% | 0.78% | - |
| HSV(B) | 348.24º | 0.41% | 0.98% | - |
| XYZ | 57.08 | 44.33 | 42.59 | - |
| YUV | 180.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 168 | 0 | 0.41 | 0.33 | 0.02 | 348.24 | 0.91 | 0.78 |
| Hex | FA | 94 | A8 | 0 | 29 | 21 | 2 | 15C | 5B | 4E |
| Octal | 372 | 224 | 250 | 0 | 51 | 41 | 2 | 534 | 133 | 116 |
| Binary | 11111010 | 10010100 | 10101000 | 0 | 101001 | 100001 | 10 | 101011100 | 1011011 | 1001110 |
Color Harmonies of #FA94A8
Complementary color
Monochromatic Colors of #FA94A8
Black with #FA94A8
Text Example
Text Example
White with #FA94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA94A8; }
p { color: rgb(250,148,168); }
H1.HeaderClassName
{
color: #FA94A8;
}
.AnyTagClassName
{
color: #FA94A8;
}
</style>
background-color css
<style>
a { background-color: #FA94A8; }
a { background-color: rgb(250,148,168); }
div.DivClassName
{
background-color: #FA94A8;
}
.BgClassName
{
background-color: #FA94A8;
}
</style>
border-color css
<style>
span { border-color: #FA94A8; }
span { border-color: rgb(250,148,168); }
td.TdClassName
{
border-color: #FA94A8;
}
.TagClassName
{
border-color: #FA94A8;
}
</style>