Color Hex Logo

#fdbcce Color Hex

#FDBCCE
(253,188,206)
0 Favorites   0 Comments

Color spaces of #fdbcce

RGB 253188206
HSL0.950.940.86
HSV343°26°99°
CMYK 0.000.260.19   0.01
XYZ69.631861.305366.5556
Yxy61.30530.35260.3104
Hunter Lab78.297721.72284.4100
CIE-Lab82.542625.98780.1660

#fdbcce color RGB value is (253,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11001110
Octal 375 274 316
Decimal 253 188 206
Hex FD BC CE

RGB Percentages of Color #fdbcce

%39.10
%29.06
%31.84

CMYK Percentages of Color #fdbcce

%0
%26
%19
%1

Triadic Colors of #fdbcce

#fdbcce #cefdbc #bccefd

Analogous Colors of #fdbcce

#fdbcce #fdcbbc #fdbcef

Monochromatic Colors of #fdbcce

#fdbcce

Complementary Color

#fdbcce #bcfdeb

#fdbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcce Color CSS Codes

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

#fdbcce Text Font Color

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

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


#fdbcce Background Color

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

This div background color is #fdbcce


#fdbcce Border Color

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

This div border color is #fdbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcce

Related Colors


Comments

No comments written yet.

Please login to write comment.