#F3B0F9

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

Shades of Mauve #F3B0F9

Tints of Mauve #F3B0F9

Color information

#F3B0F9 (or 0xF3B0F9) is unknown color: approx Mauve. HEX triplet: F3, B0 and F9. RGB value is (243,176,249). Sum of RGB (Red+Green+Blue) = 243+176+249=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3B0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B0F9 is #0C4F06. Grayscale: #CCCCCC. Windows color (decimal): -806663 or 16363763. OLE color: 16363763.

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

Color convert

RGB243176249-
CMYK0.020.2900.02
HSL295.07º85.88%83.33%-
HSV(B)295.07º29.32%97.65%-
XYZ69.5956.9496.95-
YUV204.36153.2155.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 176 (69.14% from 255) = 26.35%
BLUE value IS 249 (97.66% from 255) = 37.28%
R=36.38%
G=26.35%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431762490.020.2900.02295.0785.8883.33
HexF3B0F921D021275653
Octal36326037123502447126123
Binary111100111011000011111001101110101010010011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B0F9; }

 p { color: rgb(243,176,249); }

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

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

 a { background-color: rgb(243,176,249); }

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

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

 span { border-color: rgb(243,176,249); }

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