Shades of Mauvelous #FD8FAC
Tints of Mauvelous #FD8FAC
RGB
CMYK
RGB Variations
Color information
#FD8FAC (or 0xFD8FAC) is known color: Mauvelous. HEX triplet: FD, 8F and AC. RGB value is (253,143,172). Sum of RGB (Red+Green+Blue) = 253+143+172=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8FAC is #027053. Grayscale: #B3B3B3. Windows color (decimal): -159828 or 11309053. OLE color: 11309053.
HSL color Cylindrical-coordinate representation of color #FD8FAC: hue angle of 344.18º 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 #FD8FAC is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 172 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.01 |
| HSL | 344.18º | 0.96% | 0.78% | - |
| HSV(B) | 344.18º | 0.43% | 0.99% | - |
| XYZ | 57.78 | 43.51 | 44.38 | - |
| YUV | 179.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 172 | 0 | 0.43 | 0.32 | 0.01 | 344.18 | 0.96 | 0.78 |
| Hex | FD | 8F | AC | 0 | 2B | 20 | 1 | 158 | 60 | 4E |
| Octal | 375 | 217 | 254 | 0 | 53 | 40 | 1 | 530 | 140 | 116 |
| Binary | 11111101 | 10001111 | 10101100 | 0 | 101011 | 100000 | 1 | 101011000 | 1100000 | 1001110 |
Color Harmonies of #FD8FAC
Complementary color
Monochromatic Colors of #FD8FAC
Black with #FD8FAC
Text Example
Text Example
White with #FD8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8FAC; }
p { color: rgb(253,143,172); }
H1.HeaderClassName
{
color: #FD8FAC;
}
.AnyTagClassName
{
color: #FD8FAC;
}
</style>
background-color css
<style>
a { background-color: #FD8FAC; }
a { background-color: rgb(253,143,172); }
div.DivClassName
{
background-color: #FD8FAC;
}
.BgClassName
{
background-color: #FD8FAC;
}
</style>
border-color css
<style>
span { border-color: #FD8FAC; }
span { border-color: rgb(253,143,172); }
td.TdClassName
{
border-color: #FD8FAC;
}
.TagClassName
{
border-color: #FD8FAC;
}
</style>