Color Hex Logo

#fdd4cc Color Hex

#FDD4CC
(253,212,204)
0 Favorites   0 Comments

Color spaces of #fdd4cc

RGB 253212204
HSL0.030.920.90
HSV10°19°99°
CMYK 0.000.160.19   0.01
XYZ74.950672.329267.1374
Yxy72.32920.34960.3373
Hunter Lab85.04668.478612.7279
CIE-Lab88.126813.11409.3008

#fdd4cc color RGB value is (253,212,204).

#fdd4cc hex color red value is 253, green value is 212 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fdd4cc hue: 0.03 , saturation: 0.92 and the lightness value of fdd4cc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 11001100
Octal 375 324 314
Decimal 253 212 204
Hex FD D4 CC

RGB Percentages of Color #fdd4cc

%37.82
%31.69
%30.49

CMYK Percentages of Color #fdd4cc

%0
%16
%19
%1

Triadic Colors of #fdd4cc

#fdd4cc #ccfdd4 #d4ccfd

Analogous Colors of #fdd4cc

#fdd4cc #fdedcc #fdccdd

Monochromatic Colors of #fdd4cc

#fdd4cc

Complementary Color

#fdd4cc #ccf5fd

#fdd4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd4cc Color CSS Codes

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

#fdd4cc Text Font Color

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

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


#fdd4cc Background Color

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

This div background color is #fdd4cc


#fdd4cc Border Color

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

This div border color is #fdd4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd4cc

Related Colors


Comments

No comments written yet.

Please login to write comment.