Shades of Mauvelous #FE95A5
Tints of Mauvelous #FE95A5
RGB
CMYK
RGB Variations
Color information
#FE95A5 (or 0xFE95A5) is known color: Mauvelous. HEX triplet: FE, 95 and A5. RGB value is (254,149,165). Sum of RGB (Red+Green+Blue) = 254+149+165=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95A5 is #016A5A. Grayscale: #B6B6B6. Windows color (decimal): -92763 or 10851838. OLE color: 10851838.
HSL color Cylindrical-coordinate representation of color #FE95A5: hue angle of 350.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE95A5 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 165 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.00 |
| HSL | 350.86º | 0.98% | 0.79% | - |
| HSV(B) | 350.86º | 0.41% | 1% | - |
| XYZ | 58.41 | 45.28 | 41.26 | - |
| YUV | 182.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 165 | 0 | 0.41 | 0.35 | 0.00 | 350.86 | 0.98 | 0.79 |
| Hex | FE | 95 | A5 | 0 | 29 | 23 | 0 | 15F | 62 | 4F |
| Octal | 376 | 225 | 245 | 0 | 51 | 43 | 0 | 537 | 142 | 117 |
| Binary | 11111110 | 10010101 | 10100101 | 0 | 101001 | 100011 | 0 | 101011111 | 1100010 | 1001111 |
Color Harmonies of #FE95A5
Complementary color
Monochromatic Colors of #FE95A5
Black with #FE95A5
Text Example
Text Example
White with #FE95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE95A5; }
p { color: rgb(254,149,165); }
H1.HeaderClassName
{
color: #FE95A5;
}
.AnyTagClassName
{
color: #FE95A5;
}
</style>
background-color css
<style>
a { background-color: #FE95A5; }
a { background-color: rgb(254,149,165); }
div.DivClassName
{
background-color: #FE95A5;
}
.BgClassName
{
background-color: #FE95A5;
}
</style>
border-color css
<style>
span { border-color: #FE95A5; }
span { border-color: rgb(254,149,165); }
td.TdClassName
{
border-color: #FE95A5;
}
.TagClassName
{
border-color: #FE95A5;
}
</style>