Color Hex Logo

#fcbddd Color Hex

#FCBDDD
(252,189,221)
0 Favorites   0 Comments

Color spaces of #fcbddd

RGB 252189221
HSL0.920.910.86
HSV330°25°99°
CMYK 0.000.250.12   0.01
XYZ71.393662.311176.6710
Yxy62.31110.33940.2962
Hunter Lab78.937423.3009-2.3316
CIE-Lab83.078627.4473-7.1067

#fcbddd color RGB value is (252,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11011101
Octal 374 275 335
Decimal 252 189 221
Hex FC BD DD

RGB Percentages of Color #fcbddd

%38.07
%28.55
%33.38

CMYK Percentages of Color #fcbddd

%0
%25
%12
%1

Triadic Colors of #fcbddd

#fcbddd #ddfcbd #bdddfc

Analogous Colors of #fcbddd

#fcbddd #fcbdbe #fcbdfc

Monochromatic Colors of #fcbddd

#fcbddd

Complementary Color

#fcbddd #bdfcdc

#fcbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbddd Color CSS Codes

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

#fcbddd Text Font Color

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

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


#fcbddd Background Color

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

This div background color is #fcbddd


#fcbddd Border Color

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

This div border color is #fcbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbddd


Comments

No comments written yet.

Please login to write comment.