#F3A5FE

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

Shades of Mauve #F3A5FE

Tints of Mauve #F3A5FE

Color information

#F3A5FE (or 0xF3A5FE) is unknown color: approx Mauve. HEX triplet: F3, A5 and FE. RGB value is (243,165,254). Sum of RGB (Red+Green+Blue) = 243+165+254=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 165 (64.84% from 255 or 24.92% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A5FE is #0C5A01. Grayscale: #C6C6C6. Windows color (decimal): -809474 or 16688627. OLE color: 16688627.

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

Color convert

RGB243165254-
CMYK0.040.3500.00
HSL292.58º97.8%82.16%-
HSV(B)292.58º35.04%99.61%-
XYZ68.3153.12100.42-
YUV198.47159.34159.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 165 (64.84% from 255) = 24.92%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=36.71%
G=24.92%
B=38.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431652540.040.3500.00292.5897.882.16
HexF3A5FE423001256252
Octal36324537644300445142122
Binary1111001110100101111111101001000110010010010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A5FE; }

 p { color: rgb(243,165,254); }

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

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

 a { background-color: rgb(243,165,254); }

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

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

 span { border-color: rgb(243,165,254); }

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