#FCB5FF

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

Shades of Mauve #FCB5FF

Tints of Mauve #FCB5FF

Color information

#FCB5FF (or 0xFCB5FF) is unknown color: approx Mauve. HEX triplet: FC, B5 and FF. RGB value is (252,181,255). Sum of RGB (Red+Green+Blue) = 252+181+255=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 181 (71.09% from 255 or 26.31% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FF is #034A00. Grayscale: #D2D2D2. Windows color (decimal): -215553 or 16758268. OLE color: 16758268.

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

Color convert

RGB252181255-
CMYK0.010.2900
HSL297.57º100%85.49%-
HSV(B)297.57º29.02%100%-
XYZ74.7260.96102.44-
YUV210.66153.02157.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 181 (71.09% from 255) = 26.31%
BLUE value IS 255 (100% from 255) = 37.06%
R=36.63%
G=26.31%
B=37.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521812550.010.2900297.5710085.49
HexFCB5FF11D0012a6455
Octal37426537713500452144125
Binary1111110010110101111111111111010010010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5FF; }

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

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

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

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

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

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

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

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