Color Hex Logo

#fcbcd9 Color Hex

#FCBCD9
(252,188,217)
0 Favorites   0 Comments

Color spaces of #fcbcd9

RGB 252188217
HSL0.920.910.86
HSV333°25°99°
CMYK 0.000.250.14   0.01
XYZ70.652561.671673.8257
Yxy61.67160.34270.2992
Hunter Lab78.531323.1620-0.7655
CIE-Lab82.738527.3352-5.4643

#fcbcd9 color RGB value is (252,188,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11011001
Octal 374 274 331
Decimal 252 188 217
Hex FC BC D9

RGB Percentages of Color #fcbcd9

%38.36
%28.61
%33.03

CMYK Percentages of Color #fcbcd9

%0
%25
%14
%1

Triadic Colors of #fcbcd9

#fcbcd9 #d9fcbc #bcd9fc

Analogous Colors of #fcbcd9

#fcbcd9 #fcbfbc #fcbcf9

Monochromatic Colors of #fcbcd9

#fcbcd9

Complementary Color

#fcbcd9 #bcfcdf

#fcbcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcd9 Color CSS Codes

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

#fcbcd9 Text Font Color

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

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


#fcbcd9 Background Color

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

This div background color is #fcbcd9


#fcbcd9 Border Color

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

This div border color is #fcbcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcd9


Comments

No comments written yet.

Please login to write comment.