Color Hex Logo

#fdcec5 Color Hex

#FDCEC5
(253,206,197)
0 Favorites   0 Comments

Color spaces of #fdcec5

RGB 253206197
HSL0.030.930.88
HSV10°22°99°
CMYK 0.000.190.22   0.01
XYZ72.657469.056562.3231
Yxy69.05650.35610.3385
Hunter Lab83.100210.643313.7042
CIE-Lab86.532015.228110.7214

#fdcec5 color RGB value is (253,206,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11000101
Octal 375 316 305
Decimal 253 206 197
Hex FD CE C5

RGB Percentages of Color #fdcec5

%38.57
%31.40
%30.03

CMYK Percentages of Color #fdcec5

%0
%19
%22
%1

Triadic Colors of #fdcec5

#fdcec5 #c5fdce #cec5fd

Analogous Colors of #fdcec5

#fdcec5 #fdeac5 #fdc5d8

Monochromatic Colors of #fdcec5

#fdcec5

Complementary Color

#fdcec5 #c5f4fd

#fdcec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcec5 Color CSS Codes

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

#fdcec5 Text Font Color

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

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


#fdcec5 Background Color

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

This div background color is #fdcec5


#fdcec5 Border Color

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

This div border color is #fdcec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcec5


Comments

No comments written yet.

Please login to write comment.