Color Hex Logo

#fddbb8 Color Hex

#FDDBB8
(253,219,184)
0 Favorites   0 Comments

Color spaces of #fddbb8

RGB 253219184
HSL0.080.950.86
HSV30°27°99°
CMYK 0.000.130.27   0.01
XYZ74.491375.006455.8990
Yxy75.00640.36270.3652
Hunter Lab86.60621.969622.3563
CIE-Lab89.39606.697921.5730

#fddbb8 color RGB value is (253,219,184).

#fddbb8 hex color red value is 253, green value is 219 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #fddbb8 hue: 0.08 , saturation: 0.95 and the lightness value of fddbb8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 10111000
Octal 375 333 270
Decimal 253 219 184
Hex FD DB B8

RGB Percentages of Color #fddbb8

%38.57
%33.38
%28.05

CMYK Percentages of Color #fddbb8

%0
%13
%27
%1

Triadic Colors of #fddbb8

#fddbb8 #b8fddb #dbb8fd

Analogous Colors of #fddbb8

#fddbb8 #fdfdb8 #fdb9b8

Monochromatic Colors of #fddbb8

#fddbb8

Complementary Color

#fddbb8 #b8dafd

#fddbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbb8 Color CSS Codes

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

#fddbb8 Text Font Color

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

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


#fddbb8 Background Color

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

This div background color is #fddbb8


#fddbb8 Border Color

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

This div border color is #fddbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbb8

Related Colors

#fddbb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.