#F3B8FC

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

Shades of Mauve #F3B8FC

Tints of Mauve #F3B8FC

Color information

#F3B8FC (or 0xF3B8FC) is unknown color: approx Mauve. HEX triplet: F3, B8 and FC. RGB value is (243,184,252). Sum of RGB (Red+Green+Blue) = 243+184+252=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3B8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B8FC is #0C4703. Grayscale: #D1D1D1. Windows color (decimal): -804612 or 16562419. OLE color: 16562419.

HSL color Cylindrical-coordinate representation of color #F3B8FC: hue angle of 292.06º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B8FC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243184252-
CMYK0.040.2700.01
HSL292.06º91.89%85.49%-
HSV(B)292.06º26.98%98.82%-
XYZ71.6760.3699.97-
YUV209.39152.05151.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.79%
GREEN value IS 184 (72.27% from 255) = 27.10%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=35.79%
G=27.10%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431842520.040.2700.01292.0691.8985.49
HexF3B8FC41B011245c55
Octal36327037443301444134125
Binary111100111011100011111100100110110110010010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B8FC; }

 p { color: rgb(243,184,252); }

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

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

 a { background-color: rgb(243,184,252); }

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

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

 span { border-color: rgb(243,184,252); }

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