Color Hex Logo

#fcb6ce Color Hex

#FCB6CE
(252,182,206)
0 Favorites   0 Comments

Color spaces of #fcb6ce

RGB 252182206
HSL0.940.920.85
HSV339°28°99°
CMYK 0.000.280.18   0.01
XYZ68.013458.607666.1202
Yxy58.60760.35290.3041
Hunter Lab76.555624.61042.3808
CIE-Lab81.075428.7923-1.9927

#fcb6ce color RGB value is (252,182,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 11001110
Octal 374 266 316
Decimal 252 182 206
Hex FC B6 CE

RGB Percentages of Color #fcb6ce

%39.38
%28.44
%32.19

CMYK Percentages of Color #fcb6ce

%0
%28
%18
%1

Triadic Colors of #fcb6ce

#fcb6ce #cefcb6 #b6cefc

Analogous Colors of #fcb6ce

#fcb6ce #fcc1b6 #fcb6f1

Monochromatic Colors of #fcb6ce

#fcb6ce

Complementary Color

#fcb6ce #b6fce4

#fcb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb6ce Color CSS Codes

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

#fcb6ce Text Font Color

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

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


#fcb6ce Background Color

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

This div background color is #fcb6ce


#fcb6ce Border Color

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

This div border color is #fcb6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb6ce


Comments

No comments written yet.

Please login to write comment.