#FCB7FE

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

Shades of Mauve #FCB7FE

Tints of Mauve #FCB7FE

Color information

#FCB7FE (or 0xFCB7FE) is unknown color: approx Mauve. HEX triplet: FC, B7 and FE. RGB value is (252,183,254). Sum of RGB (Red+Green+Blue) = 252+183+254=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 183 (71.88% from 255 or 26.56% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7FE is #034801. Grayscale: #D3D3D3. Windows color (decimal): -215042 or 16693244. OLE color: 16693244.

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

Color convert

RGB252183254-
CMYK0.010.2800.00
HSL298.31º97.26%85.69%-
HSV(B)298.31º27.95%99.61%-
XYZ74.9761.72101.73-
YUV211.72151.86156.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 183 (71.88% from 255) = 26.56%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=36.57%
G=26.56%
B=36.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521832540.010.2800.00298.3197.2685.69
HexFCB7FE11C0012a6156
Octal37426737613400452141126
Binary1111110010110111111111101111000010010101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7FE; }

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

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

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

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

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

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

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

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