Color Hex Logo

#fcb8bb Color Hex

#FCB8BB
(252,184,187)
0 Favorites   0 Comments

Color spaces of #fcb8bb

RGB 252184187
HSL0.990.920.85
HSV357°27°99°
CMYK 0.000.270.26   0.01
XYZ66.255058.564354.8257
Yxy58.56430.36880.3260
Hunter Lab76.527320.617011.0926
CIE-Lab81.051525.00758.2175

#fcb8bb color RGB value is (252,184,187).

#fcb8bb hex color red value is 252, green value is 184 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcb8bb hue: 0.99 , saturation: 0.92 and the lightness value of fcb8bb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 10111011
Octal 374 270 273
Decimal 252 184 187
Hex FC B8 BB

RGB Percentages of Color #fcb8bb

%40.45
%29.53
%30.02

CMYK Percentages of Color #fcb8bb

%0
%27
%26
%1

Triadic Colors of #fcb8bb

#fcb8bb #bbfcb8 #b8bbfc

Analogous Colors of #fcb8bb

#fcb8bb #fcd7b8 #fcb8dd

Monochromatic Colors of #fcb8bb

#fcb8bb

Complementary Color

#fcb8bb #b8fcf9

#fcb8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb8bb Color CSS Codes

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

#fcb8bb Text Font Color

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

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


#fcb8bb Background Color

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

This div background color is #fcb8bb


#fcb8bb Border Color

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

This div border color is #fcb8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb8bb


Comments

No comments written yet.

Please login to write comment.