#F0AEFA

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

Shades of Mauve #F0AEFA

Tints of Mauve #F0AEFA

Color information

#F0AEFA (or 0xF0AEFA) is unknown color: approx Mauve. HEX triplet: F0, AE and FA. RGB value is (240,174,250). Sum of RGB (Red+Green+Blue) = 240+174+250=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0AEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEFA is #0F5105. Grayscale: #CACACA. Windows color (decimal): -1003782 or 16428784. OLE color: 16428784.

HSL color Cylindrical-coordinate representation of color #F0AEFA: hue angle of 292.11º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AEFA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240174250-
CMYK0.040.3000.02
HSL292.11º88.37%83.14%-
HSV(B)292.11º30.4%98.04%-
XYZ68.3355.797.59-
YUV202.4154.87154.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=36.14%
G=26.20%
B=37.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401742500.040.3000.02292.1188.3783.14
HexF0AEFA41E021245853
Octal36025637243602444130123
Binary1111000010101110111110101001111001010010010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEFA; }

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

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

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

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

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

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

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

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