Shades of Mauvelous #FF97AD
Tints of Mauvelous #FF97AD
RGB
CMYK
RGB Variations
Color information
#FF97AD (or 0xFF97AD) is known color: Mauvelous. HEX triplet: FF, 97 and AD. RGB value is (255,151,173). Sum of RGB (Red+Green+Blue) = 255+151+173=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF97AD is #006852. Grayscale: #B8B8B8. Windows color (decimal): -26707 or 11376639. OLE color: 11376639.
HSL color Cylindrical-coordinate representation of color #FF97AD: hue angle of 347.31º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97AD is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 173 | - |
| CMYK | 0 | 0.41 | 0.32 | 0 |
| HSL | 347.31º | 1% | 0.8% | - |
| HSV(B) | 347.31º | 0.41% | 1% | - |
| XYZ | 59.85 | 46.41 | 45.34 | - |
| YUV | 184.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 173 | 0 | 0.41 | 0.32 | 0 | 347.31 | 1 | 0.8 |
| Hex | FF | 97 | AD | 0 | 29 | 20 | 0 | 15B | 64 | 50 |
| Octal | 377 | 227 | 255 | 0 | 51 | 40 | 0 | 533 | 144 | 120 |
| Binary | 11111111 | 10010111 | 10101101 | 0 | 101001 | 100000 | 0 | 101011011 | 1100100 | 1010000 |
Color Harmonies of #FF97AD
Complementary color
Monochromatic Colors of #FF97AD
Black with #FF97AD
Text Example
Text Example
White with #FF97AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97AD; }
p { color: rgb(255,151,173); }
H1.HeaderClassName
{
color: #FF97AD;
}
.AnyTagClassName
{
color: #FF97AD;
}
</style>
background-color css
<style>
a { background-color: #FF97AD; }
a { background-color: rgb(255,151,173); }
div.DivClassName
{
background-color: #FF97AD;
}
.BgClassName
{
background-color: #FF97AD;
}
</style>
border-color css
<style>
span { border-color: #FF97AD; }
span { border-color: rgb(255,151,173); }
td.TdClassName
{
border-color: #FF97AD;
}
.TagClassName
{
border-color: #FF97AD;
}
</style>