Color Hex Logo

#fbc29f Color Hex

#FBC29F
(251,194,159)
0 Favorites   0 Comments

Color spaces of #fbc29f

RGB 251194159
HSL0.060.920.80
HSV23°37°98°
CMYK 0.000.230.37   0.02
XYZ65.333561.596041.2467
Yxy61.59600.38850.3663
Hunter Lab78.483111.247423.7784
CIE-Lab82.698115.845225.4565

#fbc29f color RGB value is (251,194,159).

#fbc29f hex color red value is 251, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fbc29f hue: 0.06 , saturation: 0.92 and the lightness value of fbc29f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 10011111
Octal 373 302 237
Decimal 251 194 159
Hex FB C2 9F

RGB Percentages of Color #fbc29f

%41.56
%32.12
%26.32

CMYK Percentages of Color #fbc29f

%0
%23
%37
%2

Triadic Colors of #fbc29f

#fbc29f #9ffbc2 #c29ffb

Analogous Colors of #fbc29f

#fbc29f #fbf09f #fb9faa

Monochromatic Colors of #fbc29f

#fbc29f

Complementary Color

#fbc29f #9fd8fb

#fbc29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc29f Color CSS Codes

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

#fbc29f Text Font Color

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

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


#fbc29f Background Color

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

This div background color is #fbc29f


#fbc29f Border Color

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

This div border color is #fbc29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc29f

Related Colors

#fbc29f Color Palettes


Comments

No comments written yet.

Please login to write comment.