Color Hex Logo

#fcc7cf Color Hex

#FCC7CF
(252,199,207)
0 Favorites   0 Comments

Color spaces of #fcc7cf

RGB 252199207
HSL0.970.900.88
HSV351°21°99°
CMYK 0.000.210.18   0.01
XYZ71.830866.047367.9940
Yxy66.04730.34890.3208
Hunter Lab81.269515.54737.2838
CIE-Lab85.020520.00273.2242

#fcc7cf color RGB value is (252,199,207).

#fcc7cf hex color red value is 252, green value is 199 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fcc7cf hue: 0.97 , saturation: 0.90 and the lightness value of fcc7cf is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 11001111
Octal 374 307 317
Decimal 252 199 207
Hex FC C7 CF

RGB Percentages of Color #fcc7cf

%38.30
%30.24
%31.46

CMYK Percentages of Color #fcc7cf

%0
%21
%18
%1

Triadic Colors of #fcc7cf

#fcc7cf #cffcc7 #c7cffc

Analogous Colors of #fcc7cf

#fcc7cf #fcdac7 #fcc7ea

Monochromatic Colors of #fcc7cf

#fcc7cf

Complementary Color

#fcc7cf #c7fcf4

#fcc7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc7cf Color CSS Codes

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

#fcc7cf Text Font Color

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

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


#fcc7cf Background Color

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

This div background color is #fcc7cf


#fcc7cf Border Color

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

This div border color is #fcc7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc7cf


Comments

No comments written yet.

Please login to write comment.