Shades of Mauvelous #FE8FAB
Tints of Mauvelous #FE8FAB
RGB
CMYK
RGB Variations
Color information
#FE8FAB (or 0xFE8FAB) is known color: Mauvelous. HEX triplet: FE, 8F and AB. RGB value is (254,143,171). Sum of RGB (Red+Green+Blue) = 254+143+171=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FAB is #017054. Grayscale: #B3B3B3. Windows color (decimal): -94293 or 11243518. OLE color: 11243518.
HSL color Cylindrical-coordinate representation of color #FE8FAB: hue angle of 344.86º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FAB is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 171 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.00 |
| HSL | 344.86º | 0.98% | 0.78% | - |
| HSV(B) | 344.86º | 0.44% | 1% | - |
| XYZ | 58.05 | 43.66 | 43.9 | - |
| YUV | 179.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 171 | 0 | 0.44 | 0.33 | 0.00 | 344.86 | 0.98 | 0.78 |
| Hex | FE | 8F | AB | 0 | 2C | 21 | 0 | 159 | 62 | 4E |
| Octal | 376 | 217 | 253 | 0 | 54 | 41 | 0 | 531 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10101011 | 0 | 101100 | 100001 | 0 | 101011001 | 1100010 | 1001110 |
Color Harmonies of #FE8FAB
Complementary color
Monochromatic Colors of #FE8FAB
Black with #FE8FAB
Text Example
Text Example
White with #FE8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FAB; }
p { color: rgb(254,143,171); }
H1.HeaderClassName
{
color: #FE8FAB;
}
.AnyTagClassName
{
color: #FE8FAB;
}
</style>
background-color css
<style>
a { background-color: #FE8FAB; }
a { background-color: rgb(254,143,171); }
div.DivClassName
{
background-color: #FE8FAB;
}
.BgClassName
{
background-color: #FE8FAB;
}
</style>
border-color css
<style>
span { border-color: #FE8FAB; }
span { border-color: rgb(254,143,171); }
td.TdClassName
{
border-color: #FE8FAB;
}
.TagClassName
{
border-color: #FE8FAB;
}
</style>