Color Hex Logo

#fccdcd Color Hex

#FCCDCD
(252,205,205)
0 Favorites   0 Comments

Color spaces of #fccdcd

RGB 252205205
HSL0.000.890.90
HSV19°99°
CMYK 0.000.190.19   0.01
XYZ72.995768.765967.1835
Yxy68.76590.34940.3291
Hunter Lab82.925212.007210.0127
CIE-Lab86.388016.55736.2639

#fccdcd color RGB value is (252,205,205).

#fccdcd hex color red value is 252, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fccdcd hue: 0.00 , saturation: 0.89 and the lightness value of fccdcd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11001101
Octal 374 315 315
Decimal 252 205 205
Hex FC CD CD

RGB Percentages of Color #fccdcd

%38.07
%30.97
%30.97

CMYK Percentages of Color #fccdcd

%0
%19
%19
%1

Triadic Colors of #fccdcd

#fccdcd #cdfccd #cdcdfc

Analogous Colors of #fccdcd

#fccdcd #fce5cd #fccde5

Monochromatic Colors of #fccdcd

#fccdcd

Complementary Color

#fccdcd #cdfcfc

#fccdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdcd Color CSS Codes

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

#fccdcd Text Font Color

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

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


#fccdcd Background Color

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

This div background color is #fccdcd


#fccdcd Border Color

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

This div border color is #fccdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdcd

Related Colors

#fccdcd Color Palettes


Comments

No comments written yet.

Please login to write comment.