Color Hex Logo

#fcbbec Color Hex

#FCBBEC
(252,187,236)
0 Favorites   0 Comments

Color spaces of #fcbbec

RGB 252187236
HSL0.870.920.86
HSV315°26°99°
CMYK 0.000.260.06   0.01
XYZ73.055562.292287.5300
Yxy62.29220.32780.2795
Hunter Lab78.925427.1050-10.5061
CIE-Lab83.068630.9902-15.1562

#fcbbec color RGB value is (252,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11101100
Octal 374 273 354
Decimal 252 187 236
Hex FC BB EC

RGB Percentages of Color #fcbbec

%37.33
%27.70
%34.96

CMYK Percentages of Color #fcbbec

%0
%26
%6
%1

Triadic Colors of #fcbbec

#fcbbec #ecfcbb #bbecfc

Analogous Colors of #fcbbec

#fcbbec #fcbbcc #ecbbfc

Monochromatic Colors of #fcbbec

#fcbbec

Complementary Color

#fcbbec #bbfccb

#fcbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbec Color CSS Codes

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

#fcbbec Text Font Color

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

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


#fcbbec Background Color

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

This div background color is #fcbbec


#fcbbec Border Color

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

This div border color is #fcbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbec

Related Colors


Comments

No comments written yet.

Please login to write comment.