Color Hex Logo

#fcbddc Color Hex

#FCBDDC
(252,189,220)
0 Favorites   0 Comments

Color spaces of #fcbddc

RGB 252189220
HSL0.920.910.86
HSV330°25°99°
CMYK 0.000.250.13   0.01
XYZ71.260762.257975.9713
Yxy62.25790.34020.2972
Hunter Lab78.903723.1282-1.8540
CIE-Lab83.050427.2867-6.6124

#fcbddc color RGB value is (252,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11011100
Octal 374 275 334
Decimal 252 189 220
Hex FC BD DC

RGB Percentages of Color #fcbddc

%38.12
%28.59
%33.28

CMYK Percentages of Color #fcbddc

%0
%25
%13
%1

Triadic Colors of #fcbddc

#fcbddc #dcfcbd #bddcfc

Analogous Colors of #fcbddc

#fcbddc #fcbebd #fcbdfc

Monochromatic Colors of #fcbddc

#fcbddc

Complementary Color

#fcbddc #bdfcdd

#fcbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbddc Color CSS Codes

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

#fcbddc Text Font Color

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

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


#fcbddc Background Color

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

This div background color is #fcbddc


#fcbddc Border Color

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

This div border color is #fcbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbddc


Comments

No comments written yet.

Please login to write comment.