#FF9BAA

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

Shades of Mauvelous #FF9BAA

Tints of Mauvelous #FF9BAA

Color information

#FF9BAA (or 0xFF9BAA) is unknown color: approx Mauvelous. HEX triplet: FF, 9B and AA. RGB value is (255,155,170). Sum of RGB (Red+Green+Blue) = 255+155+170=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9BAA is #006455. Grayscale: #BABABA. Windows color (decimal): -25686 or 11181055. OLE color: 11181055.

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

Color convert

RGB255155170-
CMYK00.390.330
HSL351º100%80.39%-
HSV(B)351º39.22%100%-
XYZ60.2247.644.05-
YUV186.61118.63176.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=43.97%
G=26.72%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515517000.390.33035110080.39
HexFF9BAA02721015f6450
Octal377233252047410537144120
Binary1111111110011011101010100100111100001010101111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BAA; }

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

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

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

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

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

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

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

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