#F3AEFD

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

Shades of Mauve #F3AEFD

Tints of Mauve #F3AEFD

Color information

#F3AEFD (or 0xF3AEFD) is unknown color: approx Mauve. HEX triplet: F3, AE and FD. RGB value is (243,174,253). Sum of RGB (Red+Green+Blue) = 243+174+253=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 174 (68.36% from 255 or 25.97% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AEFD is #0C5102. Grayscale: #CBCBCB. Windows color (decimal): -807171 or 16625395. OLE color: 16625395.

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

Color convert

RGB243174253-
CMYK0.040.3100.01
HSL292.41º95.18%83.73%-
HSV(B)292.41º31.23%99.22%-
XYZ69.8356.42100.14-
YUV203.64155.86156.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.27%
GREEN value IS 174 (68.36% from 255) = 25.97%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=36.27%
G=25.97%
B=37.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431742530.040.3100.01292.4195.1883.73
HexF3AEFD41F011245f54
Octal36325637543701444137124
Binary111100111010111011111101100111110110010010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AEFD; }

 p { color: rgb(243,174,253); }

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

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

 a { background-color: rgb(243,174,253); }

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

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

 span { border-color: rgb(243,174,253); }

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