Color Hex Logo

#fdddef Color Hex

#FDDDEF
(253,221,239)
0 Favorites   0 Comments

Color spaces of #fdddef

RGB 253221239
HSL0.910.890.93
HSV326°13°99°
CMYK 0.000.130.06   0.01
XYZ81.944578.827592.5577
Yxy78.82750.32350.3112
Hunter Lab88.78499.37410.3399
CIE-Lab91.156213.9995-4.7065

#fdddef color RGB value is (253,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11101111
Octal 375 335 357
Decimal 253 221 239
Hex FD DD EF

RGB Percentages of Color #fdddef

%35.48
%31.00
%33.52

CMYK Percentages of Color #fdddef

%0
%13
%6
%1

Triadic Colors of #fdddef

#fdddef #effddd #ddeffd

Analogous Colors of #fdddef

#fdddef #fddddf #fbddfd

Monochromatic Colors of #fdddef

#fdddef

Complementary Color

#fdddef #ddfdeb

#fdddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddef Color CSS Codes

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

#fdddef Text Font Color

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

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


#fdddef Background Color

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

This div background color is #fdddef


#fdddef Border Color

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

This div border color is #fdddef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,221,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 #fdddef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddef

Related Colors


Comments

No comments written yet.

Please login to write comment.