#FCBDFF

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

Shades of Mauve #FCBDFF

Tints of Mauve #FCBDFF

Color information

#FCBDFF (or 0xFCBDFF) is unknown color: approx Mauve. HEX triplet: FC, BD and FF. RGB value is (252,189,255). Sum of RGB (Red+Green+Blue) = 252+189+255=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 189 (74.22% from 255 or 27.16% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDFF is #034200. Grayscale: #D7D7D7. Windows color (decimal): -213505 or 16760316. OLE color: 16760316.

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

Color convert

RGB252189255-
CMYK0.010.2600
HSL297.27º100%87.06%-
HSV(B)297.27º25.88%100%-
XYZ76.3964.31102.99-
YUV215.36150.37154.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 189 (74.22% from 255) = 27.16%
BLUE value IS 255 (100% from 255) = 36.64%
R=36.21%
G=27.16%
B=36.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521892550.010.2600297.2710087.06
HexFCBDFF11A001296457
Octal37427537713200451144127
Binary1111110010111101111111111110100010010100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDFF; }

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

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

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

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

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

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

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

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