Color Hex Logo

#fba998 Color Hex

#FBA998
(251,169,152)
0 Favorites   0 Comments

Color spaces of #fba998

RGB 251169152
HSL0.030.930.79
HSV10°39°98°
CMYK 0.000.330.39   0.02
XYZ59.639151.152236.4358
Yxy51.15220.40510.3474
Hunter Lab71.520823.684719.8596
CIE-Lab76.771128.180821.0980

#fba998 color RGB value is (251,169,152).

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

The process color (four color CMYK) of #fba998 color hex is 0.00, 0.33, 0.39, 0.02. Web safe color of #fba998 is #ff9999. Color #fba998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 10011000
Octal 373 251 230
Decimal 251 169 152
Hex FB A9 98

RGB Percentages of Color #fba998

%43.88
%29.55
%26.57

CMYK Percentages of Color #fba998

%0
%33
%39
%2

Triadic Colors of #fba998

#fba998 #98fba9 #a998fb

Analogous Colors of #fba998

#fba998 #fbdb98 #fb98b9

Monochromatic Colors of #fba998

#fba998

Complementary Color

#fba998 #98eafb

#fba998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba998 Color CSS Codes

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

#fba998 Text Font Color

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

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


#fba998 Background Color

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

This div background color is #fba998


#fba998 Border Color

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

This div border color is #fba998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,169,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 #fba998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba998

Related Colors


Comments

No comments written yet.

Please login to write comment.