Color Hex Logo

#fdd0ef Color Hex

#FDD0EF
(253,208,239)
0 Favorites   0 Comments

Color spaces of #fdd0ef

RGB 253208239
HSL0.890.920.90
HSV319°18°99°
CMYK 0.000.180.06   0.01
XYZ78.643972.226491.4575
Yxy72.22640.32450.2981
Hunter Lab84.986116.4535-4.3144
CIE-Lab88.077520.7930-9.2610

#fdd0ef color RGB value is (253,208,239).

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

The process color (four color CMYK) of #fdd0ef color hex is 0.00, 0.18, 0.06, 0.01. Web safe color of #fdd0ef is #ffccff. Color #fdd0ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 11101111
Octal 375 320 357
Decimal 253 208 239
Hex FD D0 EF

RGB Percentages of Color #fdd0ef

%36.14
%29.71
%34.14

CMYK Percentages of Color #fdd0ef

%0
%18
%6
%1

Triadic Colors of #fdd0ef

#fdd0ef #effdd0 #d0effd

Analogous Colors of #fdd0ef

#fdd0ef #fdd0d9 #f5d0fd

Monochromatic Colors of #fdd0ef

#fdd0ef

Complementary Color

#fdd0ef #d0fdde

#fdd0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd0ef Color CSS Codes

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

#fdd0ef Text Font Color

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

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


#fdd0ef Background Color

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

This div background color is #fdd0ef


#fdd0ef Border Color

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

This div border color is #fdd0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd0ef


Comments

No comments written yet.

Please login to write comment.