#FF9AA8

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

Shades of Mauvelous #FF9AA8

Tints of Mauvelous #FF9AA8

Color information

#FF9AA8 (or 0xFF9AA8) is unknown color: approx Mauvelous. HEX triplet: FF, 9A and A8. RGB value is (255,154,168). Sum of RGB (Red+Green+Blue) = 255+154+168=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9AA8 is #006557. Grayscale: #B9B9B9. Windows color (decimal): -25944 or 11049727. OLE color: 11049727.

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

Color convert

RGB255154168-
CMYK00.400.340
HSL351.68º100%80.2%-
HSV(B)351.68º39.61%100%-
XYZ59.8647.243-
YUV185.79117.96177.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 168 (66.02% from 255) = 29.12%
R=44.19%
G=26.69%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515416800.400.340351.6810080.2
HexFF9AA80282201606450
Octal377232250050420540144120
Binary1111111110011010101010000101000100010010110000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AA8; }

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

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

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

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

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

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

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

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