#FA96AC

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

Shades of Mauvelous #FA96AC

Tints of Mauvelous #FA96AC

Color information

#FA96AC (or 0xFA96AC) is unknown color: approx Mauvelous. HEX triplet: FA, 96 and AC. RGB value is (250,150,172). Sum of RGB (Red+Green+Blue) = 250+150+172=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96AC is #056953. Grayscale: #B6B6B6. Windows color (decimal): -354644 or 11310842. OLE color: 11310842.

HSL color Cylindrical-coordinate representation of color #FA96AC: hue angle of 346.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96AC is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250150172-
CMYK00.40.310.02
HSL346.8º90.91%78.43%-
HSV(B)346.8º40%98.04%-
XYZ57.7845.1244.69-
YUV182.41122.13176.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=43.71%
G=26.22%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015017200.40.310.02346.890.9178.43
HexFA96AC0281F215b5b4e
Octal372226254050372533133116
Binary1111101010010110101011000101000111111010101101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96AC; }

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

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

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

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

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

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

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

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