Color Hex Logo

#fbb998 Color Hex

#FBB998
(251,185,152)
0 Favorites   0 Comments

Color spaces of #fbb998

RGB 251185152
HSL0.060.930.79
HSV20°39°98°
CMYK 0.000.260.39   0.02
XYZ62.800157.474237.4895
Yxy57.47420.39810.3643
Hunter Lab75.811715.193323.7488
CIE-Lab80.445619.775426.1075

#fbb998 color RGB value is (251,185,152).

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

The process color (four color CMYK) of #fbb998 color hex is 0.00, 0.26, 0.39, 0.02. Web safe color of #fbb998 is #ffcc99. Color #fbb998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 10011000
Octal 373 271 230
Decimal 251 185 152
Hex FB B9 98

RGB Percentages of Color #fbb998

%42.69
%31.46
%25.85

CMYK Percentages of Color #fbb998

%0
%26
%39
%2

Triadic Colors of #fbb998

#fbb998 #98fbb9 #b998fb

Analogous Colors of #fbb998

#fbb998 #fbeb98 #fb98a9

Monochromatic Colors of #fbb998

#fbb998

Complementary Color

#fbb998 #98dafb

#fbb998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb998 Color CSS Codes

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

#fbb998 Text Font Color

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

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


#fbb998 Background Color

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

This div background color is #fbb998


#fbb998 Border Color

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

This div border color is #fbb998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb998


Comments

No comments written yet.

Please login to write comment.