Shades of Mauvelous #FF97AC
Tints of Mauvelous #FF97AC
RGB
CMYK
RGB Variations
Color information
#FF97AC (or 0xFF97AC) is known color: Mauvelous. HEX triplet: FF, 97 and AC. RGB value is (255,151,172). Sum of RGB (Red+Green+Blue) = 255+151+172=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF97AC is #006853. Grayscale: #B8B8B8. Windows color (decimal): -26708 or 11311103. OLE color: 11311103.
HSL color Cylindrical-coordinate representation of color #FF97AC: hue angle of 347.88º 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 #FF97AC is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 151 | 172 | - |
CMYK | 0 | 0.41 | 0.33 | 0 |
HSL | 347.88º | 1% | 0.8% | - |
HSV(B) | 347.88º | 0.41% | 1% | - |
XYZ | 59.75 | 46.37 | 44.83 | - |
YUV | 184.49 | 120.96 | 178.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 151 | 172 | 0 | 0.41 | 0.33 | 0 | 347.88 | 1 | 0.8 |
Hex | FF | 97 | AC | 0 | 29 | 21 | 0 | 15C | 64 | 50 |
Octal | 377 | 227 | 254 | 0 | 51 | 41 | 0 | 534 | 144 | 120 |
Binary | 11111111 | 10010111 | 10101100 | 0 | 101001 | 100001 | 0 | 101011100 | 1100100 | 1010000 |
Color Harmonies of #FF97AC
Complementary color
Monochromatic Colors of #FF97AC
Black with #FF97AC
Text Example
Text Example
White with #FF97AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97AC; }
p { color: rgb(255,151,172); }
H1.HeaderClassName
{
color: #FF97AC;
}
.AnyTagClassName
{
color: #FF97AC;
}
</style>
background-color css
<style>
a { background-color: #FF97AC; }
a { background-color: rgb(255,151,172); }
div.DivClassName
{
background-color: #FF97AC;
}
.BgClassName
{
background-color: #FF97AC;
}
</style>
border-color css
<style>
span { border-color: #FF97AC; }
span { border-color: rgb(255,151,172); }
td.TdClassName
{
border-color: #FF97AC;
}
.TagClassName
{
border-color: #FF97AC;
}
</style>