Color Hex Logo

#fcbdce Color Hex

#FCBDCE
(252,189,206)
0 Favorites   0 Comments

Color spaces of #fcbdce

RGB 252189206
HSL0.960.910.86
HSV344°25°99°
CMYK 0.000.250.18   0.01
XYZ69.483161.546966.6101
Yxy61.54690.35160.3114
Hunter Lab78.451820.80294.5757
CIE-Lab82.671925.10940.3426

#fcbdce color RGB value is (252,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11001110
Octal 374 275 316
Decimal 252 189 206
Hex FC BD CE

RGB Percentages of Color #fcbdce

%38.95
%29.21
%31.84

CMYK Percentages of Color #fcbdce

%0
%25
%18
%1

Triadic Colors of #fcbdce

#fcbdce #cefcbd #bdcefc

Analogous Colors of #fcbdce

#fcbdce #fcccbd #fcbdee

Monochromatic Colors of #fcbdce

#fcbdce

Complementary Color

#fcbdce #bdfceb

#fcbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdce Color CSS Codes

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

#fcbdce Text Font Color

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

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


#fcbdce Background Color

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

This div background color is #fcbdce


#fcbdce Border Color

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

This div border color is #fcbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdce


Comments

No comments written yet.

Please login to write comment.