Color Hex Logo

#fddbe0 Color Hex

#FDDBE0
(253,219,224)
0 Favorites   0 Comments

Color spaces of #fddbe0

RGB 253219224
HSL0.980.890.93
HSV351°13°99°
CMYK 0.000.130.11   0.01
XYZ79.294176.927581.1903
Yxy76.92750.33400.3240
Hunter Lab87.70837.88626.5119
CIE-Lab90.288212.55381.8943

#fddbe0 color RGB value is (253,219,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11100000
Octal 375 333 340
Decimal 253 219 224
Hex FD DB E0

RGB Percentages of Color #fddbe0

%36.35
%31.47
%32.18

CMYK Percentages of Color #fddbe0

%0
%13
%11
%1

Triadic Colors of #fddbe0

#fddbe0 #e0fddb #dbe0fd

Analogous Colors of #fddbe0

#fddbe0 #fde7db #fddbf1

Monochromatic Colors of #fddbe0

#fddbe0

Complementary Color

#fddbe0 #dbfdf8

#fddbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbe0 Color CSS Codes

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

#fddbe0 Text Font Color

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

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


#fddbe0 Background Color

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

This div background color is #fddbe0


#fddbe0 Border Color

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

This div border color is #fddbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbe0


Comments

No comments written yet.

Please login to write comment.