Color Hex Logo

#fcccc1 Color Hex

#FCCCC1
(252,204,193)
0 Favorites   0 Comments

Color spaces of #fcccc1

RGB 252204193
HSL0.030.910.87
HSV11°23°99°
CMYK 0.000.190.23   0.01
XYZ71.363467.731459.7643
Yxy67.73140.35890.3406
Hunter Lab82.299110.758014.5539
CIE-Lab85.872015.342811.8878

#fcccc1 color RGB value is (252,204,193).

#fcccc1 hex color red value is 252, green value is 204 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fcccc1 hue: 0.03 , saturation: 0.91 and the lightness value of fcccc1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11000001
Octal 374 314 301
Decimal 252 204 193
Hex FC CC C1

RGB Percentages of Color #fcccc1

%38.83
%31.43
%29.74

CMYK Percentages of Color #fcccc1

%0
%19
%23
%1

Triadic Colors of #fcccc1

#fcccc1 #c1fccc #ccc1fc

Analogous Colors of #fcccc1

#fcccc1 #fceac1 #fcc1d4

Monochromatic Colors of #fcccc1

#fcccc1

Complementary Color

#fcccc1 #c1f1fc

#fcccc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccc1 Color CSS Codes

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

#fcccc1 Text Font Color

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

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


#fcccc1 Background Color

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

This div background color is #fcccc1


#fcccc1 Border Color

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

This div border color is #fcccc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccc1


Comments

No comments written yet.

Please login to write comment.