Color Hex Logo

#ffd1cc Color Hex

#FFD1CC
(255,209,204)
0 Favorites   0 Comments

Color spaces of #ffd1cc

RGB 255209204
HSL0.021.000.90
HSV20°100°
CMYK 0.000.180.20   0.00
XYZ74.939571.220666.9239
Yxy71.22060.35170.3342
Hunter Lab84.392310.819712.0571
CIE-Lab87.592115.39618.5595

#ffd1cc color RGB value is (255,209,204).

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

The process color (four color CMYK) of #ffd1cc color hex is 0.00, 0.18, 0.20, 0.00. Web safe color of #ffd1cc is #ffcccc. Color #ffd1cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 11001100
Octal 377 321 314
Decimal 255 209 204
Hex FF D1 CC

RGB Percentages of Color #ffd1cc

%38.17
%31.29
%30.54

CMYK Percentages of Color #ffd1cc

%0
%18
%20
%0

Triadic Colors of #ffd1cc

#ffd1cc #ccffd1 #d1ccff

Analogous Colors of #ffd1cc

#ffd1cc #ffebcc #ffcce1

Monochromatic Colors of #ffd1cc

#ffd1cc

Complementary Color

#ffd1cc #ccfaff

#ffd1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1cc Color CSS Codes

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

#ffd1cc Text Font Color

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

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


#ffd1cc Background Color

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

This div background color is #ffd1cc


#ffd1cc Border Color

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

This div border color is #ffd1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd1cc

#ffd1cc Color Palettes


Comments

No comments written yet.

Please login to write comment.