#F5AFFC

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

Shades of Mauve #F5AFFC

Tints of Mauve #F5AFFC

Color information

#F5AFFC (or 0xF5AFFC) is unknown color: approx Mauve. HEX triplet: F5, AF and FC. RGB value is (245,175,252). Sum of RGB (Red+Green+Blue) = 245+175+252=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFFC is #0A5003. Grayscale: #CCCCCC. Windows color (decimal): -675844 or 16560117. OLE color: 16560117.

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

Color convert

RGB245175252-
CMYK0.030.3100.01
HSL294.55º92.77%83.73%-
HSV(B)294.55º30.56%98.82%-
XYZ70.5657.199.4-
YUV204.71154.69156.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 175 (68.75% from 255) = 26.04%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=36.46%
G=26.04%
B=37.5%

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
Decimal2451752520.030.3100.01294.5592.7783.73
HexF5AFFC31F011275d54
Octal36525737433701447135124
Binary11110101101011111111110011111110110010011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFFC; }

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

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

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

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

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

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

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

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