Color Hex Logo

#fddedb Color Hex

#FDDEDB
(253,222,219)
0 Favorites   0 Comments

Color spaces of #fddedb

RGB 253222219
HSL0.010.890.93
HSV13°99°
CMYK 0.000.120.13   0.01
XYZ79.415578.239777.9340
Yxy78.23970.33710.3321
Hunter Lab88.45325.46869.6782
CIE-Lab90.889210.20365.3881

#fddedb color RGB value is (253,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11011011
Octal 375 336 333
Decimal 253 222 219
Hex FD DE DB

RGB Percentages of Color #fddedb

%36.46
%31.99
%31.56

CMYK Percentages of Color #fddedb

%0
%12
%13
%1

Triadic Colors of #fddedb

#fddedb #dbfdde #dedbfd

Analogous Colors of #fddedb

#fddedb #fdefdb #fddbe9

Monochromatic Colors of #fddedb

#fddedb

Complementary Color

#fddedb #dbfafd

#fddedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddedb Color CSS Codes

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

#fddedb Text Font Color

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

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


#fddedb Background Color

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

This div background color is #fddedb


#fddedb Border Color

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

This div border color is #fddedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddedb


Comments

No comments written yet.

Please login to write comment.