#F4AEFE

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

Shades of Mauve #F4AEFE

Tints of Mauve #F4AEFE

Color information

#F4AEFE (or 0xF4AEFE) is unknown color: approx Mauve. HEX triplet: F4, AE and FE. RGB value is (244,174,254). Sum of RGB (Red+Green+Blue) = 244+174+254=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 174 (68.36% from 255 or 25.89% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AEFE is #0B5101. Grayscale: #CBCBCB. Windows color (decimal): -741634 or 16690932. OLE color: 16690932.

HSL color Cylindrical-coordinate representation of color #F4AEFE: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4AEFE is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244174254-
CMYK0.040.3100.00
HSL292.5º97.56%83.92%-
HSV(B)292.5º31.5%99.61%-
XYZ70.3356.66101-
YUV204.05156.19156.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.31%
GREEN value IS 174 (68.36% from 255) = 25.89%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=36.31%
G=25.89%
B=37.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441742540.040.3100.00292.597.5683.92
HexF4AEFE41F001246254
Octal36425637643700444142124
Binary111101001010111011111110100111110010010010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEFE; }

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

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

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

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

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

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

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

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