Color Hex Logo

#fddcef Color Hex

#FDDCEF
(253,220,239)
0 Favorites   0 Comments

Color spaces of #fddcef

RGB 253220239
HSL0.900.890.93
HSV325°13°99°
CMYK 0.000.130.06   0.01
XYZ81.681278.301092.4699
Yxy78.30100.32360.3102
Hunter Lab88.48799.9157-0.0166
CIE-Lab90.917114.5199-5.0588

#fddcef color RGB value is (253,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11101111
Octal 375 334 357
Decimal 253 220 239
Hex FD DC EF

RGB Percentages of Color #fddcef

%35.53
%30.90
%33.57

CMYK Percentages of Color #fddcef

%0
%13
%6
%1

Triadic Colors of #fddcef

#fddcef #effddc #dceffd

Analogous Colors of #fddcef

#fddcef #fddcdf #fbdcfd

Monochromatic Colors of #fddcef

#fddcef

Complementary Color

#fddcef #dcfdea

#fddcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcef Color CSS Codes

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

#fddcef Text Font Color

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

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


#fddcef Background Color

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

This div background color is #fddcef


#fddcef Border Color

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

This div border color is #fddcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcef

Related Colors


Comments

No comments written yet.

Please login to write comment.