Shades of Mauvelous #FD8FA8
Tints of Mauvelous #FD8FA8
RGB
CMYK
RGB Variations
Color information
#FD8FA8 (or 0xFD8FA8) is known color: Mauvelous. HEX triplet: FD, 8F and A8. RGB value is (253,143,168). Sum of RGB (Red+Green+Blue) = 253+143+168=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8FA8 is #027057. Grayscale: #B2B2B2. Windows color (decimal): -159832 or 11046909. OLE color: 11046909.
HSL color Cylindrical-coordinate representation of color #FD8FA8: hue angle of 346.36º 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 #FD8FA8 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 168 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.01 |
| HSL | 346.36º | 0.96% | 0.78% | - |
| HSV(B) | 346.36º | 0.43% | 0.99% | - |
| XYZ | 57.4 | 43.35 | 42.39 | - |
| YUV | 178.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 168 | 0 | 0.43 | 0.34 | 0.01 | 346.36 | 0.96 | 0.78 |
| Hex | FD | 8F | A8 | 0 | 2B | 22 | 1 | 15A | 60 | 4E |
| Octal | 375 | 217 | 250 | 0 | 53 | 42 | 1 | 532 | 140 | 116 |
| Binary | 11111101 | 10001111 | 10101000 | 0 | 101011 | 100010 | 1 | 101011010 | 1100000 | 1001110 |
Color Harmonies of #FD8FA8
Complementary color
Monochromatic Colors of #FD8FA8
Black with #FD8FA8
Text Example
Text Example
White with #FD8FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8FA8; }
p { color: rgb(253,143,168); }
H1.HeaderClassName
{
color: #FD8FA8;
}
.AnyTagClassName
{
color: #FD8FA8;
}
</style>
background-color css
<style>
a { background-color: #FD8FA8; }
a { background-color: rgb(253,143,168); }
div.DivClassName
{
background-color: #FD8FA8;
}
.BgClassName
{
background-color: #FD8FA8;
}
</style>
border-color css
<style>
span { border-color: #FD8FA8; }
span { border-color: rgb(253,143,168); }
td.TdClassName
{
border-color: #FD8FA8;
}
.TagClassName
{
border-color: #FD8FA8;
}
</style>