Color Hex Logo

#fcbcec Color Hex

#FCBCEC
(252,188,236)
0 Favorites   0 Comments

Color spaces of #fcbcec

RGB 252188236
HSL0.880.910.86
HSV315°25°99°
CMYK 0.000.250.06   0.01
XYZ73.268462.718087.6010
Yxy62.71800.32770.2805
Hunter Lab79.194726.5518-10.1472
CIE-Lab83.293830.4639-14.8181

#fcbcec color RGB value is (252,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11101100
Octal 374 274 354
Decimal 252 188 236
Hex FC BC EC

RGB Percentages of Color #fcbcec

%37.28
%27.81
%34.91

CMYK Percentages of Color #fcbcec

%0
%25
%6
%1

Triadic Colors of #fcbcec

#fcbcec #ecfcbc #bcecfc

Analogous Colors of #fcbcec

#fcbcec #fcbccc #ecbcfc

Monochromatic Colors of #fcbcec

#fcbcec

Complementary Color

#fcbcec #bcfccc

#fcbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcec Color CSS Codes

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

#fcbcec Text Font Color

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

This sample text font color is #fcbcec
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.


#fcbcec Background Color

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

This div background color is #fcbcec


#fcbcec Border Color

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

This div border color is #fcbcec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,188,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 #fcbcec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcec


Comments

No comments written yet.

Please login to write comment.