#F4AAFA

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

Shades of Mauve #F4AAFA

Tints of Mauve #F4AAFA

Color information

#F4AAFA (or 0xF4AAFA) is unknown color: approx Mauve. HEX triplet: F4, AA and FA. RGB value is (244,170,250). Sum of RGB (Red+Green+Blue) = 244+170+250=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAFA is #0B5505. Grayscale: #C9C9C9. Windows color (decimal): -742662 or 16427764. OLE color: 16427764.

HSL color Cylindrical-coordinate representation of color #F4AAFA: hue angle of 295.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4AAFA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244170250-
CMYK0.020.3200.02
HSL295.5º88.89%82.35%-
HSV(B)295.5º32%98.04%-
XYZ68.9454.8897.4-
YUV201.25155.52158.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.75%
GREEN value IS 170 (66.80% from 255) = 25.60%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=36.75%
G=25.60%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441702500.020.3200.02295.588.8982.35
HexF4AAFA220021285952
Octal36425237224002450131122
Binary1111010010101010111110101010000001010010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AAFA; }

 p { color: rgb(244,170,250); }

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

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

 a { background-color: rgb(244,170,250); }

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

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

 span { border-color: rgb(244,170,250); }

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