#FF9BAB

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

Shades of Mauvelous #FF9BAB

Tints of Mauvelous #FF9BAB

Color information

#FF9BAB (or 0xFF9BAB) is unknown color: approx Mauvelous. HEX triplet: FF, 9B and AB. RGB value is (255,155,171). Sum of RGB (Red+Green+Blue) = 255+155+171=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9BAB is #006454. Grayscale: #BABABA. Windows color (decimal): -25685 or 11246591. OLE color: 11246591.

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

Color convert

RGB255155171-
CMYK00.390.330
HSL350.4º100%80.39%-
HSV(B)350.4º39.22%100%-
XYZ60.3147.6444.55-
YUV186.72119.13176.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=43.89%
G=26.68%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515517100.390.330350.410080.39
HexFF9BAB02721015e6450
Octal377233253047410536144120
Binary1111111110011011101010110100111100001010101111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BAB; }

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

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

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

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

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

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

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

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