#F0AEFC

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

Shades of Mauve #F0AEFC

Tints of Mauve #F0AEFC

Color information

#F0AEFC (or 0xF0AEFC) is unknown color: approx Mauve. HEX triplet: F0, AE and FC. RGB value is (240,174,252). Sum of RGB (Red+Green+Blue) = 240+174+252=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEFC is #0F5103. Grayscale: #CACACA. Windows color (decimal): -1003780 or 16559856. OLE color: 16559856.

HSL color Cylindrical-coordinate representation of color #F0AEFC: hue angle of 290.77º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0AEFC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240174252-
CMYK0.050.3100.01
HSL290.77º92.86%83.53%-
HSV(B)290.77º30.95%98.82%-
XYZ68.6455.8399.25-
YUV202.63155.87154.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 174 (68.36% from 255) = 26.13%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=36.04%
G=26.13%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401742520.050.3100.01290.7792.8683.53
HexF0AEFC51F011235d54
Octal36025637453701443135124
Binary111100001010111011111100101111110110010001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEFC; }

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

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

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

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

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

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

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

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