Shades of Mauvelous #FF8FAD
Tints of Mauvelous #FF8FAD
RGB
CMYK
RGB Variations
Color information
#FF8FAD (or 0xFF8FAD) is known color: Mauvelous. HEX triplet: FF, 8F and AD. RGB value is (255,143,173). Sum of RGB (Red+Green+Blue) = 255+143+173=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FAD is #007052. Grayscale: #B3B3B3. Windows color (decimal): -28755 or 11374591. OLE color: 11374591.
HSL color Cylindrical-coordinate representation of color #FF8FAD: hue angle of 343.93º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FAD is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 173 | - |
| CMYK | 0 | 0.44 | 0.32 | 0 |
| HSL | 343.93º | 1% | 0.78% | - |
| HSV(B) | 343.93º | 0.44% | 1% | - |
| XYZ | 58.61 | 43.92 | 44.92 | - |
| YUV | 179.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 173 | 0 | 0.44 | 0.32 | 0 | 343.93 | 1 | 0.78 |
| Hex | FF | 8F | AD | 0 | 2C | 20 | 0 | 158 | 64 | 4E |
| Octal | 377 | 217 | 255 | 0 | 54 | 40 | 0 | 530 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10101101 | 0 | 101100 | 100000 | 0 | 101011000 | 1100100 | 1001110 |
Color Harmonies of #FF8FAD
Complementary color
Monochromatic Colors of #FF8FAD
Black with #FF8FAD
Text Example
Text Example
White with #FF8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FAD; }
p { color: rgb(255,143,173); }
H1.HeaderClassName
{
color: #FF8FAD;
}
.AnyTagClassName
{
color: #FF8FAD;
}
</style>
background-color css
<style>
a { background-color: #FF8FAD; }
a { background-color: rgb(255,143,173); }
div.DivClassName
{
background-color: #FF8FAD;
}
.BgClassName
{
background-color: #FF8FAD;
}
</style>
border-color css
<style>
span { border-color: #FF8FAD; }
span { border-color: rgb(255,143,173); }
td.TdClassName
{
border-color: #FF8FAD;
}
.TagClassName
{
border-color: #FF8FAD;
}
</style>