Color Hex Logo

#fcbb97 Color Hex

#FCBB97
(252,187,151)
0 Favorites   0 Comments

Color spaces of #fcbb97

RGB 252187151
HSL0.060.940.79
HSV21°40°99°
CMYK 0.000.260.40   0.01
XYZ63.501158.470537.2172
Yxy58.47050.39890.3673
Hunter Lab76.466014.419624.6688
CIE-Lab80.999719.001527.4030

#fcbb97 color RGB value is (252,187,151).

#fcbb97 hex color red value is 252, green value is 187 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fcbb97 hue: 0.06 , saturation: 0.94 and the lightness value of fcbb97 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10010111
Octal 374 273 227
Decimal 252 187 151
Hex FC BB 97

RGB Percentages of Color #fcbb97

%42.71
%31.69
%25.59

CMYK Percentages of Color #fcbb97

%0
%26
%40
%1

Triadic Colors of #fcbb97

#fcbb97 #97fcbb #bb97fc

Analogous Colors of #fcbb97

#fcbb97 #fcee97 #fc97a6

Monochromatic Colors of #fcbb97

#fcbb97

Complementary Color

#fcbb97 #97d8fc

#fcbb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb97 Color CSS Codes

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

#fcbb97 Text Font Color

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

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


#fcbb97 Background Color

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

This div background color is #fcbb97


#fcbb97 Border Color

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

This div border color is #fcbb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb97


Comments

No comments written yet.

Please login to write comment.