Color Hex Logo

#fcbad5 Color Hex

#FCBAD5
(252,186,213)
0 Favorites   0 Comments

Color spaces of #fcbad5

RGB 252186213
HSL0.930.920.86
HSV335°26°99°
CMYK 0.000.260.15   0.01
XYZ69.714060.617470.9768
Yxy60.61740.34630.3011
Hunter Lab77.857223.58040.4496
CIE-Lab82.172627.7597-4.1500

#fcbad5 color RGB value is (252,186,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 11010101
Octal 374 272 325
Decimal 252 186 213
Hex FC BA D5

RGB Percentages of Color #fcbad5

%38.71
%28.57
%32.72

CMYK Percentages of Color #fcbad5

%0
%26
%15
%1

Triadic Colors of #fcbad5

#fcbad5 #d5fcba #bad5fc

Analogous Colors of #fcbad5

#fcbad5 #fcc0ba #fcbaf6

Monochromatic Colors of #fcbad5

#fcbad5

Complementary Color

#fcbad5 #bafce1

#fcbad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbad5 Color CSS Codes

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

#fcbad5 Text Font Color

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

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


#fcbad5 Background Color

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

This div background color is #fcbad5


#fcbad5 Border Color

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

This div border color is #fcbad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbad5

Related Colors


Comments

No comments written yet.

Please login to write comment.