Color Hex Logo

#fdcbd9 Color Hex

#FDCBD9
(253,203,217)
0 Favorites   0 Comments

Color spaces of #fdcbd9

RGB 253203217
HSL0.950.930.89
HSV343°20°99°
CMYK 0.000.200.14   0.01
XYZ74.388368.604374.9669
Yxy68.60430.34130.3148
Hunter Lab82.827715.36394.3164
CIE-Lab86.307719.7968-0.2111

#fdcbd9 color RGB value is (253,203,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11011001
Octal 375 313 331
Decimal 253 203 217
Hex FD CB D9

RGB Percentages of Color #fdcbd9

%37.59
%30.16
%32.24

CMYK Percentages of Color #fdcbd9

%0
%20
%14
%1

Triadic Colors of #fdcbd9

#fdcbd9 #d9fdcb #cbd9fd

Analogous Colors of #fdcbd9

#fdcbd9 #fdd6cb #fdcbf2

Monochromatic Colors of #fdcbd9

#fdcbd9

Complementary Color

#fdcbd9 #cbfdef

#fdcbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbd9 Color CSS Codes

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

#fdcbd9 Text Font Color

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

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


#fdcbd9 Background Color

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

This div background color is #fdcbd9


#fdcbd9 Border Color

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

This div border color is #fdcbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbd9


Comments

No comments written yet.

Please login to write comment.