#F3BAFE

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

Shades of Mauve #F3BAFE

Tints of Mauve #F3BAFE

Color information

#F3BAFE (or 0xF3BAFE) is unknown color: approx Mauve. HEX triplet: F3, BA and FE. RGB value is (243,186,254). Sum of RGB (Red+Green+Blue) = 243+186+254=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAFE is #0C4501. Grayscale: #D2D2D2. Windows color (decimal): -804098 or 16694003. OLE color: 16694003.

HSL color Cylindrical-coordinate representation of color #F3BAFE: hue angle of 290.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3BAFE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243186254-
CMYK0.040.2700.00
HSL290.29º97.14%86.27%-
HSV(B)290.29º26.77%99.61%-
XYZ72.4161.33101.79-
YUV210.8152.38150.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.58%
GREEN value IS 186 (73.05% from 255) = 27.23%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=35.58%
G=27.23%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431862540.040.2700.00290.2997.1486.27
HexF3BAFE41B001226156
Octal36327237643300442141126
Binary111100111011101011111110100110110010010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAFE; }

 p { color: rgb(243,186,254); }

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

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

 a { background-color: rgb(243,186,254); }

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

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

 span { border-color: rgb(243,186,254); }

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