#FF96AB

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

Shades of Mauvelous #FF96AB

Tints of Mauvelous #FF96AB

Color information

#FF96AB (or 0xFF96AB) is unknown color: approx Mauvelous. HEX triplet: FF, 96 and AB. RGB value is (255,150,171). Sum of RGB (Red+Green+Blue) = 255+150+171=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96AB is #006954. Grayscale: #B7B7B7. Windows color (decimal): -26965 or 11245311. OLE color: 11245311.

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

Color convert

RGB255150171-
CMYK00.410.330
HSL348º100%79.41%-
HSV(B)348º41.18%100%-
XYZ59.546.0144.27-
YUV183.79120.79178.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=44.27%
G=26.04%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515017100.410.33034810079.41
HexFF96AB02921015c644f
Octal377226253051410534144117
Binary1111111110010110101010110101001100001010101110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96AB; }

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

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

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

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

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

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

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

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