Color Hex Logo

#fcbfec Color Hex

#FCBFEC
(252,191,236)
0 Favorites   0 Comments

Color spaces of #fcbfec

RGB 252191236
HSL0.880.910.87
HSV316°24°99°
CMYK 0.000.240.06   0.01
XYZ73.916064.013287.8169
Yxy64.01320.32740.2836
Hunter Lab80.008224.8936-9.0708
CIE-Lab83.972628.8846-13.8004

#fcbfec color RGB value is (252,191,236).

#fcbfec hex color red value is 252, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fcbfec hue: 0.88 , saturation: 0.91 and the lightness value of fcbfec is 0.87.

The process color (four color CMYK) of #fcbfec color hex is 0.00, 0.24, 0.06, 0.01. Web safe color of #fcbfec is #ffccff. Color #fcbfec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11101100
Octal 374 277 354
Decimal 252 191 236
Hex FC BF EC

RGB Percentages of Color #fcbfec

%37.11
%28.13
%34.76

CMYK Percentages of Color #fcbfec

%0
%24
%6
%1

Triadic Colors of #fcbfec

#fcbfec #ecfcbf #bfecfc

Analogous Colors of #fcbfec

#fcbfec #fcbfce #eebffc

Monochromatic Colors of #fcbfec

#fcbfec

Complementary Color

#fcbfec #bffccf

#fcbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfec Color CSS Codes

.mybgcolor {background-color:#fcbfec; } 
.myforecolor {color:#fcbfec; }
.mybordercolor {border:3px solid #fcbfec; }

#fcbfec Text Font Color

<p style="color:#fcbfec">Text here</p>

This sample text font color is #fcbfec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcbfec Background Color

<div style="background-color:#fcbfec">
Div content here</div>

This div background color is #fcbfec


#fcbfec Border Color

<div style="border:3px solid #fcbfec">
Div here</div>

This div border color is #fcbfec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,191,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbfec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbfec;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbfec;
  box-shadow:         1px 1px 3px 2px #fcbfec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,191,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcbfec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbfec;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbfec;
  box-shadow:         1px 1px 3px 2px #fcbfec;">
Div content here</div>

This div box has shadow with color #fcbfec


Comments

No comments written yet.

Please login to write comment.