Shades of Mauvelous #FF8FAB
Tints of Mauvelous #FF8FAB
RGB
CMYK
RGB Variations
Color information
#FF8FAB (or 0xFF8FAB) is known color: Mauvelous. HEX triplet: FF, 8F and AB. RGB value is (255,143,171). Sum of RGB (Red+Green+Blue) = 255+143+171=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FAB is #007054. Grayscale: #B3B3B3. Windows color (decimal): -28757 or 11243519. OLE color: 11243519.
HSL color Cylindrical-coordinate representation of color #FF8FAB: hue angle of 345º 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 #FF8FAB is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 171 | - |
| CMYK | 0 | 0.44 | 0.33 | 0 |
| HSL | 345º | 1% | 0.78% | - |
| HSV(B) | 345º | 0.44% | 1% | - |
| XYZ | 58.41 | 43.85 | 43.91 | - |
| YUV | 179.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 171 | 0 | 0.44 | 0.33 | 0 | 345 | 1 | 0.78 |
| Hex | FF | 8F | AB | 0 | 2C | 21 | 0 | 159 | 64 | 4E |
| Octal | 377 | 217 | 253 | 0 | 54 | 41 | 0 | 531 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10101011 | 0 | 101100 | 100001 | 0 | 101011001 | 1100100 | 1001110 |
Color Harmonies of #FF8FAB
Complementary color
Monochromatic Colors of #FF8FAB
Black with #FF8FAB
Text Example
Text Example
White with #FF8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FAB; }
p { color: rgb(255,143,171); }
H1.HeaderClassName
{
color: #FF8FAB;
}
.AnyTagClassName
{
color: #FF8FAB;
}
</style>
background-color css
<style>
a { background-color: #FF8FAB; }
a { background-color: rgb(255,143,171); }
div.DivClassName
{
background-color: #FF8FAB;
}
.BgClassName
{
background-color: #FF8FAB;
}
</style>
border-color css
<style>
span { border-color: #FF8FAB; }
span { border-color: rgb(255,143,171); }
td.TdClassName
{
border-color: #FF8FAB;
}
.TagClassName
{
border-color: #FF8FAB;
}
</style>