Color Hex Logo

#fcbecc Color Hex

#FCBECC
(252,190,204)
0 Favorites   0 Comments

Color spaces of #fcbecc

RGB 252190204
HSL0.960.910.87
HSV346°25°99°
CMYK 0.000.250.19   0.01
XYZ69.457461.882065.4104
Yxy61.88200.35300.3145
Hunter Lab78.665119.94275.7657
CIE-Lab82.850624.28341.6762

#fcbecc color RGB value is (252,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11001100
Octal 374 276 314
Decimal 252 190 204
Hex FC BE CC

RGB Percentages of Color #fcbecc

%39.01
%29.41
%31.58

CMYK Percentages of Color #fcbecc

%0
%25
%19
%1

Triadic Colors of #fcbecc

#fcbecc #ccfcbe #beccfc

Analogous Colors of #fcbecc

#fcbecc #fccfbe #fcbeeb

Monochromatic Colors of #fcbecc

#fcbecc

Complementary Color

#fcbecc #befcee

#fcbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbecc Color CSS Codes

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

#fcbecc Text Font Color

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

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


#fcbecc Background Color

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

This div background color is #fcbecc


#fcbecc Border Color

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

This div border color is #fcbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbecc


Comments

No comments written yet.

Please login to write comment.