#F1ADFF

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

Shades of Mauve #F1ADFF

Tints of Mauve #F1ADFF

Color information

#F1ADFF (or 0xF1ADFF) is unknown color: approx Mauve. HEX triplet: F1, AD and FF. RGB value is (241,173,255). Sum of RGB (Red+Green+Blue) = 241+173+255=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADFF is #0E5200. Grayscale: #CACACA. Windows color (decimal): -938497 or 16756209. OLE color: 16756209.

HSL color Cylindrical-coordinate representation of color #F1ADFF: hue angle of 289.76º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1ADFF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB241173255-
CMYK0.050.3200
HSL289.76º100%83.92%-
HSV(B)289.76º32.16%100%-
XYZ69.2755.81101.73-
YUV202.68157.53155.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 173 (67.97% from 255) = 25.86%
BLUE value IS 255 (100% from 255) = 38.12%
R=36.02%
G=25.86%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411732550.050.3200289.7610083.92
HexF1ADFF520001226454
Octal36125537754000442144124
Binary1111000110101101111111111011000000010010001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADFF; }

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

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

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

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

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

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

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

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