Color Hex Logo

#fcbadd Color Hex

#FCBADD
(252,186,221)
0 Favorites   0 Comments

Color spaces of #fcbadd

RGB 252186221
HSL0.910.920.86
HSV328°26°99°
CMYK 0.000.260.12   0.01
XYZ70.754961.033776.4581
Yxy61.03370.33980.2931
Hunter Lab78.124124.9456-3.3388
CIE-Lab82.396929.0264-8.1172

#fcbadd color RGB value is (252,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 11011101
Octal 374 272 335
Decimal 252 186 221
Hex FC BA DD

RGB Percentages of Color #fcbadd

%38.24
%28.22
%33.54

CMYK Percentages of Color #fcbadd

%0
%26
%12
%1

Triadic Colors of #fcbadd

#fcbadd #ddfcba #baddfc

Analogous Colors of #fcbadd

#fcbadd #fcbabc #fabafc

Monochromatic Colors of #fcbadd

#fcbadd

Complementary Color

#fcbadd #bafcd9

#fcbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbadd Color CSS Codes

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

#fcbadd Text Font Color

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

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


#fcbadd Background Color

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

This div background color is #fcbadd


#fcbadd Border Color

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

This div border color is #fcbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbadd

Related Colors


Comments

No comments written yet.

Please login to write comment.