Color Hex Logo

#fdced1 Color Hex

#FDCED1
(253,206,209)
0 Favorites   0 Comments

Color spaces of #fdced1

RGB 253206209
HSL0.990.920.90
HSV356°19°99°
CMYK 0.000.190.17   0.01
XYZ74.087969.628769.8564
Yxy69.62870.34690.3260
Hunter Lab83.443812.45958.7750
CIE-Lab86.814416.99164.7704

#fdced1 color RGB value is (253,206,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11010001
Octal 375 316 321
Decimal 253 206 209
Hex FD CE D1

RGB Percentages of Color #fdced1

%37.87
%30.84
%31.29

CMYK Percentages of Color #fdced1

%0
%19
%17
%1

Triadic Colors of #fdced1

#fdced1 #d1fdce #ced1fd

Analogous Colors of #fdced1

#fdced1 #fde3ce #fdcee9

Monochromatic Colors of #fdced1

#fdced1

Complementary Color

#fdced1 #cefdfa

#fdced1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdced1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdced1 Color CSS Codes

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

#fdced1 Text Font Color

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

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


#fdced1 Background Color

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

This div background color is #fdced1


#fdced1 Border Color

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

This div border color is #fdced1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdced1


Comments

No comments written yet.

Please login to write comment.