Shades of Mauvelous #FD90A8
Tints of Mauvelous #FD90A8
RGB
CMYK
RGB Variations
Color information
#FD90A8 (or 0xFD90A8) is known color: Mauvelous. HEX triplet: FD, 90 and A8. RGB value is (253,144,168). Sum of RGB (Red+Green+Blue) = 253+144+168=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90A8 is #026F57. Grayscale: #B3B3B3. Windows color (decimal): -159576 or 11047165. OLE color: 11047165.
HSL color Cylindrical-coordinate representation of color #FD90A8: hue angle of 346.79º 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 #FD90A8 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 168 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.01 |
| HSL | 346.79º | 0.96% | 0.78% | - |
| HSV(B) | 346.79º | 0.43% | 0.99% | - |
| XYZ | 57.55 | 43.66 | 42.44 | - |
| YUV | 179.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 168 | 0 | 0.43 | 0.34 | 0.01 | 346.79 | 0.96 | 0.78 |
| Hex | FD | 90 | A8 | 0 | 2B | 22 | 1 | 15B | 60 | 4E |
| Octal | 375 | 220 | 250 | 0 | 53 | 42 | 1 | 533 | 140 | 116 |
| Binary | 11111101 | 10010000 | 10101000 | 0 | 101011 | 100010 | 1 | 101011011 | 1100000 | 1001110 |
Color Harmonies of #FD90A8
Complementary color
Monochromatic Colors of #FD90A8
Black with #FD90A8
Text Example
Text Example
White with #FD90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90A8; }
p { color: rgb(253,144,168); }
H1.HeaderClassName
{
color: #FD90A8;
}
.AnyTagClassName
{
color: #FD90A8;
}
</style>
background-color css
<style>
a { background-color: #FD90A8; }
a { background-color: rgb(253,144,168); }
div.DivClassName
{
background-color: #FD90A8;
}
.BgClassName
{
background-color: #FD90A8;
}
</style>
border-color css
<style>
span { border-color: #FD90A8; }
span { border-color: rgb(253,144,168); }
td.TdClassName
{
border-color: #FD90A8;
}
.TagClassName
{
border-color: #FD90A8;
}
</style>