#F3B2FA

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

Shades of Mauve #F3B2FA

Tints of Mauve #F3B2FA

Color information

#F3B2FA (or 0xF3B2FA) is unknown color: approx Mauve. HEX triplet: F3, B2 and FA. RGB value is (243,178,250). Sum of RGB (Red+Green+Blue) = 243+178+250=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3B2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B2FA is #0C4D05. Grayscale: #CDCDCD. Windows color (decimal): -806150 or 16429811. OLE color: 16429811.

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

Color convert

RGB243178250-
CMYK0.030.2900.02
HSL294.17º87.8%83.92%-
HSV(B)294.17º28.8%98.04%-
XYZ70.1457.897.9-
YUV205.64153.03154.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.21%
GREEN value IS 178 (69.92% from 255) = 26.53%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=36.21%
G=26.53%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431782500.030.2900.02294.1787.883.92
HexF3B2FA31D021265854
Octal36326237233502446130124
Binary111100111011001011111010111110101010010011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2FA; }

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

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

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

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

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

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

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

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