Color Hex Logo

#fdbdcc Color Hex

#FDBDCC
(253,189,204)
0 Favorites   0 Comments

Color spaces of #fdbdcc

RGB 253189204
HSL0.960.940.87
HSV346°25°99°
CMYK 0.000.250.19   0.01
XYZ69.604761.637565.3554
Yxy61.63750.35400.3135
Hunter Lab78.509620.86215.6006
CIE-Lab82.720325.16341.4988

#fdbdcc color RGB value is (253,189,204).

#fdbdcc hex color red value is 253, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fdbdcc hue: 0.96 , saturation: 0.94 and the lightness value of fdbdcc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11001100
Octal 375 275 314
Decimal 253 189 204
Hex FD BD CC

RGB Percentages of Color #fdbdcc

%39.16
%29.26
%31.58

CMYK Percentages of Color #fdbdcc

%0
%25
%19
%1

Triadic Colors of #fdbdcc

#fdbdcc #ccfdbd #bdccfd

Analogous Colors of #fdbdcc

#fdbdcc #fdcebd #fdbdec

Monochromatic Colors of #fdbdcc

#fdbdcc

Complementary Color

#fdbdcc #bdfdee

#fdbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdcc Color CSS Codes

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

#fdbdcc Text Font Color

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

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


#fdbdcc Background Color

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

This div background color is #fdbdcc


#fdbdcc Border Color

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

This div border color is #fdbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdcc


Comments

No comments written yet.

Please login to write comment.