Color Hex Logo

#fddecb Color Hex

#FDDECB
(253,222,203)
0 Favorites   0 Comments

Color spaces of #fddecb

RGB 253222203
HSL0.060.930.89
HSV23°20°99°
CMYK 0.000.120.20   0.01
XYZ77.408877.437067.3669
Yxy77.43700.34840.3485
Hunter Lab87.99833.022716.2095
CIE-Lab90.52247.784213.2373

#fddecb color RGB value is (253,222,203).

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

The process color (four color CMYK) of #fddecb color hex is 0.00, 0.12, 0.20, 0.01. Web safe color of #fddecb is #ffcccc. Color #fddecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11001011
Octal 375 336 313
Decimal 253 222 203
Hex FD DE CB

RGB Percentages of Color #fddecb

%37.32
%32.74
%29.94

CMYK Percentages of Color #fddecb

%0
%12
%20
%1

Triadic Colors of #fddecb

#fddecb #cbfdde #decbfd

Analogous Colors of #fddecb

#fddecb #fdf7cb #fdcbd1

Monochromatic Colors of #fddecb

#fddecb

Complementary Color

#fddecb #cbeafd

#fddecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddecb Color CSS Codes

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

#fddecb Text Font Color

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

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


#fddecb Background Color

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

This div background color is #fddecb


#fddecb Border Color

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

This div border color is #fddecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddecb

Related Colors


Comments

No comments written yet.

Please login to write comment.