#F8AEFD

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

Shades of Mauve #F8AEFD

Tints of Mauve #F8AEFD

Color information

#F8AEFD (or 0xF8AEFD) is unknown color: approx Mauve. HEX triplet: F8, AE and FD. RGB value is (248,174,253). Sum of RGB (Red+Green+Blue) = 248+174+253=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 174 (68.36% from 255 or 25.78% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AEFD is #075102. Grayscale: #CCCCCC. Windows color (decimal): -479491 or 16625400. OLE color: 16625400.

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

Color convert

RGB248174253-
CMYK0.020.3100.01
HSL296.2º95.18%83.73%-
HSV(B)296.2º31.23%99.22%-
XYZ71.5857.32100.22-
YUV205.13155.02158.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 174 (68.36% from 255) = 25.78%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=36.74%
G=25.78%
B=37.48%

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
Decimal2481742530.020.3100.01296.295.1883.73
HexF8AEFD21F011285f54
Octal37025637523701450137124
Binary11111000101011101111110110111110110010100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AEFD; }

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

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

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

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

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

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

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

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