#FE90AE

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

Shades of Mauvelous #FE90AE

Tints of Mauvelous #FE90AE

Color information

#FE90AE (or 0xFE90AE) is unknown color: approx Mauvelous. HEX triplet: FE, 90 and AE. RGB value is (254,144,174). Sum of RGB (Red+Green+Blue) = 254+144+174=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90AE is #016F51. Grayscale: #B4B4B4. Windows color (decimal): -94034 or 11440382. OLE color: 11440382.

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

Color convert

RGB254144174-
CMYK00.430.310.00
HSL343.64º98.21%78.04%-
HSV(B)343.64º43.31%99.61%-
XYZ58.4944.0745.47-
YUV180.31124.44180.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=44.41%
G=25.17%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414417400.430.310.00343.6498.2178.04
HexFE90AE02B1F0158624e
Octal376220256053370530142116
Binary111111101001000010101110010101111111010101100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90AE; }

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

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

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

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

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

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

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

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