#F4AEFC

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

Shades of Mauve #F4AEFC

Tints of Mauve #F4AEFC

Color information

#F4AEFC (or 0xF4AEFC) is unknown color: approx Mauve. HEX triplet: F4, AE and FC. RGB value is (244,174,252). Sum of RGB (Red+Green+Blue) = 244+174+252=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 174 (68.36% from 255 or 25.97% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AEFC is #0B5103. Grayscale: #CBCBCB. Windows color (decimal): -741636 or 16559860. OLE color: 16559860.

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

Color convert

RGB244174252-
CMYK0.030.3100.01
HSL293.85º92.86%83.53%-
HSV(B)293.85º30.95%98.82%-
XYZ70.0156.5399.32-
YUV203.82155.19156.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.42%
GREEN value IS 174 (68.36% from 255) = 25.97%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=36.42%
G=25.97%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441742520.030.3100.01293.8592.8683.53
HexF4AEFC31F011265d54
Octal36425637433701446135124
Binary11110100101011101111110011111110110010011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEFC; }

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

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

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

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

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

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

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

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