Color Hex Logo

#fcbecb Color Hex

#FCBECB
(252,190,203)
0 Favorites   0 Comments

Color spaces of #fcbecb

RGB 252190203
HSL0.970.910.87
HSV347°25°99°
CMYK 0.000.250.19   0.01
XYZ69.337861.834264.7806
Yxy61.83420.35380.3156
Hunter Lab78.634719.78536.2002
CIE-Lab82.825224.13452.1757

#fcbecb color RGB value is (252,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11001011
Octal 374 276 313
Decimal 252 190 203
Hex FC BE CB

RGB Percentages of Color #fcbecb

%39.07
%29.46
%31.47

CMYK Percentages of Color #fcbecb

%0
%25
%19
%1

Triadic Colors of #fcbecb

#fcbecb #cbfcbe #becbfc

Analogous Colors of #fcbecb

#fcbecb #fcd0be #fcbeea

Monochromatic Colors of #fcbecb

#fcbecb

Complementary Color

#fcbecb #befcef

#fcbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbecb Color CSS Codes

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

#fcbecb Text Font Color

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

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


#fcbecb Background Color

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

This div background color is #fcbecb


#fcbecb Border Color

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

This div border color is #fcbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbecb


Comments

No comments written yet.

Please login to write comment.