#FE91AA

Color #FE91AA Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #FE91AA

Tints of Mauvelous #FE91AA

Color information

#FE91AA (or 0xFE91AA) is unknown color: approx Mauvelous. HEX triplet: FE, 91 and AA. RGB value is (254,145,170). Sum of RGB (Red+Green+Blue) = 254+145+170=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE91AA is #016E55. Grayscale: #B4B4B4. Windows color (decimal): -93782 or 11178494. OLE color: 11178494.

HSL color Cylindrical-coordinate representation of color #FE91AA: hue angle of 346.24º 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 #FE91AA is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254145170-
CMYK00.430.330.00
HSL346.24º98.2%78.24%-
HSV(B)346.24º42.91%99.61%-
XYZ58.2544.2243.5-
YUV180.44122.11180.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=44.64%
G=25.48%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414517000.430.330.00346.2498.278.24
HexFE91AA02B21015a624e
Octal376221252053410532142116
Binary1111111010010001101010100101011100001010101101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE91AA; }

 p { color: rgb(254,145,170); }

 H1.HeaderClassName
 {
   color: #FE91AA;
 }
 .AnyTagClassName
 {
   color: #FE91AA;
 }
</style>
background-color css

<style>
 a { background-color: #FE91AA; }

 a { background-color: rgb(254,145,170); }

 div.DivClassName
 {
   background-color: #FE91AA;
 }
 .BgClassName
 {
   background-color: #FE91AA;
 }
</style>
border-color css

<style>
 span { border-color: #FE91AA; }

 span { border-color: rgb(254,145,170); }

 td.TdClassName
 {
   border-color: #FE91AA;
 }
 .TagClassName
 {
   border-color: #FE91AA;
 }
</style>