Color Hex Logo

#fdceda Color Hex

#FDCEDA
(253,206,218)
0 Favorites   0 Comments

Color spaces of #fdceda

RGB 253206218
HSL0.960.920.90
HSV345°19°99°
CMYK 0.000.190.14   0.01
XYZ75.234270.087275.8926
Yxy70.08720.34010.3168
Hunter Lab83.718113.90434.8548
CIE-Lab87.039618.38210.3269

#fdceda color RGB value is (253,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11011010
Octal 375 316 332
Decimal 253 206 218
Hex FD CE DA

RGB Percentages of Color #fdceda

%37.37
%30.43
%32.20

CMYK Percentages of Color #fdceda

%0
%19
%14
%1

Triadic Colors of #fdceda

#fdceda #dafdce #cedafd

Analogous Colors of #fdceda

#fdceda #fddace #fdcef2

Monochromatic Colors of #fdceda

#fdceda

Complementary Color

#fdceda #cefdf1

#fdceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceda Color CSS Codes

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

#fdceda Text Font Color

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

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


#fdceda Background Color

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

This div background color is #fdceda


#fdceda Border Color

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

This div border color is #fdceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceda

#fdceda Color Palettes


Comments

No comments written yet.

Please login to write comment.