Color Hex Logo

#fddbdc Color Hex

#FDDBDC
(253,219,220)
0 Favorites   0 Comments

Color spaces of #fddbdc

RGB 253219220
HSL1.000.890.93
HSV358°13°99°
CMYK 0.000.130.13   0.01
XYZ78.757876.713078.3663
Yxy76.71300.33680.3281
Hunter Lab87.58607.23288.2613
CIE-Lab90.189411.91643.8514

#fddbdc color RGB value is (253,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11011100
Octal 375 333 334
Decimal 253 219 220
Hex FD DB DC

RGB Percentages of Color #fddbdc

%36.56
%31.65
%31.79

CMYK Percentages of Color #fddbdc

%0
%13
%13
%1

Triadic Colors of #fddbdc

#fddbdc #dcfddb #dbdcfd

Analogous Colors of #fddbdc

#fddbdc #fdebdb #fddbed

Monochromatic Colors of #fddbdc

#fddbdc

Complementary Color

#fddbdc #dbfdfc

#fddbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbdc Color CSS Codes

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

#fddbdc Text Font Color

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

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


#fddbdc Background Color

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

This div background color is #fddbdc


#fddbdc Border Color

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

This div border color is #fddbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbdc

#fddbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.