Color Hex Logo

#fddccb Color Hex

#FDDCCB
(253,220,203)
0 Favorites   0 Comments

Color spaces of #fddccb

RGB 253220203
HSL0.060.930.89
HSV20°20°99°
CMYK 0.000.130.20   0.01
XYZ76.880776.380867.1908
Yxy76.38080.34870.3465
Hunter Lab87.39614.079915.5947
CIE-Lab90.03598.817012.5471

#fddccb color RGB value is (253,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11001011
Octal 375 334 313
Decimal 253 220 203
Hex FD DC CB

RGB Percentages of Color #fddccb

%37.43
%32.54
%30.03

CMYK Percentages of Color #fddccb

%0
%13
%20
%1

Triadic Colors of #fddccb

#fddccb #cbfddc #dccbfd

Analogous Colors of #fddccb

#fddccb #fdf5cb #fdcbd3

Monochromatic Colors of #fddccb

#fddccb

Complementary Color

#fddccb #cbecfd

#fddccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddccb Color CSS Codes

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

#fddccb Text Font Color

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

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


#fddccb Background Color

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

This div background color is #fddccb


#fddccb Border Color

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

This div border color is #fddccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddccb

Related Colors

#fddccb Color Palettes


Comments

No comments written yet.

Please login to write comment.