Shades of Mauvelous #FD91A8
Tints of Mauvelous #FD91A8
RGB
CMYK
RGB Variations
Color information
#FD91A8 (or 0xFD91A8) is known color: Mauvelous. HEX triplet: FD, 91 and A8. RGB value is (253,145,168). Sum of RGB (Red+Green+Blue) = 253+145+168=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD91A8 is #026E57. Grayscale: #B3B3B3. Windows color (decimal): -159320 or 11047421. OLE color: 11047421.
HSL color Cylindrical-coordinate representation of color #FD91A8: hue angle of 347.22º 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 #FD91A8 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 168 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.01 |
| HSL | 347.22º | 0.96% | 0.78% | - |
| HSV(B) | 347.22º | 0.43% | 0.99% | - |
| XYZ | 57.7 | 43.96 | 42.49 | - |
| YUV | 179.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 168 | 0 | 0.43 | 0.34 | 0.01 | 347.22 | 0.96 | 0.78 |
| Hex | FD | 91 | A8 | 0 | 2B | 22 | 1 | 15B | 60 | 4E |
| Octal | 375 | 221 | 250 | 0 | 53 | 42 | 1 | 533 | 140 | 116 |
| Binary | 11111101 | 10010001 | 10101000 | 0 | 101011 | 100010 | 1 | 101011011 | 1100000 | 1001110 |
Color Harmonies of #FD91A8
Complementary color
Monochromatic Colors of #FD91A8
Black with #FD91A8
Text Example
Text Example
White with #FD91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD91A8; }
p { color: rgb(253,145,168); }
H1.HeaderClassName
{
color: #FD91A8;
}
.AnyTagClassName
{
color: #FD91A8;
}
</style>
background-color css
<style>
a { background-color: #FD91A8; }
a { background-color: rgb(253,145,168); }
div.DivClassName
{
background-color: #FD91A8;
}
.BgClassName
{
background-color: #FD91A8;
}
</style>
border-color css
<style>
span { border-color: #FD91A8; }
span { border-color: rgb(253,145,168); }
td.TdClassName
{
border-color: #FD91A8;
}
.TagClassName
{
border-color: #FD91A8;
}
</style>