#F6AEFB

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

Shades of Mauve #F6AEFB

Tints of Mauve #F6AEFB

Color information

#F6AEFB (or 0xF6AEFB) is unknown color: approx Mauve. HEX triplet: F6, AE and FB. RGB value is (246,174,251). Sum of RGB (Red+Green+Blue) = 246+174+251=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 174 (68.36% from 255 or 25.93% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6AEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AEFB is #095104. Grayscale: #CCCCCC. Windows color (decimal): -610565 or 16494326. OLE color: 16494326.

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

Color convert

RGB246174251-
CMYK0.020.3100.02
HSL296.1º90.59%83.33%-
HSV(B)296.1º30.68%98.43%-
XYZ70.5556.8398.52-
YUV204.31154.35157.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 174 (68.36% from 255) = 25.93%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=36.66%
G=25.93%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461742510.020.3100.02296.190.5983.33
HexF6AEFB21F021285b53
Octal36625637323702450133123
Binary111101101010111011111011101111101010010100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEFB; }

 p { color: rgb(246,174,251); }

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

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

 a { background-color: rgb(246,174,251); }

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

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

 span { border-color: rgb(246,174,251); }

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