#f3b2f7

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

Shades of Mauve #F3B2F7

Tints of Mauve #F3B2F7

Color information

#F3B2F7 (or 0xF3B2F7) is unknown color: approx Mauve. HEX triplet: F3, B2 and F7. RGB value is (243,178,247). Sum of RGB (Red+Green+Blue) = 243+178+247=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #F3B2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B2F7 is #0C4D08. Grayscale: #CDCDCD. Windows color (decimal): -806153 or 16233203. OLE color: 16233203.

HSL color Cylindrical-coordinate representation of color #F3B2F7: hue angle of 296.52º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B2F7 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB243178247-
CMYK0.020.2800.03
HSL296.52º81.18%83.33%-
HSV(B)296.52º27.94%96.86%-
XYZ69.6757.6195.44-
YUV205.3151.53154.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 178 (69.92% from 255) = 26.65%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=36.38%
G=26.65%
B=36.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2431782470.020.2800.03296.5281.1883.33
HexF3B2F721C031295153
Octal36326236723403451121123
Binary111100111011001011110111101110001110010100110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3b2f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3b2f7; }

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

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

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

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

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

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

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

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