Color Hex Logo

#fcbce5 Color Hex

#FCBCE5
(252,188,229)
0 Favorites   0 Comments

Color spaces of #fcbce5

RGB 252188229
HSL0.890.910.86
HSV322°25°99°
CMYK 0.000.250.09   0.01
XYZ72.271062.319082.3484
Yxy62.31900.33310.2873
Hunter Lab78.942425.2659-6.5884
CIE-Lab83.082829.2836-11.3872

#fcbce5 color RGB value is (252,188,229).

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

The process color (four color CMYK) of #fcbce5 color hex is 0.00, 0.25, 0.09, 0.01. Web safe color of #fcbce5 is #ffcccc. Color #fcbce5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11100101
Octal 374 274 345
Decimal 252 188 229
Hex FC BC E5

RGB Percentages of Color #fcbce5

%37.67
%28.10
%34.23

CMYK Percentages of Color #fcbce5

%0
%25
%9
%1

Triadic Colors of #fcbce5

#fcbce5 #e5fcbc #bce5fc

Analogous Colors of #fcbce5

#fcbce5 #fcbcc5 #f3bcfc

Monochromatic Colors of #fcbce5

#fcbce5

Complementary Color

#fcbce5 #bcfcd3

#fcbce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbce5 Color CSS Codes

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

#fcbce5 Text Font Color

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

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


#fcbce5 Background Color

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

This div background color is #fcbce5


#fcbce5 Border Color

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

This div border color is #fcbce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbce5


Comments

No comments written yet.

Please login to write comment.