Shades of Mauvelous #FF93AB
Tints of Mauvelous #FF93AB
RGB
CMYK
RGB Variations
Color information
#FF93AB (or 0xFF93AB) is known color: Mauvelous. HEX triplet: FF, 93 and AB. RGB value is (255,147,171). Sum of RGB (Red+Green+Blue) = 255+147+171=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF93AB is #006C54. Grayscale: #B6B6B6. Windows color (decimal): -27733 or 11244543. OLE color: 11244543.
HSL color Cylindrical-coordinate representation of color #FF93AB: hue angle of 346.67º 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 #FF93AB is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 171 | - |
| CMYK | 0 | 0.42 | 0.33 | 0 |
| HSL | 346.67º | 1% | 0.79% | - |
| HSV(B) | 346.67º | 0.42% | 1% | - |
| XYZ | 59.02 | 45.07 | 44.12 | - |
| YUV | 182.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 171 | 0 | 0.42 | 0.33 | 0 | 346.67 | 1 | 0.79 |
| Hex | FF | 93 | AB | 0 | 2A | 21 | 0 | 15B | 64 | 4F |
| Octal | 377 | 223 | 253 | 0 | 52 | 41 | 0 | 533 | 144 | 117 |
| Binary | 11111111 | 10010011 | 10101011 | 0 | 101010 | 100001 | 0 | 101011011 | 1100100 | 1001111 |
Color Harmonies of #FF93AB
Complementary color
Monochromatic Colors of #FF93AB
Black with #FF93AB
Text Example
Text Example
White with #FF93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93AB; }
p { color: rgb(255,147,171); }
H1.HeaderClassName
{
color: #FF93AB;
}
.AnyTagClassName
{
color: #FF93AB;
}
</style>
background-color css
<style>
a { background-color: #FF93AB; }
a { background-color: rgb(255,147,171); }
div.DivClassName
{
background-color: #FF93AB;
}
.BgClassName
{
background-color: #FF93AB;
}
</style>
border-color css
<style>
span { border-color: #FF93AB; }
span { border-color: rgb(255,147,171); }
td.TdClassName
{
border-color: #FF93AB;
}
.TagClassName
{
border-color: #FF93AB;
}
</style>