Color Hex Logo

#fcbba9 Color Hex

#FCBBA9
(252,187,169)
0 Favorites   0 Comments

Color spaces of #fcbba9

RGB 252187169
HSL0.040.930.83
HSV13°33°99°
CMYK 0.000.260.33   0.01
XYZ65.076659.100745.5138
Yxy59.10070.38350.3483
Hunter Lab76.877016.566118.7122
CIE-Lab81.346921.090218.2994

#fcbba9 color RGB value is (252,187,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10101001
Octal 374 273 251
Decimal 252 187 169
Hex FC BB A9

RGB Percentages of Color #fcbba9

%41.45
%30.76
%27.80

CMYK Percentages of Color #fcbba9

%0
%26
%33
%1

Triadic Colors of #fcbba9

#fcbba9 #a9fcbb #bba9fc

Analogous Colors of #fcbba9

#fcbba9 #fce5a9 #fca9c1

Monochromatic Colors of #fcbba9

#fcbba9

Complementary Color

#fcbba9 #a9eafc

#fcbba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbba9 Color CSS Codes

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

#fcbba9 Text Font Color

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

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


#fcbba9 Background Color

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

This div background color is #fcbba9


#fcbba9 Border Color

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

This div border color is #fcbba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbba9


Comments

No comments written yet.

Please login to write comment.