Color Hex Logo

#fdcec1 Color Hex

#FDCEC1
(253,206,193)
0 Favorites   0 Comments

Color spaces of #fdcec1

RGB 253206193
HSL0.040.940.87
HSV13°24°99°
CMYK 0.000.190.24   0.01
XYZ72.205068.875559.9408
Yxy68.87550.35920.3426
Hunter Lab82.991310.065915.2714
CIE-Lab86.442414.663712.7102

#fdcec1 color RGB value is (253,206,193).

#fdcec1 hex color red value is 253, green value is 206 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fdcec1 hue: 0.04 , saturation: 0.94 and the lightness value of fdcec1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11000001
Octal 375 316 301
Decimal 253 206 193
Hex FD CE C1

RGB Percentages of Color #fdcec1

%38.80
%31.60
%29.60

CMYK Percentages of Color #fdcec1

%0
%19
%24
%1

Triadic Colors of #fdcec1

#fdcec1 #c1fdce #cec1fd

Analogous Colors of #fdcec1

#fdcec1 #fdecc1 #fdc1d2

Monochromatic Colors of #fdcec1

#fdcec1

Complementary Color

#fdcec1 #c1f0fd

#fdcec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcec1 Color CSS Codes

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

#fdcec1 Text Font Color

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

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


#fdcec1 Background Color

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

This div background color is #fdcec1


#fdcec1 Border Color

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

This div border color is #fdcec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcec1

Related Colors


Comments

No comments written yet.

Please login to write comment.