#F3AFFC

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

Shades of Mauve #F3AFFC

Tints of Mauve #F3AFFC

Color information

#F3AFFC (or 0xF3AFFC) is unknown color: approx Mauve. HEX triplet: F3, AF and FC. RGB value is (243,175,252). Sum of RGB (Red+Green+Blue) = 243+175+252=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 175 (68.75% from 255 or 26.12% 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 #F3AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AFFC is #0C5003. Grayscale: #CBCBCB. Windows color (decimal): -806916 or 16560115. OLE color: 16560115.

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

Color convert

RGB243175252-
CMYK0.040.3100.01
HSL292.99º92.77%83.73%-
HSV(B)292.99º30.56%98.82%-
XYZ69.8656.7499.37-
YUV204.11155.03155.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.27%
GREEN value IS 175 (68.75% from 255) = 26.12%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=36.27%
G=26.12%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431752520.040.3100.01292.9992.7783.73
HexF3AFFC41F011255d54
Octal36325737443701445135124
Binary111100111010111111111100100111110110010010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFFC; }

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

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

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

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

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

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

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

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