Shades of Mauvelous #FF94AB
Tints of Mauvelous #FF94AB
RGB
CMYK
RGB Variations
Color information
#FF94AB (or 0xFF94AB) is known color: Mauvelous. HEX triplet: FF, 94 and AB. RGB value is (255,148,171). Sum of RGB (Red+Green+Blue) = 255+148+171=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF94AB is #006B54. Grayscale: #B6B6B6. Windows color (decimal): -27477 or 11244799. OLE color: 11244799.
HSL color Cylindrical-coordinate representation of color #FF94AB: hue angle of 347.1º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF94AB is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 171 | - |
| CMYK | 0 | 0.42 | 0.33 | 0 |
| HSL | 347.1º | 1% | 0.79% | - |
| HSV(B) | 347.1º | 0.42% | 1% | - |
| XYZ | 59.18 | 45.38 | 44.17 | - |
| YUV | 182.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 171 | 0 | 0.42 | 0.33 | 0 | 347.1 | 1 | 0.79 |
| Hex | FF | 94 | AB | 0 | 2A | 21 | 0 | 15B | 64 | 4F |
| Octal | 377 | 224 | 253 | 0 | 52 | 41 | 0 | 533 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10101011 | 0 | 101010 | 100001 | 0 | 101011011 | 1100100 | 1001111 |
Color Harmonies of #FF94AB
Complementary color
Monochromatic Colors of #FF94AB
Black with #FF94AB
Text Example
Text Example
White with #FF94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94AB; }
p { color: rgb(255,148,171); }
H1.HeaderClassName
{
color: #FF94AB;
}
.AnyTagClassName
{
color: #FF94AB;
}
</style>
background-color css
<style>
a { background-color: #FF94AB; }
a { background-color: rgb(255,148,171); }
div.DivClassName
{
background-color: #FF94AB;
}
.BgClassName
{
background-color: #FF94AB;
}
</style>
border-color css
<style>
span { border-color: #FF94AB; }
span { border-color: rgb(255,148,171); }
td.TdClassName
{
border-color: #FF94AB;
}
.TagClassName
{
border-color: #FF94AB;
}
</style>