Color Hex Logo

#fdbcec Color Hex

#FDBCEC
(253,188,236)
0 Favorites   0 Comments

Color spaces of #fdbcec

RGB 253188236
HSL0.880.940.86
HSV316°26°99°
CMYK 0.000.260.07   0.01
XYZ73.631662.905287.6180
Yxy62.90520.32850.2806
Hunter Lab79.312826.9166-9.9796
CIE-Lab83.392530.7948-14.6600

#fdbcec color RGB value is (253,188,236).

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

The process color (four color CMYK) of #fdbcec color hex is 0.00, 0.26, 0.07, 0.01. Web safe color of #fdbcec is #ffccff. Color #fdbcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11101100
Octal 375 274 354
Decimal 253 188 236
Hex FD BC EC

RGB Percentages of Color #fdbcec

%37.37
%27.77
%34.86

CMYK Percentages of Color #fdbcec

%0
%26
%7
%1

Triadic Colors of #fdbcec

#fdbcec #ecfdbc #bcecfd

Analogous Colors of #fdbcec

#fdbcec #fdbccc #eebcfd

Monochromatic Colors of #fdbcec

#fdbcec

Complementary Color

#fdbcec #bcfdcd

#fdbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcec Color CSS Codes

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

#fdbcec Text Font Color

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

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


#fdbcec Background Color

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

This div background color is #fdbcec


#fdbcec Border Color

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

This div border color is #fdbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcec


Comments

No comments written yet.

Please login to write comment.