Color Hex Logo

#fdb7cf Color Hex

#FDB7CF
(253,183,207)
0 Favorites   0 Comments

Color spaces of #fdb7cf

RGB 253183207
HSL0.940.950.85
HSV339°28°99°
CMYK 0.000.280.18   0.01
XYZ68.704059.254666.8477
Yxy59.25460.35270.3042
Hunter Lab76.977024.60622.3958
CIE-Lab81.431328.7667-1.9979

#fdb7cf color RGB value is (253,183,207).

#fdb7cf hex color red value is 253, green value is 183 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fdb7cf hue: 0.94 , saturation: 0.95 and the lightness value of fdb7cf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 11001111
Octal 375 267 317
Decimal 253 183 207
Hex FD B7 CF

RGB Percentages of Color #fdb7cf

%39.35
%28.46
%32.19

CMYK Percentages of Color #fdb7cf

%0
%28
%18
%1

Triadic Colors of #fdb7cf

#fdb7cf #cffdb7 #b7cffd

Analogous Colors of #fdb7cf

#fdb7cf #fdc2b7 #fdb7f2

Monochromatic Colors of #fdb7cf

#fdb7cf

Complementary Color

#fdb7cf #b7fde5

#fdb7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb7cf Color CSS Codes

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

#fdb7cf Text Font Color

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

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


#fdb7cf Background Color

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

This div background color is #fdb7cf


#fdb7cf Border Color

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

This div border color is #fdb7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb7cf


Comments

No comments written yet.

Please login to write comment.