Shades of Mauvelous #FF8FA6
Tints of Mauvelous #FF8FA6
RGB
CMYK
RGB Variations
Color information
#FF8FA6 (or 0xFF8FA6) is known color: Mauvelous. HEX triplet: FF, 8F and A6. RGB value is (255,143,166). Sum of RGB (Red+Green+Blue) = 255+143+166=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FA6 is #007059. Grayscale: #B3B3B3. Windows color (decimal): -28762 or 10915839. OLE color: 10915839.
HSL color Cylindrical-coordinate representation of color #FF8FA6: hue angle of 347.68º 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 #FF8FA6 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 166 | - |
| CMYK | 0 | 0.44 | 0.35 | 0 |
| HSL | 347.68º | 1% | 0.78% | - |
| HSV(B) | 347.68º | 0.44% | 1% | - |
| XYZ | 57.95 | 43.66 | 41.45 | - |
| YUV | 179.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 166 | 0 | 0.44 | 0.35 | 0 | 347.68 | 1 | 0.78 |
| Hex | FF | 8F | A6 | 0 | 2C | 23 | 0 | 15C | 64 | 4E |
| Octal | 377 | 217 | 246 | 0 | 54 | 43 | 0 | 534 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10100110 | 0 | 101100 | 100011 | 0 | 101011100 | 1100100 | 1001110 |
Color Harmonies of #FF8FA6
Complementary color
Monochromatic Colors of #FF8FA6
Black with #FF8FA6
Text Example
Text Example
White with #FF8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FA6; }
p { color: rgb(255,143,166); }
H1.HeaderClassName
{
color: #FF8FA6;
}
.AnyTagClassName
{
color: #FF8FA6;
}
</style>
background-color css
<style>
a { background-color: #FF8FA6; }
a { background-color: rgb(255,143,166); }
div.DivClassName
{
background-color: #FF8FA6;
}
.BgClassName
{
background-color: #FF8FA6;
}
</style>
border-color css
<style>
span { border-color: #FF8FA6; }
span { border-color: rgb(255,143,166); }
td.TdClassName
{
border-color: #FF8FA6;
}
.TagClassName
{
border-color: #FF8FA6;
}
</style>