Color Hex Logo

#fcb2ce Color Hex

#FCB2CE
(252,178,206)
0 Favorites   0 Comments

Color spaces of #fcb2ce

RGB 252178206
HSL0.940.930.84
HSV337°29°99°
CMYK 0.000.290.18   0.01
XYZ67.205956.992565.8510
Yxy56.99250.35360.2999
Hunter Lab75.493426.79131.1282
CIE-Lab80.175430.8949-3.3143

#fcb2ce color RGB value is (252,178,206).

#fcb2ce hex color red value is 252, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fcb2ce hue: 0.94 , saturation: 0.93 and the lightness value of fcb2ce is 0.84.

The process color (four color CMYK) of #fcb2ce color hex is 0.00, 0.29, 0.18, 0.01. Web safe color of #fcb2ce is #ff99cc. Color #fcb2ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 11001110
Octal 374 262 316
Decimal 252 178 206
Hex FC B2 CE

RGB Percentages of Color #fcb2ce

%39.62
%27.99
%32.39

CMYK Percentages of Color #fcb2ce

%0
%29
%18
%1

Triadic Colors of #fcb2ce

#fcb2ce #cefcb2 #b2cefc

Analogous Colors of #fcb2ce

#fcb2ce #fcbbb2 #fcb2f3

Monochromatic Colors of #fcb2ce

#fcb2ce

Complementary Color

#fcb2ce #b2fce0

#fcb2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb2ce Color CSS Codes

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

#fcb2ce Text Font Color

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

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


#fcb2ce Background Color

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

This div background color is #fcb2ce


#fcb2ce Border Color

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

This div border color is #fcb2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb2ce

Related Colors


Comments

No comments written yet.

Please login to write comment.