Shades of Mauvelous #FE90AF
Tints of Mauvelous #FE90AF
RGB
CMYK
RGB Variations
Color information
#FE90AF (or 0xFE90AF) is known color: Mauvelous. HEX triplet: FE, 90 and AF. RGB value is (254,144,175). Sum of RGB (Red+Green+Blue) = 254+144+175=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90AF is #016F50. Grayscale: #B4B4B4. Windows color (decimal): -94033 or 11505918. OLE color: 11505918.
HSL color Cylindrical-coordinate representation of color #FE90AF: hue angle of 343.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE90AF is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 175 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.00 |
| HSL | 343.09º | 0.98% | 0.78% | - |
| HSV(B) | 343.09º | 0.43% | 1% | - |
| XYZ | 58.58 | 44.11 | 45.98 | - |
| YUV | 180.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 175 | 0 | 0.43 | 0.31 | 0.00 | 343.09 | 0.98 | 0.78 |
| Hex | FE | 90 | AF | 0 | 2B | 1F | 0 | 157 | 62 | 4E |
| Octal | 376 | 220 | 257 | 0 | 53 | 37 | 0 | 527 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10101111 | 0 | 101011 | 11111 | 0 | 101010111 | 1100010 | 1001110 |
Color Harmonies of #FE90AF
Complementary color
Monochromatic Colors of #FE90AF
Black with #FE90AF
Text Example
Text Example
White with #FE90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90AF; }
p { color: rgb(254,144,175); }
H1.HeaderClassName
{
color: #FE90AF;
}
.AnyTagClassName
{
color: #FE90AF;
}
</style>
background-color css
<style>
a { background-color: #FE90AF; }
a { background-color: rgb(254,144,175); }
div.DivClassName
{
background-color: #FE90AF;
}
.BgClassName
{
background-color: #FE90AF;
}
</style>
border-color css
<style>
span { border-color: #FE90AF; }
span { border-color: rgb(254,144,175); }
td.TdClassName
{
border-color: #FE90AF;
}
.TagClassName
{
border-color: #FE90AF;
}
</style>