Shades of Mauvelous #FD93A8
Tints of Mauvelous #FD93A8
RGB
CMYK
RGB Variations
Color information
#FD93A8 (or 0xFD93A8) is known color: Mauvelous. HEX triplet: FD, 93 and A8. RGB value is (253,147,168). Sum of RGB (Red+Green+Blue) = 253+147+168=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD93A8 is #026C57. Grayscale: #B5B5B5. Windows color (decimal): -158808 or 11047933. OLE color: 11047933.
HSL color Cylindrical-coordinate representation of color #FD93A8: hue angle of 348.11º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93A8 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 168 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.01 |
| HSL | 348.11º | 0.96% | 0.78% | - |
| HSV(B) | 348.11º | 0.42% | 0.99% | - |
| XYZ | 58.01 | 44.58 | 42.59 | - |
| YUV | 181.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 168 | 0 | 0.42 | 0.34 | 0.01 | 348.11 | 0.96 | 0.78 |
| Hex | FD | 93 | A8 | 0 | 2A | 22 | 1 | 15C | 60 | 4E |
| Octal | 375 | 223 | 250 | 0 | 52 | 42 | 1 | 534 | 140 | 116 |
| Binary | 11111101 | 10010011 | 10101000 | 0 | 101010 | 100010 | 1 | 101011100 | 1100000 | 1001110 |
Color Harmonies of #FD93A8
Complementary color
Monochromatic Colors of #FD93A8
Black with #FD93A8
Text Example
Text Example
White with #FD93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD93A8; }
p { color: rgb(253,147,168); }
H1.HeaderClassName
{
color: #FD93A8;
}
.AnyTagClassName
{
color: #FD93A8;
}
</style>
background-color css
<style>
a { background-color: #FD93A8; }
a { background-color: rgb(253,147,168); }
div.DivClassName
{
background-color: #FD93A8;
}
.BgClassName
{
background-color: #FD93A8;
}
</style>
border-color css
<style>
span { border-color: #FD93A8; }
span { border-color: rgb(253,147,168); }
td.TdClassName
{
border-color: #FD93A8;
}
.TagClassName
{
border-color: #FD93A8;
}
</style>