Color Hex Logo

#fddbc9 Color Hex

#FDDBC9
(253,219,201)
0 Favorites   0 Comments

Color spaces of #fddbc9

RGB 253219201
HSL0.060.930.89
HSV21°21°99°
CMYK 0.000.130.21   0.01
XYZ76.382175.762765.8562
Yxy75.76270.35040.3475
Hunter Lab87.04184.316716.0702
CIE-Lab89.74909.043913.1876

#fddbc9 color RGB value is (253,219,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11001001
Octal 375 333 311
Decimal 253 219 201
Hex FD DB C9

RGB Percentages of Color #fddbc9

%37.59
%32.54
%29.87

CMYK Percentages of Color #fddbc9

%0
%13
%21
%1

Triadic Colors of #fddbc9

#fddbc9 #c9fddb #dbc9fd

Analogous Colors of #fddbc9

#fddbc9 #fdf5c9 #fdc9d1

Monochromatic Colors of #fddbc9

#fddbc9

Complementary Color

#fddbc9 #c9ebfd

#fddbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbc9 Color CSS Codes

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

#fddbc9 Text Font Color

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

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


#fddbc9 Background Color

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

This div background color is #fddbc9


#fddbc9 Border Color

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

This div border color is #fddbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbc9


Comments

No comments written yet.

Please login to write comment.