Color Hex Logo

#fcc9c7 Color Hex

#FCC9C7
(252,201,199)
0 Favorites   0 Comments

Color spaces of #fcc9c7

RGB 252201199
HSL0.010.900.88
HSV21°99°
CMYK 0.000.200.21   0.01
XYZ71.340366.592363.1264
Yxy66.59230.35480.3312
Hunter Lab81.604113.241911.2580
CIE-Lab85.297617.76937.8827

#fcc9c7 color RGB value is (252,201,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 11000111
Octal 374 311 307
Decimal 252 201 199
Hex FC C9 C7

RGB Percentages of Color #fcc9c7

%38.65
%30.83
%30.52

CMYK Percentages of Color #fcc9c7

%0
%20
%21
%1

Triadic Colors of #fcc9c7

#fcc9c7 #c7fcc9 #c9c7fc

Analogous Colors of #fcc9c7

#fcc9c7 #fce4c7 #fcc7e0

Monochromatic Colors of #fcc9c7

#fcc9c7

Complementary Color

#fcc9c7 #c7fafc

#fcc9c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc9c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc9c7 Color CSS Codes

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

#fcc9c7 Text Font Color

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

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


#fcc9c7 Background Color

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

This div background color is #fcc9c7


#fcc9c7 Border Color

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

This div border color is #fcc9c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc9c7

Related Colors


Comments

No comments written yet.

Please login to write comment.