Color Hex Logo

#fddcdf Color Hex

#FDDCDF
(253,220,223)
0 Favorites   0 Comments

Color spaces of #fddcdf

RGB 253220223
HSL0.980.890.93
HSV355°13°99°
CMYK 0.000.130.12   0.01
XYZ79.420577.396880.5652
Yxy77.39680.33460.3260
Hunter Lab87.97557.18527.2869
CIE-Lab90.503911.87402.7328

#fddcdf color RGB value is (253,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11011111
Octal 375 334 337
Decimal 253 220 223
Hex FD DC DF

RGB Percentages of Color #fddcdf

%36.35
%31.61
%32.04

CMYK Percentages of Color #fddcdf

%0
%13
%12
%1

Triadic Colors of #fddcdf

#fddcdf #dffddc #dcdffd

Analogous Colors of #fddcdf

#fddcdf #fdeadc #fddcf0

Monochromatic Colors of #fddcdf

#fddcdf

Complementary Color

#fddcdf #dcfdfa

#fddcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcdf Color CSS Codes

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

#fddcdf Text Font Color

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

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


#fddcdf Background Color

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

This div background color is #fddcdf


#fddcdf Border Color

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

This div border color is #fddcdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,220,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 #fddcdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcdf

#fddcdf Color Palettes


Comments

No comments written yet.

Please login to write comment.