Shades of Mauvelous #FF98AB
Tints of Mauvelous #FF98AB
RGB
CMYK
RGB Variations
Color information
#FF98AB (or 0xFF98AB) is known color: Mauvelous. HEX triplet: FF, 98 and AB. RGB value is (255,152,171). Sum of RGB (Red+Green+Blue) = 255+152+171=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF98AB is #006754. Grayscale: #B8B8B8. Windows color (decimal): -26453 or 11245823. OLE color: 11245823.
HSL color Cylindrical-coordinate representation of color #FF98AB: hue angle of 348.93º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98AB is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 171 | - |
| CMYK | 0 | 0.40 | 0.33 | 0 |
| HSL | 348.93º | 1% | 0.8% | - |
| HSV(B) | 348.93º | 0.4% | 1% | - |
| XYZ | 59.82 | 46.66 | 44.38 | - |
| YUV | 184.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 171 | 0 | 0.40 | 0.33 | 0 | 348.93 | 1 | 0.8 |
| Hex | FF | 98 | AB | 0 | 28 | 21 | 0 | 15D | 64 | 50 |
| Octal | 377 | 230 | 253 | 0 | 50 | 41 | 0 | 535 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10101011 | 0 | 101000 | 100001 | 0 | 101011101 | 1100100 | 1010000 |
Color Harmonies of #FF98AB
Complementary color
Monochromatic Colors of #FF98AB
Black with #FF98AB
Text Example
Text Example
White with #FF98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98AB; }
p { color: rgb(255,152,171); }
H1.HeaderClassName
{
color: #FF98AB;
}
.AnyTagClassName
{
color: #FF98AB;
}
</style>
background-color css
<style>
a { background-color: #FF98AB; }
a { background-color: rgb(255,152,171); }
div.DivClassName
{
background-color: #FF98AB;
}
.BgClassName
{
background-color: #FF98AB;
}
</style>
border-color css
<style>
span { border-color: #FF98AB; }
span { border-color: rgb(255,152,171); }
td.TdClassName
{
border-color: #FF98AB;
}
.TagClassName
{
border-color: #FF98AB;
}
</style>