Color Hex Logo

#fcbb8f Color Hex

#FCBB8F
(252,187,143)
0 Favorites   0 Comments

Color spaces of #fcbb8f

RGB 252187143
HSL0.070.950.77
HSV24°43°99°
CMYK 0.000.260.43   0.01
XYZ62.873158.219333.9103
Yxy58.21930.40560.3756
Hunter Lab76.301613.557727.0612
CIE-Lab80.860618.155431.4340

#fcbb8f color RGB value is (252,187,143).

#fcbb8f hex color red value is 252, green value is 187 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fcbb8f hue: 0.07 , saturation: 0.95 and the lightness value of fcbb8f is 0.77.

The process color (four color CMYK) of #fcbb8f color hex is 0.00, 0.26, 0.43, 0.01. Web safe color of #fcbb8f is #ffcc99. Color #fcbb8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10001111
Octal 374 273 217
Decimal 252 187 143
Hex FC BB 8F

RGB Percentages of Color #fcbb8f

%43.30
%32.13
%24.57

CMYK Percentages of Color #fcbb8f

%0
%26
%43
%1

Triadic Colors of #fcbb8f

#fcbb8f #8ffcbb #bb8ffc

Analogous Colors of #fcbb8f

#fcbb8f #fcf28f #fc8f9a

Monochromatic Colors of #fcbb8f

#fcbb8f

Complementary Color

#fcbb8f #8fd0fc

#fcbb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb8f Color CSS Codes

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

#fcbb8f Text Font Color

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

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


#fcbb8f Background Color

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

This div background color is #fcbb8f


#fcbb8f Border Color

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

This div border color is #fcbb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb8f


Comments

No comments written yet.

Please login to write comment.