Color Hex Logo

#fdd2ce Color Hex

#FDD2CE
(253,210,206)
0 Favorites   0 Comments

Color spaces of #fdd2ce

RGB 253210206
HSL0.010.920.90
HSV19°99°
CMYK 0.000.170.19   0.01
XYZ74.695271.432168.2434
Yxy71.43210.34840.3332
Hunter Lab84.51759.849711.2887
CIE-Lab87.694514.45207.6258

#fdd2ce color RGB value is (253,210,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 11001110
Octal 375 322 316
Decimal 253 210 206
Hex FD D2 CE

RGB Percentages of Color #fdd2ce

%37.82
%31.39
%30.79

CMYK Percentages of Color #fdd2ce

%0
%17
%19
%1

Triadic Colors of #fdd2ce

#fdd2ce #cefdd2 #d2cefd

Analogous Colors of #fdd2ce

#fdd2ce #fdeace #fdcee2

Monochromatic Colors of #fdd2ce

#fdd2ce

Complementary Color

#fdd2ce #cef9fd

#fdd2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd2ce Color CSS Codes

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

#fdd2ce Text Font Color

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

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


#fdd2ce Background Color

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

This div background color is #fdd2ce


#fdd2ce Border Color

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

This div border color is #fdd2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd2ce

Related Colors

#fdd2ce Color Palettes


Comments

No comments written yet.

Please login to write comment.