#FE90A9

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

Shades of Mauvelous #FE90A9

Tints of Mauvelous #FE90A9

Color information

#FE90A9 (or 0xFE90A9) is unknown color: approx Mauvelous. HEX triplet: FE, 90 and A9. RGB value is (254,144,169). Sum of RGB (Red+Green+Blue) = 254+144+169=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A9 is #016F56. Grayscale: #B3B3B3. Windows color (decimal): -94039 or 11112702. OLE color: 11112702.

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

Color convert

RGB254144169-
CMYK00.430.330.00
HSL346.36º98.21%78.04%-
HSV(B)346.36º43.31%99.61%-
XYZ58.0143.8842.95-
YUV179.74121.94180.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=44.80%
G=25.40%
B=29.81%

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
Decimal25414416900.430.330.00346.3698.2178.04
HexFE90A902B21015a624e
Octal376220251053410532142116
Binary1111111010010000101010010101011100001010101101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90A9; }

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

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

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

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

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

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

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

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