#FF9AAB

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

Shades of Mauvelous #FF9AAB

Tints of Mauvelous #FF9AAB

Color information

#FF9AAB (or 0xFF9AAB) is unknown color: approx Mauvelous. HEX triplet: FF, 9A and AB. RGB value is (255,154,171). Sum of RGB (Red+Green+Blue) = 255+154+171=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9AAB is #006554. Grayscale: #BABABA. Windows color (decimal): -25941 or 11246335. OLE color: 11246335.

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

Color convert

RGB255154171-
CMYK00.400.330
HSL349.9º100%80.2%-
HSV(B)349.9º39.61%100%-
XYZ60.1547.3144.49-
YUV186.14119.46177.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=43.97%
G=26.55%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515417100.400.330349.910080.2
HexFF9AAB02821015e6450
Octal377232253050410536144120
Binary1111111110011010101010110101000100001010101111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AAB; }

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

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

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

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

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

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

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

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