#F5ADFC

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

Shades of Mauve #F5ADFC

Tints of Mauve #F5ADFC

Color information

#F5ADFC (or 0xF5ADFC) is unknown color: approx Mauve. HEX triplet: F5, AD and FC. RGB value is (245,173,252). Sum of RGB (Red+Green+Blue) = 245+173+252=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFC is #0A5203. Grayscale: #CBCBCB. Windows color (decimal): -676356 or 16559605. OLE color: 16559605.

HSL color Cylindrical-coordinate representation of color #F5ADFC: hue angle of 294.68º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5ADFC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245173252-
CMYK0.030.3100.01
HSL294.68º92.94%83.33%-
HSV(B)294.68º31.35%98.82%-
XYZ70.1756.3399.27-
YUV203.53155.35157.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 173 (67.97% from 255) = 25.82%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=36.57%
G=25.82%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451732520.030.3100.01294.6892.9483.33
HexF5ADFC31F011275d53
Octal36525537433701447135123
Binary11110101101011011111110011111110110010011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADFC; }

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

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

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

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

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

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

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

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