Color Hex Logo

#fdb8ce Color Hex

#FDB8CE
(253,184,206)
0 Favorites   0 Comments

Color spaces of #fdb8ce

RGB 253184206
HSL0.950.950.86
HSV341°27°99°
CMYK 0.000.270.19   0.01
XYZ68.789159.619966.2747
Yxy59.61990.35330.3062
Hunter Lab77.213923.89953.1596
CIE-Lab81.631128.0907-1.1663

#fdb8ce color RGB value is (253,184,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 11001110
Octal 375 270 316
Decimal 253 184 206
Hex FD B8 CE

RGB Percentages of Color #fdb8ce

%39.35
%28.62
%32.04

CMYK Percentages of Color #fdb8ce

%0
%27
%19
%1

Triadic Colors of #fdb8ce

#fdb8ce #cefdb8 #b8cefd

Analogous Colors of #fdb8ce

#fdb8ce #fdc5b8 #fdb8f1

Monochromatic Colors of #fdb8ce

#fdb8ce

Complementary Color

#fdb8ce #b8fde7

#fdb8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb8ce Color CSS Codes

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

#fdb8ce Text Font Color

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

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


#fdb8ce Background Color

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

This div background color is #fdb8ce


#fdb8ce Border Color

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

This div border color is #fdb8ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,184,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 #fdb8ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb8ce


Comments

No comments written yet.

Please login to write comment.