Color Hex Logo

#fcb0cf Color Hex

#FCB0CF
(252,176,207)
0 Favorites   0 Comments

Color spaces of #fcb0cf

RGB 252176207
HSL0.930.930.84
HSV336°30°99°
CMYK 0.000.300.18   0.01
XYZ66.932756.251166.3613
Yxy56.25110.35310.2968
Hunter Lab75.000728.04700.0402
CIE-Lab79.756532.0959-4.4723

#fcb0cf color RGB value is (252,176,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 11001111
Octal 374 260 317
Decimal 252 176 207
Hex FC B0 CF

RGB Percentages of Color #fcb0cf

%39.69
%27.72
%32.60

CMYK Percentages of Color #fcb0cf

%0
%30
%18
%1

Triadic Colors of #fcb0cf

#fcb0cf #cffcb0 #b0cffc

Analogous Colors of #fcb0cf

#fcb0cf #fcb7b0 #fcb0f5

Monochromatic Colors of #fcb0cf

#fcb0cf

Complementary Color

#fcb0cf #b0fcdd

#fcb0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb0cf Color CSS Codes

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

#fcb0cf Text Font Color

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

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


#fcb0cf Background Color

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

This div background color is #fcb0cf


#fcb0cf Border Color

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

This div border color is #fcb0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb0cf


Comments

No comments written yet.

Please login to write comment.