#F3C0FA

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

Shades of Mauve #F3C0FA

Tints of Mauve #F3C0FA

Color information

#F3C0FA (or 0xF3C0FA) is unknown color: approx Mauve. HEX triplet: F3, C0 and FA. RGB value is (243,192,250). Sum of RGB (Red+Green+Blue) = 243+192+250=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 192 (75.39% from 255 or 28.03% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C0FA is #0C3F05. Grayscale: #D5D5D5. Windows color (decimal): -802566 or 16433395. OLE color: 16433395.

HSL color Cylindrical-coordinate representation of color #F3C0FA: hue angle of 292.76º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C0FA is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243192250-
CMYK0.030.2300.02
HSL292.76º85.29%86.67%-
HSV(B)292.76º23.2%98.04%-
XYZ73.0763.6698.88-
YUV213.86148.4148.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.47%
GREEN value IS 192 (75.39% from 255) = 28.03%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=35.47%
G=28.03%
B=36.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431922500.030.2300.02292.7685.2986.67
HexF3C0FA317021255557
Octal36330037232702445125127
Binary111100111100000011111010111011101010010010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C0FA; }

 p { color: rgb(243,192,250); }

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

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

 a { background-color: rgb(243,192,250); }

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

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

 span { border-color: rgb(243,192,250); }

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