Color Hex Logo

#fddcdb Color Hex

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

Color spaces of #fddcdb

RGB 253220219
HSL0.000.890.93
HSV13°99°
CMYK 0.000.130.13   0.01
XYZ78.887477.183577.7579
Yxy77.18350.33740.3301
Hunter Lab87.85416.53689.0215
CIE-Lab90.406011.24004.6899

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

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

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

Base Numbers

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

RGB Percentages of Color #fddcdb

%36.56
%31.79
%31.65

CMYK Percentages of Color #fddcdb

%0
%13
%13
%1

Triadic Colors of #fddcdb

#fddcdb #dbfddc #dcdbfd

Analogous Colors of #fddcdb

#fddcdb #fdeddb #fddbeb

Monochromatic Colors of #fddcdb

#fddcdb

Complementary Color

#fddcdb #dbfcfd

#fddcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcdb Color CSS Codes

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

#fddcdb Text Font Color

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

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


#fddcdb Background Color

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

This div background color is #fddcdb


#fddcdb Border Color

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

This div border color is #fddcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.