Color Hex Logo

#fcbccb Color Hex

#FCBCCB
(252,188,203)
0 Favorites   0 Comments

Color spaces of #fcbccb

RGB 252188203
HSL0.960.910.86
HSV346°25°99°
CMYK 0.000.250.19   0.01
XYZ68.907660.973764.6372
Yxy60.97370.35420.3135
Hunter Lab78.085720.86955.5813
CIE-Lab82.364625.18691.5058

#fcbccb color RGB value is (252,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11001011
Octal 374 274 313
Decimal 252 188 203
Hex FC BC CB

RGB Percentages of Color #fcbccb

%39.19
%29.24
%31.57

CMYK Percentages of Color #fcbccb

%0
%25
%19
%1

Triadic Colors of #fcbccb

#fcbccb #cbfcbc #bccbfc

Analogous Colors of #fcbccb

#fcbccb #fccdbc #fcbceb

Monochromatic Colors of #fcbccb

#fcbccb

Complementary Color

#fcbccb #bcfced

#fcbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbccb Color CSS Codes

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

#fcbccb Text Font Color

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

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


#fcbccb Background Color

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

This div background color is #fcbccb


#fcbccb Border Color

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

This div border color is #fcbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbccb


Comments

No comments written yet.

Please login to write comment.