Color Hex Logo

#fcbdde Color Hex

#FCBDDE
(252,189,222)
0 Favorites   0 Comments

Color spaces of #fcbdde

RGB 252189222
HSL0.910.910.86
HSV329°25°99°
CMYK 0.000.250.12   0.01
XYZ71.527362.364677.3749
Yxy62.36460.33860.2952
Hunter Lab78.971323.4746-2.8116
CIE-Lab83.106927.6087-7.6007

#fcbdde color RGB value is (252,189,222).

#fcbdde hex color red value is 252, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fcbdde hue: 0.91 , saturation: 0.91 and the lightness value of fcbdde is 0.86.

The process color (four color CMYK) of #fcbdde color hex is 0.00, 0.25, 0.12, 0.01. Web safe color of #fcbdde is #ffcccc. Color #fcbdde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11011110
Octal 374 275 336
Decimal 252 189 222
Hex FC BD DE

RGB Percentages of Color #fcbdde

%38.01
%28.51
%33.48

CMYK Percentages of Color #fcbdde

%0
%25
%12
%1

Triadic Colors of #fcbdde

#fcbdde #defcbd #bddefc

Analogous Colors of #fcbdde

#fcbdde #fcbdbf #fbbdfc

Monochromatic Colors of #fcbdde

#fcbdde

Complementary Color

#fcbdde #bdfcdb

#fcbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdde Color CSS Codes

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

#fcbdde Text Font Color

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

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


#fcbdde Background Color

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

This div background color is #fcbdde


#fcbdde Border Color

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

This div border color is #fcbdde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,189,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbdde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbdde;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbdde;
  box-shadow:         1px 1px 3px 2px #fcbdde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,189,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdde

Related Colors


Comments

No comments written yet.

Please login to write comment.