Color Hex Logo

#fcccc9 Color Hex

#FCCCC9
(252,204,201)
0 Favorites   0 Comments

Color spaces of #fcccc9

RGB 252204201
HSL0.010.890.89
HSV20°99°
CMYK 0.000.190.20   0.01
XYZ72.280468.098264.5930
Yxy68.09820.35260.3322
Hunter Lab82.521611.934611.3565
CIE-Lab86.055516.48987.9078

#fcccc9 color RGB value is (252,204,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11001001
Octal 374 314 311
Decimal 252 204 201
Hex FC CC C9

RGB Percentages of Color #fcccc9

%38.36
%31.05
%30.59

CMYK Percentages of Color #fcccc9

%0
%19
%20
%1

Triadic Colors of #fcccc9

#fcccc9 #c9fccc #ccc9fc

Analogous Colors of #fcccc9

#fcccc9 #fce6c9 #fcc9e0

Monochromatic Colors of #fcccc9

#fcccc9

Complementary Color

#fcccc9 #c9f9fc

#fcccc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccc9 Color CSS Codes

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

#fcccc9 Text Font Color

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

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


#fcccc9 Background Color

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

This div background color is #fcccc9


#fcccc9 Border Color

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

This div border color is #fcccc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccc9


Comments

No comments written yet.

Please login to write comment.