Color Hex Logo

#fdd6ce Color Hex

#FDD6CE
(253,214,206)
0 Favorites   0 Comments

Color spaces of #fdd6ce

RGB 253214206
HSL0.030.920.90
HSV10°19°99°
CMYK 0.000.150.19   0.01
XYZ75.695273.432068.5767
Yxy73.43200.34770.3373
Hunter Lab85.69257.713612.5370
CIE-Lab88.653312.36919.0007

#fdd6ce color RGB value is (253,214,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 11001110
Octal 375 326 316
Decimal 253 214 206
Hex FD D6 CE

RGB Percentages of Color #fdd6ce

%37.59
%31.80
%30.61

CMYK Percentages of Color #fdd6ce

%0
%15
%19
%1

Triadic Colors of #fdd6ce

#fdd6ce #cefdd6 #d6cefd

Analogous Colors of #fdd6ce

#fdd6ce #fdeece #fdcede

Monochromatic Colors of #fdd6ce

#fdd6ce

Complementary Color

#fdd6ce #cef5fd

#fdd6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd6ce Color CSS Codes

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

#fdd6ce Text Font Color

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

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


#fdd6ce Background Color

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

This div background color is #fdd6ce


#fdd6ce Border Color

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

This div border color is #fdd6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd6ce


Comments

No comments written yet.

Please login to write comment.