#FB96AC

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

Shades of Mauvelous #FB96AC

Tints of Mauvelous #FB96AC

Color information

#FB96AC (or 0xFB96AC) is unknown color: approx Mauvelous. HEX triplet: FB, 96 and AC. RGB value is (251,150,172). Sum of RGB (Red+Green+Blue) = 251+150+172=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96AC is #046953. Grayscale: #B6B6B6. Windows color (decimal): -289108 or 11310843. OLE color: 11310843.

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

Color convert

RGB251150172-
CMYK00.400.310.02
HSL346.93º92.66%78.63%-
HSV(B)346.93º40.24%98.43%-
XYZ58.1445.344.71-
YUV182.71121.96176.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=43.80%
G=26.18%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115017200.400.310.02346.9392.6678.63
HexFB96AC0281F215b5d4f
Octal373226254050372533135117
Binary1111101110010110101011000101000111111010101101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96AC; }

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

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

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

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

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

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

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

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