#FA8EAE

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

Shades of Mauvelous #FA8EAE

Tints of Mauvelous #FA8EAE

Color information

#FA8EAE (or 0xFA8EAE) is unknown color: approx Mauvelous. HEX triplet: FA, 8E and AE. RGB value is (250,142,174). Sum of RGB (Red+Green+Blue) = 250+142+174=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8EAE is #057151. Grayscale: #B1B1B1. Windows color (decimal): -356690 or 11439866. OLE color: 11439866.

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

Color convert

RGB250142174-
CMYK00.430.300.02
HSL342.22º91.53%76.86%-
HSV(B)342.22º43.2%98.04%-
XYZ56.7442.7345.3-
YUV177.94125.78179.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 142 (55.86% from 255) = 25.09%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=44.17%
G=25.09%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014217400.430.300.02342.2291.5376.86
HexFA8EAE02B1E21565c4d
Octal372216256053362526134115
Binary1111101010001110101011100101011111101010101011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EAE; }

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

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

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

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

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

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

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

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