Color Hex Logo

#fdc9ce Color Hex

#FDC9CE
(253,201,206)
0 Favorites   0 Comments

Color spaces of #fdc9ce

RGB 253201206
HSL0.980.930.89
HSV354°21°99°
CMYK 0.000.210.19   0.01
XYZ72.535267.112267.5234
Yxy67.11220.35010.3239
Hunter Lab81.922014.68358.4762
CIE-Lab85.560619.15894.5506

#fdc9ce color RGB value is (253,201,206).

#fdc9ce hex color red value is 253, green value is 201 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fdc9ce hue: 0.98 , saturation: 0.93 and the lightness value of fdc9ce is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 11001110
Octal 375 311 316
Decimal 253 201 206
Hex FD C9 CE

RGB Percentages of Color #fdc9ce

%38.33
%30.45
%31.21

CMYK Percentages of Color #fdc9ce

%0
%21
%19
%1

Triadic Colors of #fdc9ce

#fdc9ce #cefdc9 #c9cefd

Analogous Colors of #fdc9ce

#fdc9ce #fddec9 #fdc9e8

Monochromatic Colors of #fdc9ce

#fdc9ce

Complementary Color

#fdc9ce #c9fdf8

#fdc9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc9ce Color CSS Codes

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

#fdc9ce Text Font Color

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

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


#fdc9ce Background Color

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

This div background color is #fdc9ce


#fdc9ce Border Color

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

This div border color is #fdc9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc9ce


Comments

No comments written yet.

Please login to write comment.