#F4A9FA

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

Shades of Mauve #F4A9FA

Tints of Mauve #F4A9FA

Color information

#F4A9FA (or 0xF4A9FA) is unknown color: approx Mauve. HEX triplet: F4, A9 and FA. RGB value is (244,169,250). Sum of RGB (Red+Green+Blue) = 244+169+250=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 169 (66.41% from 255 or 25.49% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A9FA is #0B5605. Grayscale: #C8C8C8. Windows color (decimal): -742918 or 16427508. OLE color: 16427508.

HSL color Cylindrical-coordinate representation of color #F4A9FA: hue angle of 295.56º 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 #F4A9FA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244169250-
CMYK0.020.3200.02
HSL295.56º89.01%82.16%-
HSV(B)295.56º32.4%98.04%-
XYZ68.7554.5197.34-
YUV200.66155.85158.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.80%
GREEN value IS 169 (66.41% from 255) = 25.49%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=36.80%
G=25.49%
B=37.71%

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
Decimal2441692500.020.3200.02295.5689.0182.16
HexF4A9FA220021285952
Octal36425137224002450131122
Binary1111010010101001111110101010000001010010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A9FA; }

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

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

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

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

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

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

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

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