Color Hex Logo

#fdddbf Color Hex

#FDDDBF
(253,221,191)
0 Favorites   0 Comments

Color spaces of #fdddbf

RGB 253221191
HSL0.080.940.87
HSV29°25°99°
CMYK 0.000.130.25   0.01
XYZ75.768476.357160.0352
Yxy76.35710.35710.3599
Hunter Lab87.38251.855820.4333
CIE-Lab90.02496.606718.8010

#fdddbf color RGB value is (253,221,191).

#fdddbf hex color red value is 253, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fdddbf hue: 0.08 , saturation: 0.94 and the lightness value of fdddbf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10111111
Octal 375 335 277
Decimal 253 221 191
Hex FD DD BF

RGB Percentages of Color #fdddbf

%38.05
%33.23
%28.72

CMYK Percentages of Color #fdddbf

%0
%13
%25
%1

Triadic Colors of #fdddbf

#fdddbf #bffddd #ddbffd

Analogous Colors of #fdddbf

#fdddbf #fdfcbf #fdbfc0

Monochromatic Colors of #fdddbf

#fdddbf

Complementary Color

#fdddbf #bfdffd

#fdddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddbf Color CSS Codes

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

#fdddbf Text Font Color

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

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


#fdddbf Background Color

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

This div background color is #fdddbf


#fdddbf Border Color

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

This div border color is #fdddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddbf


Comments

No comments written yet.

Please login to write comment.