Color Hex Logo

#fba898 Color Hex

#FBA898
(251,168,152)
0 Favorites   0 Comments

Color spaces of #fba898

RGB 251168152
HSL0.030.930.79
HSV10°39°98°
CMYK 0.000.330.39   0.02
XYZ59.453850.781536.3740
Yxy50.78150.40550.3464
Hunter Lab71.261124.217119.6193
CIE-Lab76.546528.705320.7892

#fba898 color RGB value is (251,168,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 10011000
Octal 373 250 230
Decimal 251 168 152
Hex FB A8 98

RGB Percentages of Color #fba898

%43.96
%29.42
%26.62

CMYK Percentages of Color #fba898

%0
%33
%39
%2

Triadic Colors of #fba898

#fba898 #98fba8 #a898fb

Analogous Colors of #fba898

#fba898 #fbda98 #fb98ba

Monochromatic Colors of #fba898

#fba898

Complementary Color

#fba898 #98ebfb

#fba898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba898 Color CSS Codes

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

#fba898 Text Font Color

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

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


#fba898 Background Color

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

This div background color is #fba898


#fba898 Border Color

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

This div border color is #fba898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba898


Comments

No comments written yet.

Please login to write comment.