Color Hex Logo

#fcb2bc Color Hex

#FCB2BC
(252,178,188)
0 Favorites   0 Comments

Color spaces of #fcb2bc

RGB 252178188
HSL0.980.930.84
HSV352°29°99°
CMYK 0.000.290.25   0.01
XYZ65.142456.167154.9849
Yxy56.16710.36950.3186
Hunter Lab74.944724.00008.9618
CIE-Lab79.708828.29945.7487

#fcb2bc color RGB value is (252,178,188).

#fcb2bc hex color red value is 252, green value is 178 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fcb2bc hue: 0.98 , saturation: 0.93 and the lightness value of fcb2bc is 0.84.

The process color (four color CMYK) of #fcb2bc color hex is 0.00, 0.29, 0.25, 0.01. Web safe color of #fcb2bc is #ff99cc. Color #fcb2bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 10111100
Octal 374 262 274
Decimal 252 178 188
Hex FC B2 BC

RGB Percentages of Color #fcb2bc

%40.78
%28.80
%30.42

CMYK Percentages of Color #fcb2bc

%0
%29
%25
%1

Triadic Colors of #fcb2bc

#fcb2bc #bcfcb2 #b2bcfc

Analogous Colors of #fcb2bc

#fcb2bc #fccdb2 #fcb2e1

Monochromatic Colors of #fcb2bc

#fcb2bc

Complementary Color

#fcb2bc #b2fcf2

#fcb2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb2bc Color CSS Codes

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

#fcb2bc Text Font Color

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

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


#fcb2bc Background Color

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

This div background color is #fcb2bc


#fcb2bc Border Color

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

This div border color is #fcb2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb2bc


Comments

No comments written yet.

Please login to write comment.