Color Hex Logo

#fddaec Color Hex

#FDDAEC
(253,218,236)
0 Favorites   0 Comments

Color spaces of #fddaec

RGB 253218236
HSL0.910.900.92
HSV329°14°99°
CMYK 0.000.140.07   0.01
XYZ80.719777.081689.9807
Yxy77.08160.32580.3111
Hunter Lab87.796110.46960.6920
CIE-Lab90.359215.0521-4.3058

#fddaec color RGB value is (253,218,236).

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

The process color (four color CMYK) of #fddaec color hex is 0.00, 0.14, 0.07, 0.01. Web safe color of #fddaec is #ffccff. Color #fddaec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11101100
Octal 375 332 354
Decimal 253 218 236
Hex FD DA EC

RGB Percentages of Color #fddaec

%35.79
%30.83
%33.38

CMYK Percentages of Color #fddaec

%0
%14
%7
%1

Triadic Colors of #fddaec

#fddaec #ecfdda #daecfd

Analogous Colors of #fddaec

#fddaec #fddadb #fddafd

Monochromatic Colors of #fddaec

#fddaec

Complementary Color

#fddaec #dafdeb

#fddaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddaec Color CSS Codes

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

#fddaec Text Font Color

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

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


#fddaec Background Color

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

This div background color is #fddaec


#fddaec Border Color

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

This div border color is #fddaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddaec


Comments

No comments written yet.

Please login to write comment.