#FF9AAA

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

Shades of Mauvelous #FF9AAA

Tints of Mauvelous #FF9AAA

Color information

#FF9AAA (or 0xFF9AAA) is unknown color: approx Mauvelous. HEX triplet: FF, 9A and AA. RGB value is (255,154,170). Sum of RGB (Red+Green+Blue) = 255+154+170=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9AAA is #006555. Grayscale: #BABABA. Windows color (decimal): -25942 or 11180799. OLE color: 11180799.

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

Color convert

RGB255154170-
CMYK00.400.330
HSL350.5º100%80.2%-
HSV(B)350.5º39.61%100%-
XYZ60.0547.2743.99-
YUV186.02118.96177.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=44.04%
G=26.60%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515417000.400.330350.510080.2
HexFF9AAA02821015e6450
Octal377232252050410536144120
Binary1111111110011010101010100101000100001010101111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AAA; }

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

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

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

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

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

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

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

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