Color Hex Logo

#fbc091 Color Hex

#FBC091
(251,192,145)
0 Favorites   0 Comments

Color spaces of #fbc091

RGB 251192145
HSL0.070.930.78
HSV27°42°98°
CMYK 0.000.240.42   0.02
XYZ63.744160.252835.0583
Yxy60.25280.40080.3788
Hunter Lab77.622710.745327.5575
CIE-Lab81.975415.352631.8433

#fbc091 color RGB value is (251,192,145).

#fbc091 hex color red value is 251, green value is 192 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fbc091 hue: 0.07 , saturation: 0.93 and the lightness value of fbc091 is 0.78.

The process color (four color CMYK) of #fbc091 color hex is 0.00, 0.24, 0.42, 0.02. Web safe color of #fbc091 is #ffcc99. Color #fbc091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 10010001
Octal 373 300 221
Decimal 251 192 145
Hex FB C0 91

RGB Percentages of Color #fbc091

%42.69
%32.65
%24.66

CMYK Percentages of Color #fbc091

%0
%24
%42
%2

Triadic Colors of #fbc091

#fbc091 #91fbc0 #c091fb

Analogous Colors of #fbc091

#fbc091 #fbf591 #fb9197

Monochromatic Colors of #fbc091

#fbc091

Complementary Color

#fbc091 #91ccfb

#fbc091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc091 Color CSS Codes

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

#fbc091 Text Font Color

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

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


#fbc091 Background Color

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

This div background color is #fbc091


#fbc091 Border Color

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

This div border color is #fbc091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,192,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbc091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbc091;
  -webkit-box-shadow: 1px 1px 3px 2px #fbc091;
  box-shadow:         1px 1px 3px 2px #fbc091; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,192,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc091


Comments

No comments written yet.

Please login to write comment.