Color Hex Logo

#fddcea Color Hex

#FDDCEA
(253,220,234)
0 Favorites   0 Comments

Color spaces of #fddcea

RGB 253220234
HSL0.930.890.93
HSV335°13°99°
CMYK 0.000.130.08   0.01
XYZ80.952578.009688.6326
Yxy78.00960.32700.3151
Hunter Lab88.32309.03892.3283
CIE-Lab90.784313.6745-2.6308

#fddcea color RGB value is (253,220,234).

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

The process color (four color CMYK) of #fddcea color hex is 0.00, 0.13, 0.08, 0.01. Web safe color of #fddcea is #ffccff. Color #fddcea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11101010
Octal 375 334 352
Decimal 253 220 234
Hex FD DC EA

RGB Percentages of Color #fddcea

%35.79
%31.12
%33.10

CMYK Percentages of Color #fddcea

%0
%13
%8
%1

Triadic Colors of #fddcea

#fddcea #eafddc #dceafd

Analogous Colors of #fddcea

#fddcea #fddfdc #fddcfb

Monochromatic Colors of #fddcea

#fddcea

Complementary Color

#fddcea #dcfdef

#fddcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcea Color CSS Codes

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

#fddcea Text Font Color

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

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


#fddcea Background Color

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

This div background color is #fddcea


#fddcea Border Color

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

This div border color is #fddcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcea


Comments

No comments written yet.

Please login to write comment.