#F2AAFE

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

Shades of Mauve #F2AAFE

Tints of Mauve #F2AAFE

Color information

#F2AAFE (or 0xF2AAFE) is unknown color: approx Mauve. HEX triplet: F2, AA and FE. RGB value is (242,170,254). Sum of RGB (Red+Green+Blue) = 242+170+254=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 170 (66.80% from 255 or 25.53% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAFE is #0D5501. Grayscale: #C8C8C8. Windows color (decimal): -873730 or 16689906. OLE color: 16689906.

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

Color convert

RGB242170254-
CMYK0.050.3300.00
HSL291.43º97.67%83.14%-
HSV(B)291.43º33.07%99.61%-
XYZ68.8854.78100.71-
YUV201.1157.85157.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.34%
GREEN value IS 170 (66.80% from 255) = 25.53%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=36.34%
G=25.53%
B=38.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421702540.050.3300.00291.4397.6783.14
HexF2AAFE521001236253
Octal36225237654100443142123
Binary1111001010101010111111101011000010010010001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AAFE; }

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

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

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

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

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

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

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

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