#F4A2FE

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

Shades of Mauve #F4A2FE

Tints of Mauve #F4A2FE

Color information

#F4A2FE (or 0xF4A2FE) is unknown color: approx Mauve. HEX triplet: F4, A2 and FE. RGB value is (244,162,254). Sum of RGB (Red+Green+Blue) = 244+162+254=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 162 (63.67% from 255 or 24.55% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A2FE is #0B5D01. Grayscale: #C4C4C4. Windows color (decimal): -744706 or 16687860. OLE color: 16687860.

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

Color convert

RGB244162254-
CMYK0.040.3600.00
HSL293.48º97.87%81.57%-
HSV(B)293.48º36.22%99.61%-
XYZ68.1252.23100.26-
YUV197.01160.17161.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.97%
GREEN value IS 162 (63.67% from 255) = 24.55%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=36.97%
G=24.55%
B=38.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441622540.040.3600.00293.4897.8781.57
HexF4A2FE424001256252
Octal36424237644400445142122
Binary1111010010100010111111101001001000010010010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A2FE; }

 p { color: rgb(244,162,254); }

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

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

 a { background-color: rgb(244,162,254); }

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

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

 span { border-color: rgb(244,162,254); }

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