Color Hex Logo

#fbc993 Color Hex

#FBC993
(251,201,147)
0 Favorites   0 Comments

Color spaces of #fbc993

RGB 251201147
HSL0.090.930.78
HSV31°41°98°
CMYK 0.000.200.41   0.02
XYZ65.936864.389136.5569
Yxy64.38910.39510.3858
Hunter Lab80.24286.251429.1587
CIE-Lab84.167910.863833.6975

#fbc993 color RGB value is (251,201,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 10010011
Octal 373 311 223
Decimal 251 201 147
Hex FB C9 93

RGB Percentages of Color #fbc993

%41.90
%33.56
%24.54

CMYK Percentages of Color #fbc993

%0
%20
%41
%2

Triadic Colors of #fbc993

#fbc993 #93fbc9 #c993fb

Analogous Colors of #fbc993

#fbc993 #f9fb93 #fb9593

Monochromatic Colors of #fbc993

#fbc993

Complementary Color

#fbc993 #93c5fb

#fbc993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc993 Color CSS Codes

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

#fbc993 Text Font Color

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

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


#fbc993 Background Color

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

This div background color is #fbc993


#fbc993 Border Color

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

This div border color is #fbc993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc993


Comments

No comments written yet.

Please login to write comment.