Color Hex Logo

#fcbdcb Color Hex

#FCBDCB
(252,189,203)
0 Favorites   0 Comments

Color spaces of #fcbdcb

RGB 252189203
HSL0.960.910.86
HSV347°25°99°
CMYK 0.000.250.19   0.01
XYZ69.122061.402464.7086
Yxy61.40240.35400.3145
Hunter Lab78.359720.32755.8907
CIE-Lab82.594624.66091.8405

#fcbdcb color RGB value is (252,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11001011
Octal 374 275 313
Decimal 252 189 203
Hex FC BD CB

RGB Percentages of Color #fcbdcb

%39.13
%29.35
%31.52

CMYK Percentages of Color #fcbdcb

%0
%25
%19
%1

Triadic Colors of #fcbdcb

#fcbdcb #cbfcbd #bdcbfc

Analogous Colors of #fcbdcb

#fcbdcb #fccfbd #fcbdeb

Monochromatic Colors of #fcbdcb

#fcbdcb

Complementary Color

#fcbdcb #bdfcee

#fcbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdcb Color CSS Codes

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

#fcbdcb Text Font Color

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

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


#fcbdcb Background Color

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

This div background color is #fcbdcb


#fcbdcb Border Color

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

This div border color is #fcbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdcb


Comments

No comments written yet.

Please login to write comment.