#FE9AAA

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

Shades of Mauvelous #FE9AAA

Tints of Mauvelous #FE9AAA

Color information

#FE9AAA (or 0xFE9AAA) is unknown color: approx Mauvelous. HEX triplet: FE, 9A and AA. RGB value is (254,154,170). Sum of RGB (Red+Green+Blue) = 254+154+170=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AAA is #016555. Grayscale: #B9B9B9. Windows color (decimal): -91478 or 11180798. OLE color: 11180798.

HSL color Cylindrical-coordinate representation of color #FE9AAA: hue angle of 350.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AAA is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254154170-
CMYK00.390.330.00
HSL350.4º98.04%80%-
HSV(B)350.4º39.37%99.61%-
XYZ59.6847.0843.97-
YUV185.72119.13176.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=43.94%
G=26.64%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415417000.390.330.00350.498.0480
HexFE9AAA02721015e6250
Octal376232252047410536142120
Binary1111111010011010101010100100111100001010101111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AAA; }

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

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

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

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

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

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

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

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