Color Hex Logo

#fbc194 Color Hex

#FBC194
(251,193,148)
0 Favorites   0 Comments

Color spaces of #fbc194

RGB 251193148
HSL0.070.930.78
HSV26°41°98°
CMYK 0.000.230.41   0.02
XYZ64.198960.787336.3664
Yxy60.78730.39790.3767
Hunter Lab77.966210.539526.9212
CIE-Lab82.264315.145930.6572

#fbc194 color RGB value is (251,193,148).

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

The process color (four color CMYK) of #fbc194 color hex is 0.00, 0.23, 0.41, 0.02. Web safe color of #fbc194 is #ffcc99. Color #fbc194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 10010100
Octal 373 301 224
Decimal 251 193 148
Hex FB C1 94

RGB Percentages of Color #fbc194

%42.40
%32.60
%25.00

CMYK Percentages of Color #fbc194

%0
%23
%41
%2

Triadic Colors of #fbc194

#fbc194 #94fbc1 #c194fb

Analogous Colors of #fbc194

#fbc194 #fbf594 #fb949b

Monochromatic Colors of #fbc194

#fbc194

Complementary Color

#fbc194 #94cefb

#fbc194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc194 Color CSS Codes

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

#fbc194 Text Font Color

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

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


#fbc194 Background Color

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

This div background color is #fbc194


#fbc194 Border Color

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

This div border color is #fbc194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc194


Comments

No comments written yet.

Please login to write comment.