#F0AAFE

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

Shades of Mauve #F0AAFE

Tints of Mauve #F0AAFE

Color information

#F0AAFE (or 0xF0AAFE) is unknown color: approx Mauve. HEX triplet: F0, AA and FE. RGB value is (240,170,254). Sum of RGB (Red+Green+Blue) = 240+170+254=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAFE is #0F5501. Grayscale: #C8C8C8. Windows color (decimal): -1004802 or 16689904. OLE color: 16689904.

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

Color convert

RGB240170254-
CMYK0.060.3300.00
HSL290º97.67%83.14%-
HSV(B)290º33.07%99.61%-
XYZ68.254.43100.68-
YUV200.51158.19156.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 170 (66.80% from 255) = 25.60%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=36.14%
G=25.60%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401702540.060.3300.0029097.6783.14
HexF0AAFE621001226253
Octal36025237664100442142123
Binary1111000010101010111111101101000010010010001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AAFE; }

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

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

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

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

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

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

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

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