#ffd6cc

#ffd6cc color hex

#ffd6cc hex color information.
RGB value of #ffd6cc is (255,214,204)
Change page background color to #ffd6cc | Reset

#ffd6cc rgb color chart

Color spaces of #ffd6cc

RGB 255214204
HSL0.031.000.90
HSV12°20°100°
CMYK 0.000.160.20   0.00
XYZ76.185773.712867.3393
Yxy73.71280.35070.3393
Hunter Lab85.85628.146313.5966
CIE-Lab88.786612.793810.2678

Shades of #ffd6cc

Tints of #ffd6cc

RGB Percentages of Color #ffd6cc

%37.89
%31.80
%30.31

CMYK Percentages of Color #ffd6cc

%0
%16
%20
%0

#ffd6cc Color Info

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

The process color (four color CMYK) of #ffd6cc hex color is 0.00, 0.16, 0.20, 0.00. Web safe color of #ffd6cc is #ffcccc

Color #ffd6cc contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 11001100
Octal 377 326 314
Decimal 255 214 204
Hexadecimal FF D6 CC

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #ffd6cc

Triadic Colors of #ffd6cc

#ffd6cc #ccfed6 #d5ccfe

Analogous Colors of #ffd6cc

#ffd6cc #feefcc #feccdb

Complementary Color of #ffd6cc

#ffd6cc #ccf4fe

#ffd6cc HSL Color Chart
#ffd6cc hsl color chart
#ffd6cc RGB Color Chart

#ffd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd6cc Color CSS Codes

.mybgcolor {background-color:#ffd6cc; } 
.myforecolor {color:#ffd6cc; }
.mybordercolor {border:3px solid #ffd6cc; }
Sample text font color #ffd6cc

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

html code
<p style="color:#ffd6cc">Text here</p>
#ffd6cc background color

This div background color is #ffd6cc

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

This div border color is #ffd6cc

<div style="border:3px solid #ffd6cc">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #ffd6cc Color Sample
#ffd6ccborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(255,214,204, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #ffd6cc; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #ffd6cc;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd6cc;
  box-shadow:         1px 1px 3px 2px #ffd6cc; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,214,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 #ffd6cc">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #ffd6cc

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top