Shades of Mauvelous #FF96AD
Tints of Mauvelous #FF96AD
RGB
CMYK
RGB Variations
Color information
#FF96AD (or 0xFF96AD) is known color: Mauvelous. HEX triplet: FF, 96 and AD. RGB value is (255,150,173). Sum of RGB (Red+Green+Blue) = 255+150+173=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96AD is #006952. Grayscale: #B8B8B8. Windows color (decimal): -26963 or 11376383. OLE color: 11376383.
HSL color Cylindrical-coordinate representation of color #FF96AD: hue angle of 346.86º 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 #FF96AD is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 173 | - |
| CMYK | 0 | 0.41 | 0.32 | 0 |
| HSL | 346.86º | 1% | 0.79% | - |
| HSV(B) | 346.86º | 0.41% | 1% | - |
| XYZ | 59.69 | 46.09 | 45.29 | - |
| YUV | 184.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 173 | 0 | 0.41 | 0.32 | 0 | 346.86 | 1 | 0.79 |
| Hex | FF | 96 | AD | 0 | 29 | 20 | 0 | 15B | 64 | 4F |
| Octal | 377 | 226 | 255 | 0 | 51 | 40 | 0 | 533 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10101101 | 0 | 101001 | 100000 | 0 | 101011011 | 1100100 | 1001111 |
Color Harmonies of #FF96AD
Complementary color
Monochromatic Colors of #FF96AD
Black with #FF96AD
Text Example
Text Example
White with #FF96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96AD; }
p { color: rgb(255,150,173); }
H1.HeaderClassName
{
color: #FF96AD;
}
.AnyTagClassName
{
color: #FF96AD;
}
</style>
background-color css
<style>
a { background-color: #FF96AD; }
a { background-color: rgb(255,150,173); }
div.DivClassName
{
background-color: #FF96AD;
}
.BgClassName
{
background-color: #FF96AD;
}
</style>
border-color css
<style>
span { border-color: #FF96AD; }
span { border-color: rgb(255,150,173); }
td.TdClassName
{
border-color: #FF96AD;
}
.TagClassName
{
border-color: #FF96AD;
}
</style>