Shades of Mauvelous #FF95AD
Tints of Mauvelous #FF95AD
RGB
CMYK
RGB Variations
Color information
#FF95AD (or 0xFF95AD) is known color: Mauvelous. HEX triplet: FF, 95 and AD. RGB value is (255,149,173). Sum of RGB (Red+Green+Blue) = 255+149+173=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95AD is #006A52. Grayscale: #B7B7B7. Windows color (decimal): -27219 or 11376127. OLE color: 11376127.
HSL color Cylindrical-coordinate representation of color #FF95AD: hue angle of 346.42º 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 #FF95AD is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 173 | - |
| CMYK | 0 | 0.42 | 0.32 | 0 |
| HSL | 346.42º | 1% | 0.79% | - |
| HSV(B) | 346.42º | 0.42% | 1% | - |
| XYZ | 59.53 | 45.77 | 45.23 | - |
| YUV | 183.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 173 | 0 | 0.42 | 0.32 | 0 | 346.42 | 1 | 0.79 |
| Hex | FF | 95 | AD | 0 | 2A | 20 | 0 | 15A | 64 | 4F |
| Octal | 377 | 225 | 255 | 0 | 52 | 40 | 0 | 532 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10101101 | 0 | 101010 | 100000 | 0 | 101011010 | 1100100 | 1001111 |
Color Harmonies of #FF95AD
Complementary color
Monochromatic Colors of #FF95AD
Black with #FF95AD
Text Example
Text Example
White with #FF95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95AD; }
p { color: rgb(255,149,173); }
H1.HeaderClassName
{
color: #FF95AD;
}
.AnyTagClassName
{
color: #FF95AD;
}
</style>
background-color css
<style>
a { background-color: #FF95AD; }
a { background-color: rgb(255,149,173); }
div.DivClassName
{
background-color: #FF95AD;
}
.BgClassName
{
background-color: #FF95AD;
}
</style>
border-color css
<style>
span { border-color: #FF95AD; }
span { border-color: rgb(255,149,173); }
td.TdClassName
{
border-color: #FF95AD;
}
.TagClassName
{
border-color: #FF95AD;
}
</style>