#F7AEFC

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

Shades of Mauve #F7AEFC

Tints of Mauve #F7AEFC

Color information

#F7AEFC (or 0xF7AEFC) is unknown color: approx Mauve. HEX triplet: F7, AE and FC. RGB value is (247,174,252). Sum of RGB (Red+Green+Blue) = 247+174+252=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 174 (68.36% from 255 or 25.85% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AEFC is #085103. Grayscale: #CCCCCC. Windows color (decimal): -545028 or 16559863. OLE color: 16559863.

HSL color Cylindrical-coordinate representation of color #F7AEFC: hue angle of 296.15º 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 #F7AEFC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247174252-
CMYK0.020.3100.01
HSL296.15º92.86%83.53%-
HSV(B)296.15º30.95%98.82%-
XYZ71.0657.0799.37-
YUV204.72154.68158.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.70%
GREEN value IS 174 (68.36% from 255) = 25.85%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=36.70%
G=25.85%
B=37.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471742520.020.3100.01296.1592.8683.53
HexF7AEFC21F011285d54
Octal36725637423701450135124
Binary11110111101011101111110010111110110010100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEFC; }

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

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

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

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

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

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

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

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