#F1ADFA

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

Shades of Mauve #F1ADFA

Tints of Mauve #F1ADFA

Color information

#F1ADFA (or 0xF1ADFA) is unknown color: approx Mauve. HEX triplet: F1, AD and FA. RGB value is (241,173,250). Sum of RGB (Red+Green+Blue) = 241+173+250=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADFA is #0E5205. Grayscale: #C9C9C9. Windows color (decimal): -938502 or 16428529. OLE color: 16428529.

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

Color convert

RGB241173250-
CMYK0.040.3100.02
HSL292.99º88.51%82.94%-
HSV(B)292.99º30.8%98.04%-
XYZ68.4755.4997.54-
YUV202.11155.03155.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 173 (67.97% from 255) = 26.05%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=36.30%
G=26.05%
B=37.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411732500.040.3100.02292.9988.5182.94
HexF1ADFA41F021255953
Octal36125537243702445131123
Binary1111000110101101111110101001111101010010010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADFA; }

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

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

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

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

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

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

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

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