Color Hex Logo

#fddbdf Color Hex

#FDDBDF
(253,219,223)
0 Favorites   0 Comments

Color spaces of #fddbdf

RGB 253219223
HSL0.980.890.93
HSV353°13°99°
CMYK 0.000.130.12   0.01
XYZ79.158876.873480.4780
Yxy76.87340.33470.3250
Hunter Lab87.67757.72156.9527
CIE-Lab90.263312.39332.3832

#fddbdf color RGB value is (253,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11011111
Octal 375 333 337
Decimal 253 219 223
Hex FD DB DF

RGB Percentages of Color #fddbdf

%36.40
%31.51
%32.09

CMYK Percentages of Color #fddbdf

%0
%13
%12
%1

Triadic Colors of #fddbdf

#fddbdf #dffddb #dbdffd

Analogous Colors of #fddbdf

#fddbdf #fde8db #fddbf0

Monochromatic Colors of #fddbdf

#fddbdf

Complementary Color

#fddbdf #dbfdf9

#fddbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbdf Color CSS Codes

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

#fddbdf Text Font Color

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

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


#fddbdf Background Color

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

This div background color is #fddbdf


#fddbdf Border Color

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

This div border color is #fddbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.