#FCBAFE

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

Shades of Mauve #FCBAFE

Tints of Mauve #FCBAFE

Color information

#FCBAFE (or 0xFCBAFE) is unknown color: approx Mauve. HEX triplet: FC, BA and FE. RGB value is (252,186,254). Sum of RGB (Red+Green+Blue) = 252+186+254=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 186 (73.05% from 255 or 26.88% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFE is #034501. Grayscale: #D5D5D5. Windows color (decimal): -214274 or 16694012. OLE color: 16694012.

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

Color convert

RGB252186254-
CMYK0.010.2700.00
HSL298.24º97.14%86.27%-
HSV(B)298.24º26.77%99.61%-
XYZ75.5962.97101.94-
YUV213.49150.87155.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 186 (73.05% from 255) = 26.88%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=36.42%
G=26.88%
B=36.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521862540.010.2700.00298.2497.1486.27
HexFCBAFE11B0012a6156
Octal37427237613300452141126
Binary1111110010111010111111101110110010010101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAFE; }

 p { color: rgb(252,186,254); }

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

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

 a { background-color: rgb(252,186,254); }

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

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

 span { border-color: rgb(252,186,254); }

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