#F3BCFF

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

Shades of Mauve #F3BCFF

Tints of Mauve #F3BCFF

Color information

#F3BCFF (or 0xF3BCFF) is unknown color: approx Mauve. HEX triplet: F3, BC and FF. RGB value is (243,188,255). Sum of RGB (Red+Green+Blue) = 243+188+255=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 188 (73.83% from 255 or 27.41% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCFF is #0C4300. Grayscale: #D3D3D3. Windows color (decimal): -803585 or 16760051. OLE color: 16760051.

HSL color Cylindrical-coordinate representation of color #F3BCFF: hue angle of 289.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BCFF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243188255-
CMYK0.050.2600
HSL289.25º100%86.86%-
HSV(B)289.25º26.27%100%-
XYZ7362.24102.77-
YUV212.08152.22150.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.42%
GREEN value IS 188 (73.83% from 255) = 27.41%
BLUE value IS 255 (100% from 255) = 37.17%
R=35.42%
G=27.41%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431882550.050.2600289.2510086.86
HexF3BCFF51A001216457
Octal36327437753200441144127
Binary111100111011110011111111101110100010010000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCFF; }

 p { color: rgb(243,188,255); }

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

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

 a { background-color: rgb(243,188,255); }

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

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

 span { border-color: rgb(243,188,255); }

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