Shades of Mauvelous #FE8FAA
Tints of Mauvelous #FE8FAA
RGB
CMYK
RGB Variations
Color information
#FE8FAA (or 0xFE8FAA) is known color: Mauvelous. HEX triplet: FE, 8F and AA. RGB value is (254,143,170). Sum of RGB (Red+Green+Blue) = 254+143+170=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FAA is #017055. Grayscale: #B3B3B3. Windows color (decimal): -94294 or 11177982. OLE color: 11177982.
HSL color Cylindrical-coordinate representation of color #FE8FAA: hue angle of 345.41º 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 #FE8FAA is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 170 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.00 |
| HSL | 345.41º | 0.98% | 0.78% | - |
| HSV(B) | 345.41º | 0.44% | 1% | - |
| XYZ | 57.95 | 43.62 | 43.39 | - |
| YUV | 179.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 170 | 0 | 0.44 | 0.33 | 0.00 | 345.41 | 0.98 | 0.78 |
| Hex | FE | 8F | AA | 0 | 2C | 21 | 0 | 159 | 62 | 4E |
| Octal | 376 | 217 | 252 | 0 | 54 | 41 | 0 | 531 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10101010 | 0 | 101100 | 100001 | 0 | 101011001 | 1100010 | 1001110 |
Color Harmonies of #FE8FAA
Complementary color
Monochromatic Colors of #FE8FAA
Black with #FE8FAA
Text Example
Text Example
White with #FE8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FAA; }
p { color: rgb(254,143,170); }
H1.HeaderClassName
{
color: #FE8FAA;
}
.AnyTagClassName
{
color: #FE8FAA;
}
</style>
background-color css
<style>
a { background-color: #FE8FAA; }
a { background-color: rgb(254,143,170); }
div.DivClassName
{
background-color: #FE8FAA;
}
.BgClassName
{
background-color: #FE8FAA;
}
</style>
border-color css
<style>
span { border-color: #FE8FAA; }
span { border-color: rgb(254,143,170); }
td.TdClassName
{
border-color: #FE8FAA;
}
.TagClassName
{
border-color: #FE8FAA;
}
</style>