Shades of Mauvelous #F696AB
Tints of Mauvelous #F696AB
RGB
CMYK
RGB Variations
Color information
#F696AB (or 0xF696AB) is known color: Mauvelous. HEX triplet: F6, 96 and AB. RGB value is (246,150,171). Sum of RGB (Red+Green+Blue) = 246+150+171=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AB is #096954. Grayscale: #B5B5B5. Windows color (decimal): -616789 or 11245302. OLE color: 11245302.
HSL color Cylindrical-coordinate representation of color #F696AB: hue angle of 346.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696AB is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 171 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.04 |
| HSL | 346.88º | 0.84% | 0.78% | - |
| HSV(B) | 346.88º | 0.39% | 0.96% | - |
| XYZ | 56.26 | 44.35 | 44.12 | - |
| YUV | 181.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 171 | 0 | 0.39 | 0.30 | 0.04 | 346.88 | 0.84 | 0.78 |
| Hex | F6 | 96 | AB | 0 | 27 | 1E | 4 | 15B | 54 | 4E |
| Octal | 366 | 226 | 253 | 0 | 47 | 36 | 4 | 533 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10101011 | 0 | 100111 | 11110 | 100 | 101011011 | 1010100 | 1001110 |
Color Harmonies of #F696AB
Complementary color
Monochromatic Colors of #F696AB
Black with #F696AB
Text Example
Text Example
White with #F696AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696AB; }
p { color: rgb(246,150,171); }
H1.HeaderClassName
{
color: #F696AB;
}
.AnyTagClassName
{
color: #F696AB;
}
</style>
background-color css
<style>
a { background-color: #F696AB; }
a { background-color: rgb(246,150,171); }
div.DivClassName
{
background-color: #F696AB;
}
.BgClassName
{
background-color: #F696AB;
}
</style>
border-color css
<style>
span { border-color: #F696AB; }
span { border-color: rgb(246,150,171); }
td.TdClassName
{
border-color: #F696AB;
}
.TagClassName
{
border-color: #F696AB;
}
</style>