Color Hex Logo

#fdb7ce Color Hex

#FDB7CE
(253,183,206)
0 Favorites   0 Comments

Color spaces of #fdb7ce

RGB 253183206
HSL0.950.950.85
HSV340°28°99°
CMYK 0.000.280.19   0.01
XYZ68.582159.205966.2057
Yxy59.20590.35350.3052
Hunter Lab76.945424.44432.8472
CIE-Lab81.404628.6163-1.4980

#fdb7ce color RGB value is (253,183,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 11001110
Octal 375 267 316
Decimal 253 183 206
Hex FD B7 CE

RGB Percentages of Color #fdb7ce

%39.41
%28.50
%32.09

CMYK Percentages of Color #fdb7ce

%0
%28
%19
%1

Triadic Colors of #fdb7ce

#fdb7ce #cefdb7 #b7cefd

Analogous Colors of #fdb7ce

#fdb7ce #fdc3b7 #fdb7f1

Monochromatic Colors of #fdb7ce

#fdb7ce

Complementary Color

#fdb7ce #b7fde6

#fdb7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb7ce Color CSS Codes

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

#fdb7ce Text Font Color

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

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


#fdb7ce Background Color

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

This div background color is #fdb7ce


#fdb7ce Border Color

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

This div border color is #fdb7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb7ce

Related Colors


Comments

No comments written yet.

Please login to write comment.