Shades of Mauvelous #FD91AD
Tints of Mauvelous #FD91AD
RGB
CMYK
RGB Variations
Color information
#FD91AD (or 0xFD91AD) is known color: Mauvelous. HEX triplet: FD, 91 and AD. RGB value is (253,145,173). Sum of RGB (Red+Green+Blue) = 253+145+173=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD91AD is #026E52. Grayscale: #B4B4B4. Windows color (decimal): -159315 or 11375101. OLE color: 11375101.
HSL color Cylindrical-coordinate representation of color #FD91AD: hue angle of 344.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD91AD is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 173 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.01 |
| HSL | 344.44º | 0.96% | 0.78% | - |
| HSV(B) | 344.44º | 0.43% | 0.99% | - |
| XYZ | 58.18 | 44.15 | 44.99 | - |
| YUV | 180.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 173 | 0 | 0.43 | 0.32 | 0.01 | 344.44 | 0.96 | 0.78 |
| Hex | FD | 91 | AD | 0 | 2B | 20 | 1 | 158 | 60 | 4E |
| Octal | 375 | 221 | 255 | 0 | 53 | 40 | 1 | 530 | 140 | 116 |
| Binary | 11111101 | 10010001 | 10101101 | 0 | 101011 | 100000 | 1 | 101011000 | 1100000 | 1001110 |
Color Harmonies of #FD91AD
Complementary color
Monochromatic Colors of #FD91AD
Black with #FD91AD
Text Example
Text Example
White with #FD91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD91AD; }
p { color: rgb(253,145,173); }
H1.HeaderClassName
{
color: #FD91AD;
}
.AnyTagClassName
{
color: #FD91AD;
}
</style>
background-color css
<style>
a { background-color: #FD91AD; }
a { background-color: rgb(253,145,173); }
div.DivClassName
{
background-color: #FD91AD;
}
.BgClassName
{
background-color: #FD91AD;
}
</style>
border-color css
<style>
span { border-color: #FD91AD; }
span { border-color: rgb(253,145,173); }
td.TdClassName
{
border-color: #FD91AD;
}
.TagClassName
{
border-color: #FD91AD;
}
</style>