Shades of Mauvelous #F996AB
Tints of Mauvelous #F996AB
RGB
CMYK
RGB Variations
Color information
#F996AB (or 0xF996AB) is known color: Mauvelous. HEX triplet: F9, 96 and AB. RGB value is (249,150,171). Sum of RGB (Red+Green+Blue) = 249+150+171=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F996AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F996AB is #066954. Grayscale: #B6B6B6. Windows color (decimal): -420181 or 11245305. OLE color: 11245305.
HSL color Cylindrical-coordinate representation of color #F996AB: hue angle of 347.27º degrees, saturation: 0.89, 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 #F996AB is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 171 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.02 |
| HSL | 347.27º | 0.89% | 0.78% | - |
| HSV(B) | 347.27º | 0.4% | 0.98% | - |
| XYZ | 57.32 | 44.89 | 44.17 | - |
| YUV | 182 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 171 | 0 | 0.40 | 0.31 | 0.02 | 347.27 | 0.89 | 0.78 |
| Hex | F9 | 96 | AB | 0 | 28 | 1F | 2 | 15B | 59 | 4E |
| Octal | 371 | 226 | 253 | 0 | 50 | 37 | 2 | 533 | 131 | 116 |
| Binary | 11111001 | 10010110 | 10101011 | 0 | 101000 | 11111 | 10 | 101011011 | 1011001 | 1001110 |
Color Harmonies of #F996AB
Complementary color
Monochromatic Colors of #F996AB
Black with #F996AB
Text Example
Text Example
White with #F996AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996AB; }
p { color: rgb(249,150,171); }
H1.HeaderClassName
{
color: #F996AB;
}
.AnyTagClassName
{
color: #F996AB;
}
</style>
background-color css
<style>
a { background-color: #F996AB; }
a { background-color: rgb(249,150,171); }
div.DivClassName
{
background-color: #F996AB;
}
.BgClassName
{
background-color: #F996AB;
}
</style>
border-color css
<style>
span { border-color: #F996AB; }
span { border-color: rgb(249,150,171); }
td.TdClassName
{
border-color: #F996AB;
}
.TagClassName
{
border-color: #F996AB;
}
</style>