#F2ADFA

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

Shades of Mauve #F2ADFA

Tints of Mauve #F2ADFA

Color information

#F2ADFA (or 0xF2ADFA) is unknown color: approx Mauve. HEX triplet: F2, AD and FA. RGB value is (242,173,250). Sum of RGB (Red+Green+Blue) = 242+173+250=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADFA is #0D5205. Grayscale: #CACACA. Windows color (decimal): -872966 or 16428530. OLE color: 16428530.

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

Color convert

RGB242173250-
CMYK0.030.3100.02
HSL293.77º88.51%82.94%-
HSV(B)293.77º30.8%98.04%-
XYZ68.8255.6797.56-
YUV202.41154.86156.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 173 (67.97% from 255) = 26.02%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=36.39%
G=26.02%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421732500.030.3100.02293.7788.5182.94
HexF2ADFA31F021265953
Octal36225537233702446131123
Binary111100101010110111111010111111101010010011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADFA; }

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

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

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

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

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

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

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

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