Shades of Mauvelous #FF96AC
Tints of Mauvelous #FF96AC
RGB
CMYK
RGB Variations
Color information
#FF96AC (or 0xFF96AC) is known color: Mauvelous. HEX triplet: FF, 96 and AC. RGB value is (255,150,172). Sum of RGB (Red+Green+Blue) = 255+150+172=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96AC is #006953. Grayscale: #B7B7B7. Windows color (decimal): -26964 or 11310847. OLE color: 11310847.
HSL color Cylindrical-coordinate representation of color #FF96AC: hue angle of 347.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96AC is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 172 | - |
| CMYK | 0 | 0.41 | 0.33 | 0 |
| HSL | 347.43º | 1% | 0.79% | - |
| HSV(B) | 347.43º | 0.41% | 1% | - |
| XYZ | 59.59 | 46.05 | 44.78 | - |
| YUV | 183.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 172 | 0 | 0.41 | 0.33 | 0 | 347.43 | 1 | 0.79 |
| Hex | FF | 96 | AC | 0 | 29 | 21 | 0 | 15B | 64 | 4F |
| Octal | 377 | 226 | 254 | 0 | 51 | 41 | 0 | 533 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10101100 | 0 | 101001 | 100001 | 0 | 101011011 | 1100100 | 1001111 |
Color Harmonies of #FF96AC
Complementary color
Monochromatic Colors of #FF96AC
Black with #FF96AC
Text Example
Text Example
White with #FF96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96AC; }
p { color: rgb(255,150,172); }
H1.HeaderClassName
{
color: #FF96AC;
}
.AnyTagClassName
{
color: #FF96AC;
}
</style>
background-color css
<style>
a { background-color: #FF96AC; }
a { background-color: rgb(255,150,172); }
div.DivClassName
{
background-color: #FF96AC;
}
.BgClassName
{
background-color: #FF96AC;
}
</style>
border-color css
<style>
span { border-color: #FF96AC; }
span { border-color: rgb(255,150,172); }
td.TdClassName
{
border-color: #FF96AC;
}
.TagClassName
{
border-color: #FF96AC;
}
</style>