Color Hex Logo

#fcddcd Color Hex

#FCDDCD
(252,221,205)
0 Favorites   0 Comments

Color spaces of #fcddcd

RGB 252221205
HSL0.060.890.90
HSV20°19°99°
CMYK 0.000.120.19   0.01
XYZ77.020876.816168.5252
Yxy76.81610.34640.3455
Hunter Lab87.64483.484514.9954
CIE-Lab90.23698.233211.7739

#fcddcd color RGB value is (252,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11001101
Octal 374 335 315
Decimal 252 221 205
Hex FC DD CD

RGB Percentages of Color #fcddcd

%37.17
%32.60
%30.24

CMYK Percentages of Color #fcddcd

%0
%12
%19
%1

Triadic Colors of #fcddcd

#fcddcd #cdfcdd #ddcdfc

Analogous Colors of #fcddcd

#fcddcd #fcf5cd #fccdd5

Monochromatic Colors of #fcddcd

#fcddcd

Complementary Color

#fcddcd #cdecfc

#fcddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddcd Color CSS Codes

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

#fcddcd Text Font Color

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

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


#fcddcd Background Color

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

This div background color is #fcddcd


#fcddcd Border Color

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

This div border color is #fcddcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,221,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 #fcddcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddcd


Comments

No comments written yet.

Please login to write comment.