Shades of Mauvelous #FF96A7
Tints of Mauvelous #FF96A7
RGB
CMYK
RGB Variations
Color information
#FF96A7 (or 0xFF96A7) is known color: Mauvelous. HEX triplet: FF, 96 and A7. RGB value is (255,150,167). Sum of RGB (Red+Green+Blue) = 255+150+167=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96A7 is #006958. Grayscale: #B7B7B7. Windows color (decimal): -26969 or 10983167. OLE color: 10983167.
HSL color Cylindrical-coordinate representation of color #FF96A7: hue angle of 350.29º 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 #FF96A7 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 167 | - |
| CMYK | 0 | 0.41 | 0.35 | 0 |
| HSL | 350.29º | 1% | 0.79% | - |
| HSV(B) | 350.29º | 0.41% | 1% | - |
| XYZ | 59.12 | 45.86 | 42.3 | - |
| YUV | 183.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 167 | 0 | 0.41 | 0.35 | 0 | 350.29 | 1 | 0.79 |
| Hex | FF | 96 | A7 | 0 | 29 | 23 | 0 | 15E | 64 | 4F |
| Octal | 377 | 226 | 247 | 0 | 51 | 43 | 0 | 536 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10100111 | 0 | 101001 | 100011 | 0 | 101011110 | 1100100 | 1001111 |
Color Harmonies of #FF96A7
Complementary color
Monochromatic Colors of #FF96A7
Black with #FF96A7
Text Example
Text Example
White with #FF96A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96A7; }
p { color: rgb(255,150,167); }
H1.HeaderClassName
{
color: #FF96A7;
}
.AnyTagClassName
{
color: #FF96A7;
}
</style>
background-color css
<style>
a { background-color: #FF96A7; }
a { background-color: rgb(255,150,167); }
div.DivClassName
{
background-color: #FF96A7;
}
.BgClassName
{
background-color: #FF96A7;
}
</style>
border-color css
<style>
span { border-color: #FF96A7; }
span { border-color: rgb(255,150,167); }
td.TdClassName
{
border-color: #FF96A7;
}
.TagClassName
{
border-color: #FF96A7;
}
</style>