#F5ADFB

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

Shades of Mauve #F5ADFB

Tints of Mauve #F5ADFB

Color information

#F5ADFB (or 0xF5ADFB) is unknown color: approx Mauve. HEX triplet: F5, AD and FB. RGB value is (245,173,251). Sum of RGB (Red+Green+Blue) = 245+173+251=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFB is #0A5204. Grayscale: #CBCBCB. Windows color (decimal): -676357 or 16494069. OLE color: 16494069.

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

Color convert

RGB245173251-
CMYK0.020.3100.02
HSL295.38º90.7%83.14%-
HSV(B)295.38º31.08%98.43%-
XYZ70.0156.2698.44-
YUV203.42154.85157.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 173 (67.97% from 255) = 25.86%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=36.62%
G=25.86%
B=37.52%

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
Decimal2451732510.020.3100.02295.3890.783.14
HexF5ADFB21F021275b53
Octal36525537323702447133123
Binary111101011010110111111011101111101010010011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADFB; }

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

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

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

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

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

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

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

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