Color Hex Logo

#fdbccd Color Hex

#FDBCCD
(253,188,205)
0 Favorites   0 Comments

Color spaces of #fdbccd

RGB 253188205
HSL0.960.940.86
HSV344°26°99°
CMYK 0.000.260.19   0.01
XYZ69.510761.256965.9178
Yxy61.25690.35340.3114
Hunter Lab78.266821.56354.8516
CIE-Lab82.516725.83810.6652

#fdbccd color RGB value is (253,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11001101
Octal 375 274 315
Decimal 253 188 205
Hex FD BC CD

RGB Percentages of Color #fdbccd

%39.16
%29.10
%31.73

CMYK Percentages of Color #fdbccd

%0
%26
%19
%1

Triadic Colors of #fdbccd

#fdbccd #cdfdbc #bccdfd

Analogous Colors of #fdbccd

#fdbccd #fdccbc #fdbcee

Monochromatic Colors of #fdbccd

#fdbccd

Complementary Color

#fdbccd #bcfdec

#fdbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbccd Color CSS Codes

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

#fdbccd Text Font Color

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

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


#fdbccd Background Color

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

This div background color is #fdbccd


#fdbccd Border Color

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

This div border color is #fdbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbccd


Comments

No comments written yet.

Please login to write comment.