#FCB9FF

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

Shades of Mauve #FCB9FF

Tints of Mauve #FCB9FF

Color information

#FCB9FF (or 0xFCB9FF) is unknown color: approx Mauve. HEX triplet: FC, B9 and FF. RGB value is (252,185,255). Sum of RGB (Red+Green+Blue) = 252+185+255=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 185 (72.66% from 255 or 26.73% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FF is #034600. Grayscale: #D4D4D4. Windows color (decimal): -214529 or 16759292. OLE color: 16759292.

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

Color convert

RGB252185255-
CMYK0.010.2700
HSL297.43º100%86.27%-
HSV(B)297.43º27.45%100%-
XYZ75.5462.61102.71-
YUV213.01151.7155.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 185 (72.66% from 255) = 26.73%
BLUE value IS 255 (100% from 255) = 36.85%
R=36.42%
G=26.73%
B=36.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521852550.010.2700297.4310086.27
HexFCB9FF11B001296456
Octal37427137713300451144126
Binary1111110010111001111111111110110010010100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9FF; }

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

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

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

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

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

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

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

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