#FE91AB

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

Shades of Mauvelous #FE91AB

Tints of Mauvelous #FE91AB

Color information

#FE91AB (or 0xFE91AB) is unknown color: approx Mauvelous. HEX triplet: FE, 91 and AB. RGB value is (254,145,171). Sum of RGB (Red+Green+Blue) = 254+145+171=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE91AB is #016E54. Grayscale: #B4B4B4. Windows color (decimal): -93781 or 11244030. OLE color: 11244030.

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

Color convert

RGB254145171-
CMYK00.430.330.00
HSL345.69º98.2%78.24%-
HSV(B)345.69º42.91%99.61%-
XYZ58.3544.2644-
YUV180.55122.61180.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 171 (67.19% from 255) = 30%
R=44.56%
G=25.44%
B=30%

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
Decimal25414517100.430.330.00345.6998.278.24
HexFE91AB02B21015a624e
Octal376221253053410532142116
Binary1111111010010001101010110101011100001010101101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE91AB; }

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

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

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

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

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

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

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

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