Color Hex Logo

#fbc096 Color Hex

#FBC096
(251,192,150)
0 Favorites   0 Comments

Color spaces of #fbc096

RGB 251192150
HSL0.070.930.79
HSV25°40°98°
CMYK 0.000.240.40   0.02
XYZ64.138360.410537.1341
Yxy60.41050.39670.3736
Hunter Lab77.724211.281526.0801
CIE-Lab82.060815.884829.3367

#fbc096 color RGB value is (251,192,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 10010110
Octal 373 300 226
Decimal 251 192 150
Hex FB C0 96

RGB Percentages of Color #fbc096

%42.33
%32.38
%25.30

CMYK Percentages of Color #fbc096

%0
%24
%40
%2

Triadic Colors of #fbc096

#fbc096 #96fbc0 #c096fb

Analogous Colors of #fbc096

#fbc096 #fbf396 #fb969f

Monochromatic Colors of #fbc096

#fbc096

Complementary Color

#fbc096 #96d1fb

#fbc096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc096 Color CSS Codes

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

#fbc096 Text Font Color

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

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


#fbc096 Background Color

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

This div background color is #fbc096


#fbc096 Border Color

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

This div border color is #fbc096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc096

Related Colors


Comments

No comments written yet.

Please login to write comment.