#FCB8FE

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

Shades of Mauve #FCB8FE

Tints of Mauve #FCB8FE

Color information

#FCB8FE (or 0xFCB8FE) is unknown color: approx Mauve. HEX triplet: FC, B8 and FE. RGB value is (252,184,254). Sum of RGB (Red+Green+Blue) = 252+184+254=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8FE is #034701. Grayscale: #D4D4D4. Windows color (decimal): -214786 or 16693500. OLE color: 16693500.

HSL color Cylindrical-coordinate representation of color #FCB8FE: hue angle of 298.29º 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 #FCB8FE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252184254-
CMYK0.010.2800.00
HSL298.29º97.22%85.88%-
HSV(B)298.29º27.56%99.61%-
XYZ75.1762.13101.8-
YUV212.31151.53156.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 184 (72.27% from 255) = 26.67%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=36.52%
G=26.67%
B=36.81%

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
Decimal2521842540.010.2800.00298.2997.2285.88
HexFCB8FE11C0012a6156
Octal37427037613400452141126
Binary1111110010111000111111101111000010010101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8FE; }

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

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

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

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

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

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

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

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