#F4A4FE

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

Shades of Mauve #F4A4FE

Tints of Mauve #F4A4FE

Color information

#F4A4FE (or 0xF4A4FE) is unknown color: approx Mauve. HEX triplet: F4, A4 and FE. RGB value is (244,164,254). Sum of RGB (Red+Green+Blue) = 244+164+254=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 164 (64.45% from 255 or 24.77% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A4FE is #0B5B01. Grayscale: #C5C5C5. Windows color (decimal): -744194 or 16688372. OLE color: 16688372.

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

Color convert

RGB244164254-
CMYK0.040.3500.00
HSL293.33º97.83%81.96%-
HSV(B)293.33º35.43%99.61%-
XYZ68.4752.94100.38-
YUV198.18159.5160.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.86%
GREEN value IS 164 (64.45% from 255) = 24.77%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=36.86%
G=24.77%
B=38.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441642540.040.3500.00293.3397.8381.96
HexF4A4FE423001256252
Octal36424437644300445142122
Binary1111010010100100111111101001000110010010010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A4FE; }

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

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

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

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

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

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

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

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