#FCB3FF

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

Shades of Mauve #FCB3FF

Tints of Mauve #FCB3FF

Color information

#FCB3FF (or 0xFCB3FF) is unknown color: approx Mauve. HEX triplet: FC, B3 and FF. RGB value is (252,179,255). Sum of RGB (Red+Green+Blue) = 252+179+255=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 179 (70.31% from 255 or 26.09% 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 #FCB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3FF is #034C00. Grayscale: #D1D1D1. Windows color (decimal): -216065 or 16757756. OLE color: 16757756.

HSL color Cylindrical-coordinate representation of color #FCB3FF: hue angle of 297.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB3FF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252179255-
CMYK0.010.3000
HSL297.63º100%85.1%-
HSV(B)297.63º29.8%100%-
XYZ74.3160.16102.3-
YUV209.49153.68158.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 179 (70.31% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 37.17%
R=36.73%
G=26.09%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521792550.010.3000297.6310085.1
HexFCB3FF11E0012a6455
Octal37426337713600452144125
Binary1111110010110011111111111111100010010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3FF; }

 p { color: rgb(252,179,255); }

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

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

 a { background-color: rgb(252,179,255); }

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

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

 span { border-color: rgb(252,179,255); }

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