#FA91AE

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

Shades of Mauvelous #FA91AE

Tints of Mauvelous #FA91AE

Color information

#FA91AE (or 0xFA91AE) is unknown color: approx Mauvelous. HEX triplet: FA, 91 and AE. RGB value is (250,145,174). Sum of RGB (Red+Green+Blue) = 250+145+174=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91AE is #056E51. Grayscale: #B3B3B3. Windows color (decimal): -355922 or 11440634. OLE color: 11440634.

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

Color convert

RGB250145174-
CMYK00.420.300.02
HSL343.43º91.3%77.45%-
HSV(B)343.43º42%98.04%-
XYZ57.1943.6345.45-
YUV179.7124.79178.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=43.94%
G=25.48%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014517400.420.300.02343.4391.377.45
HexFA91AE02A1E21575b4d
Octal372221256052362527133115
Binary1111101010010001101011100101010111101010101011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91AE; }

 p { color: rgb(250,145,174); }

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

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

 a { background-color: rgb(250,145,174); }

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

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

 span { border-color: rgb(250,145,174); }

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