#FB96AB

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

Shades of Mauvelous #FB96AB

Tints of Mauvelous #FB96AB

Color information

#FB96AB (or 0xFB96AB) is unknown color: approx Mauvelous. HEX triplet: FB, 96 and AB. RGB value is (251,150,171). Sum of RGB (Red+Green+Blue) = 251+150+171=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96AB is #046954. Grayscale: #B6B6B6. Windows color (decimal): -289109 or 11245307. OLE color: 11245307.

HSL color Cylindrical-coordinate representation of color #FB96AB: hue angle of 347.52º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96AB is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB251150171-
CMYK00.400.320.02
HSL347.52º92.66%78.63%-
HSV(B)347.52º40.24%98.43%-
XYZ58.0445.2644.21-
YUV182.59121.46176.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=43.88%
G=26.22%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115017100.400.320.02347.5292.6678.63
HexFB96AB02820215c5d4f
Octal373226253050402534135117
Binary11111011100101101010101101010001000001010101110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96AB; }

 p { color: rgb(251,150,171); }

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

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

 a { background-color: rgb(251,150,171); }

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

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

 span { border-color: rgb(251,150,171); }

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