Color Hex Logo

#fdb6ce Color Hex

#FDB6CE
(253,182,206)
0 Favorites   0 Comments

Color spaces of #fdb6ce

RGB 253182206
HSL0.940.950.85
HSV340°28°99°
CMYK 0.000.280.19   0.01
XYZ68.376558.794866.1372
Yxy58.79480.35370.3042
Hunter Lab76.677824.98922.5348
CIE-Lab81.178729.1417-1.8292

#fdb6ce color RGB value is (253,182,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 11001110
Octal 375 266 316
Decimal 253 182 206
Hex FD B6 CE

RGB Percentages of Color #fdb6ce

%39.47
%28.39
%32.14

CMYK Percentages of Color #fdb6ce

%0
%28
%19
%1

Triadic Colors of #fdb6ce

#fdb6ce #cefdb6 #b6cefd

Analogous Colors of #fdb6ce

#fdb6ce #fdc2b6 #fdb6f2

Monochromatic Colors of #fdb6ce

#fdb6ce

Complementary Color

#fdb6ce #b6fde5

#fdb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb6ce Color CSS Codes

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

#fdb6ce Text Font Color

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

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


#fdb6ce Background Color

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

This div background color is #fdb6ce


#fdb6ce Border Color

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

This div border color is #fdb6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb6ce


Comments

No comments written yet.

Please login to write comment.