#F5ADFF

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

Shades of Mauve #F5ADFF

Tints of Mauve #F5ADFF

Color information

#F5ADFF (or 0xF5ADFF) is unknown color: approx Mauve. HEX triplet: F5, AD and FF. RGB value is (245,173,255). Sum of RGB (Red+Green+Blue) = 245+173+255=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFF is #0A5200. Grayscale: #CBCBCB. Windows color (decimal): -676353 or 16756213. OLE color: 16756213.

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

Color convert

RGB245173255-
CMYK0.040.3200
HSL292.68º100%83.92%-
HSV(B)292.68º32.16%100%-
XYZ70.6556.52101.79-
YUV203.88156.85157.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 173 (67.97% from 255) = 25.71%
BLUE value IS 255 (100% from 255) = 37.89%
R=36.40%
G=25.71%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451732550.040.3200292.6810083.92
HexF5ADFF420001256454
Octal36525537744000445144124
Binary1111010110101101111111111001000000010010010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADFF; }

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

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

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

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

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

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

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

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