#F5ADFE

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

Shades of Mauve #F5ADFE

Tints of Mauve #F5ADFE

Color information

#F5ADFE (or 0xF5ADFE) is unknown color: approx Mauve. HEX triplet: F5, AD and FE. RGB value is (245,173,254). Sum of RGB (Red+Green+Blue) = 245+173+254=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFE is #0A5201. Grayscale: #CBCBCB. Windows color (decimal): -676354 or 16690677. OLE color: 16690677.

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

Color convert

RGB245173254-
CMYK0.040.3200.00
HSL293.33º97.59%83.73%-
HSV(B)293.33º31.89%99.61%-
XYZ70.4956.46100.95-
YUV203.76156.35157.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 173 (67.97% from 255) = 25.74%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=36.46%
G=25.74%
B=37.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451732540.040.3200.00293.3397.5983.73
HexF5ADFE420001256254
Octal36525537644000445142124
Binary1111010110101101111111101001000000010010010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADFE; }

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

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

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

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

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

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

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

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