Color Hex Logo

#fcccc4 Color Hex

#FCCCC4
(252,204,196)
0 Favorites   0 Comments

Color spaces of #fcccc4

RGB 252204196
HSL0.020.900.88
HSV22°99°
CMYK 0.000.190.22   0.01
XYZ71.701667.866761.5451
Yxy67.86670.35650.3375
Hunter Lab82.381211.192613.3727
CIE-Lab85.939815.767410.3941

#fcccc4 color RGB value is (252,204,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11000100
Octal 374 314 304
Decimal 252 204 196
Hex FC CC C4

RGB Percentages of Color #fcccc4

%38.65
%31.29
%30.06

CMYK Percentages of Color #fcccc4

%0
%19
%22
%1

Triadic Colors of #fcccc4

#fcccc4 #c4fccc #ccc4fc

Analogous Colors of #fcccc4

#fcccc4 #fce8c4 #fcc4d8

Monochromatic Colors of #fcccc4

#fcccc4

Complementary Color

#fcccc4 #c4f4fc

#fcccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccc4 Color CSS Codes

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

#fcccc4 Text Font Color

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

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


#fcccc4 Background Color

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

This div background color is #fcccc4


#fcccc4 Border Color

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

This div border color is #fcccc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccc4


Comments

No comments written yet.

Please login to write comment.