#F4ADFA

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

Shades of Mauve #F4ADFA

Tints of Mauve #F4ADFA

Color information

#F4ADFA (or 0xF4ADFA) is unknown color: approx Mauve. HEX triplet: F4, AD and FA. RGB value is (244,173,250). Sum of RGB (Red+Green+Blue) = 244+173+250=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ADFA is #0B5205. Grayscale: #CACACA. Windows color (decimal): -741894 or 16428532. OLE color: 16428532.

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

Color convert

RGB244173250-
CMYK0.020.3100.02
HSL295.32º88.51%82.94%-
HSV(B)295.32º30.8%98.04%-
XYZ69.5156.0297.59-
YUV203.01154.52157.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.58%
GREEN value IS 173 (67.97% from 255) = 25.94%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=36.58%
G=25.94%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441732500.020.3100.02295.3288.5182.94
HexF4ADFA21F021275953
Octal36425537223702447131123
Binary111101001010110111111010101111101010010011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADFA; }

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

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

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

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

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

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

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

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