Color Hex Logo

#fcbecf Color Hex

#FCBECF
(252,190,207)
0 Favorites   0 Comments

Color spaces of #fcbecf

RGB 252190207
HSL0.950.910.87
HSV344°25°99°
CMYK 0.000.250.18   0.01
XYZ69.820862.027467.3240
Yxy62.02740.35060.3114
Hunter Lab78.757520.41994.4476
CIE-Lab82.928024.73400.1797

#fcbecf color RGB value is (252,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11001111
Octal 374 276 317
Decimal 252 190 207
Hex FC BE CF

RGB Percentages of Color #fcbecf

%38.83
%29.28
%31.90

CMYK Percentages of Color #fcbecf

%0
%25
%18
%1

Triadic Colors of #fcbecf

#fcbecf #cffcbe #becffc

Analogous Colors of #fcbecf

#fcbecf #fcccbe #fcbeee

Monochromatic Colors of #fcbecf

#fcbecf

Complementary Color

#fcbecf #befceb

#fcbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbecf Color CSS Codes

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

#fcbecf Text Font Color

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

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


#fcbecf Background Color

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

This div background color is #fcbecf


#fcbecf Border Color

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

This div border color is #fcbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbecf


Comments

No comments written yet.

Please login to write comment.