Color Hex Logo

#fcbcce Color Hex

#FCBCCE
(252,188,206)
0 Favorites   0 Comments

Color spaces of #fcbcce

RGB 252188206
HSL0.950.910.86
HSV343°25°99°
CMYK 0.000.250.18   0.01
XYZ69.268761.118166.5386
Yxy61.11810.35180.3104
Hunter Lab78.178121.34614.2620
CIE-Lab82.442225.63570.0073

#fcbcce color RGB value is (252,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11001110
Octal 374 274 316
Decimal 252 188 206
Hex FC BC CE

RGB Percentages of Color #fcbcce

%39.01
%29.10
%31.89

CMYK Percentages of Color #fcbcce

%0
%25
%18
%1

Triadic Colors of #fcbcce

#fcbcce #cefcbc #bccefc

Analogous Colors of #fcbcce

#fcbcce #fccabc #fcbcee

Monochromatic Colors of #fcbcce

#fcbcce

Complementary Color

#fcbcce #bcfcea

#fcbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcce Color CSS Codes

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

#fcbcce Text Font Color

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

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


#fcbcce Background Color

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

This div background color is #fcbcce


#fcbcce Border Color

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

This div border color is #fcbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcce

#fcbcce Color Palettes


Comments

No comments written yet.

Please login to write comment.