Shades of Mauvelous #FDA1A9
Tints of Mauvelous #FDA1A9
RGB
CMYK
RGB Variations
Color information
#FDA1A9 (or 0xFDA1A9) is known color: Mauvelous. HEX triplet: FD, A1 and A9. RGB value is (253,161,169). Sum of RGB (Red+Green+Blue) = 253+161+169=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1A9 is #025E56. Grayscale: #BDBDBD. Windows color (decimal): -155223 or 11117053. OLE color: 11117053.
HSL color Cylindrical-coordinate representation of color #FDA1A9: hue angle of 354.78º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1A9 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 169 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.01 |
| HSL | 354.78º | 0.96% | 0.81% | - |
| HSV(B) | 354.78º | 0.36% | 0.99% | - |
| XYZ | 60.41 | 49.24 | 43.86 | - |
| YUV | 189.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 169 | 0 | 0.36 | 0.33 | 0.01 | 354.78 | 0.96 | 0.81 |
| Hex | FD | A1 | A9 | 0 | 24 | 21 | 1 | 163 | 60 | 51 |
| Octal | 375 | 241 | 251 | 0 | 44 | 41 | 1 | 543 | 140 | 121 |
| Binary | 11111101 | 10100001 | 10101001 | 0 | 100100 | 100001 | 1 | 101100011 | 1100000 | 1010001 |
Color Harmonies of #FDA1A9
Complementary color
Monochromatic Colors of #FDA1A9
Black with #FDA1A9
Text Example
Text Example
White with #FDA1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1A9; }
p { color: rgb(253,161,169); }
H1.HeaderClassName
{
color: #FDA1A9;
}
.AnyTagClassName
{
color: #FDA1A9;
}
</style>
background-color css
<style>
a { background-color: #FDA1A9; }
a { background-color: rgb(253,161,169); }
div.DivClassName
{
background-color: #FDA1A9;
}
.BgClassName
{
background-color: #FDA1A9;
}
</style>
border-color css
<style>
span { border-color: #FDA1A9; }
span { border-color: rgb(253,161,169); }
td.TdClassName
{
border-color: #FDA1A9;
}
.TagClassName
{
border-color: #FDA1A9;
}
</style>