#F1ADFB

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

Shades of Mauve #F1ADFB

Tints of Mauve #F1ADFB

Color information

#F1ADFB (or 0xF1ADFB) is unknown color: approx Mauve. HEX triplet: F1, AD and FB. RGB value is (241,173,251). Sum of RGB (Red+Green+Blue) = 241+173+251=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADFB is #0E5204. Grayscale: #C9C9C9. Windows color (decimal): -938501 or 16494065. OLE color: 16494065.

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

Color convert

RGB241173251-
CMYK0.040.3100.02
HSL292.31º90.7%83.14%-
HSV(B)292.31º31.08%98.43%-
XYZ68.6355.5598.37-
YUV202.22155.53155.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 173 (67.97% from 255) = 26.02%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=36.24%
G=26.02%
B=37.74%

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
Decimal2411732510.040.3100.02292.3190.783.14
HexF1ADFB41F021245b53
Octal36125537343702444133123
Binary1111000110101101111110111001111101010010010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADFB; }

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

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

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

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

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

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

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

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