#F3BDFA

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

Shades of Mauve #F3BDFA

Tints of Mauve #F3BDFA

Color information

#F3BDFA (or 0xF3BDFA) is unknown color: approx Mauve. HEX triplet: F3, BD and FA. RGB value is (243,189,250). Sum of RGB (Red+Green+Blue) = 243+189+250=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDFA is #0C4205. Grayscale: #D3D3D3. Windows color (decimal): -803334 or 16432627. OLE color: 16432627.

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

Color convert

RGB243189250-
CMYK0.030.2400.02
HSL293.11º85.92%86.08%-
HSV(B)293.11º24.4%98.04%-
XYZ72.4262.3598.66-
YUV212.1149.39150.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 189 (74.22% from 255) = 27.71%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=35.63%
G=27.71%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431892500.030.2400.02293.1185.9286.08
HexF3BDFA318021255656
Octal36327537233002445126126
Binary111100111011110111111010111100001010010010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDFA; }

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

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

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

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

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

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

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

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