#FF99AA

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

Shades of Mauvelous #FF99AA

Tints of Mauvelous #FF99AA

Color information

#FF99AA (or 0xFF99AA) is unknown color: approx Mauvelous. HEX triplet: FF, 99 and AA. RGB value is (255,153,170). Sum of RGB (Red+Green+Blue) = 255+153+170=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF99AA is #006655. Grayscale: #B9B9B9. Windows color (decimal): -26198 or 11180543. OLE color: 11180543.

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

Color convert

RGB255153170-
CMYK00.40.330
HSL350º100%80%-
HSV(B)350º40%100%-
XYZ59.8946.9443.94-
YUV185.44119.29177.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=44.12%
G=26.47%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515317000.40.33035010080
HexFF99AA02821015e6450
Octal377231252050410536144120
Binary1111111110011001101010100101000100001010101111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99AA; }

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

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

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

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

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

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

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

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