#F2AEFE

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

Shades of Mauve #F2AEFE

Tints of Mauve #F2AEFE

Color information

#F2AEFE (or 0xF2AEFE) is unknown color: approx Mauve. HEX triplet: F2, AE and FE. RGB value is (242,174,254). Sum of RGB (Red+Green+Blue) = 242+174+254=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 174 (68.36% from 255 or 25.97% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AEFE is #0D5101. Grayscale: #CBCBCB. Windows color (decimal): -872706 or 16690930. OLE color: 16690930.

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

Color convert

RGB242174254-
CMYK0.050.3100.00
HSL291º97.56%83.92%-
HSV(B)291º31.5%99.61%-
XYZ69.6456.31100.96-
YUV203.45156.53155.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 174 (68.36% from 255) = 25.97%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=36.12%
G=25.97%
B=37.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421742540.050.3100.0029197.5683.92
HexF2AEFE51F001236254
Octal36225637653700443142124
Binary111100101010111011111110101111110010010001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEFE; }

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

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

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

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

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

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

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

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