#F5AEFE

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

Shades of Mauve #F5AEFE

Tints of Mauve #F5AEFE

Color information

#F5AEFE (or 0xF5AEFE) is unknown color: approx Mauve. HEX triplet: F5, AE and FE. RGB value is (245,174,254). Sum of RGB (Red+Green+Blue) = 245+174+254=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 174 (68.36% from 255 or 25.85% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AEFE is #0A5101. Grayscale: #CCCCCC. Windows color (decimal): -676098 or 16690933. OLE color: 16690933.

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

Color convert

RGB245174254-
CMYK0.040.3100.00
HSL293.25º97.56%83.92%-
HSV(B)293.25º31.5%99.61%-
XYZ70.6856.84101.01-
YUV204.35156.02157-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 174 (68.36% from 255) = 25.85%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=36.40%
G=25.85%
B=37.74%

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
Decimal2451742540.040.3100.00293.2597.5683.92
HexF5AEFE41F001256254
Octal36525637643700445142124
Binary111101011010111011111110100111110010010010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEFE; }

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

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

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

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

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

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

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

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