#FE90AA

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

Shades of Mauvelous #FE90AA

Tints of Mauvelous #FE90AA

Color information

#FE90AA (or 0xFE90AA) is unknown color: approx Mauvelous. HEX triplet: FE, 90 and AA. RGB value is (254,144,170). Sum of RGB (Red+Green+Blue) = 254+144+170=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90AA is #016F55. Grayscale: #B3B3B3. Windows color (decimal): -94038 or 11178238. OLE color: 11178238.

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

Color convert

RGB254144170-
CMYK00.430.330.00
HSL345.82º98.21%78.04%-
HSV(B)345.82º43.31%99.61%-
XYZ58.143.9243.45-
YUV179.85122.44180.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=44.72%
G=25.35%
B=29.93%

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
Decimal25414417000.430.330.00345.8298.2178.04
HexFE90AA02B21015a624e
Octal376220252053410532142116
Binary1111111010010000101010100101011100001010101101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90AA; }

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

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

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

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

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

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

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

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