#FB96AA

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

Shades of Mauvelous #FB96AA

Tints of Mauvelous #FB96AA

Color information

#FB96AA (or 0xFB96AA) is unknown color: approx Mauvelous. HEX triplet: FB, 96 and AA. RGB value is (251,150,170). Sum of RGB (Red+Green+Blue) = 251+150+170=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96AA is #046955. Grayscale: #B6B6B6. Windows color (decimal): -289110 or 11179771. OLE color: 11179771.

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

Color convert

RGB251150170-
CMYK00.400.320.02
HSL348.12º92.66%78.63%-
HSV(B)348.12º40.24%98.43%-
XYZ57.9545.2243.71-
YUV182.48120.96176.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=43.96%
G=26.27%
B=29.77%

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
Decimal25115017000.400.320.02348.1292.6678.63
HexFB96AA02820215c5d4f
Octal373226252050402534135117
Binary11111011100101101010101001010001000001010101110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96AA; }

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

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

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

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

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

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

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

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