Color Hex Logo

#fcb2bb Color Hex

#FCB2BB
(252,178,187)
0 Favorites   0 Comments

Color spaces of #fcb2bb

RGB 252178187
HSL0.980.930.84
HSV353°29°99°
CMYK 0.000.290.26   0.01
XYZ65.034956.124154.4190
Yxy56.12410.37040.3197
Hunter Lab74.916023.85359.3730
CIE-Lab79.684428.16216.2549

#fcb2bb color RGB value is (252,178,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 10111011
Octal 374 262 273
Decimal 252 178 187
Hex FC B2 BB

RGB Percentages of Color #fcb2bb

%40.84
%28.85
%30.31

CMYK Percentages of Color #fcb2bb

%0
%29
%26
%1

Triadic Colors of #fcb2bb

#fcb2bb #bbfcb2 #b2bbfc

Analogous Colors of #fcb2bb

#fcb2bb #fcceb2 #fcb2e0

Monochromatic Colors of #fcb2bb

#fcb2bb

Complementary Color

#fcb2bb #b2fcf3

#fcb2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb2bb Color CSS Codes

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

#fcb2bb Text Font Color

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

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


#fcb2bb Background Color

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

This div background color is #fcb2bb


#fcb2bb Border Color

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

This div border color is #fcb2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb2bb

Related Colors


Comments

No comments written yet.

Please login to write comment.