Color Hex Logo

#fba892 Color Hex

#FBA892
(251,168,146)
0 Favorites   0 Comments

Color spaces of #fba892

RGB 251168146
HSL0.030.930.78
HSV13°42°98°
CMYK 0.000.330.42   0.02
XYZ58.974650.589833.8506
Yxy50.58980.41120.3528
Hunter Lab71.126523.532021.5712
CIE-Lab76.429928.056023.8745

#fba892 color RGB value is (251,168,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 10010010
Octal 373 250 222
Decimal 251 168 146
Hex FB A8 92

RGB Percentages of Color #fba892

%44.42
%29.73
%25.84

CMYK Percentages of Color #fba892

%0
%33
%42
%2

Triadic Colors of #fba892

#fba892 #92fba8 #a892fb

Analogous Colors of #fba892

#fba892 #fbdd92 #fb92b1

Monochromatic Colors of #fba892

#fba892

Complementary Color

#fba892 #92e5fb

#fba892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba892 Color CSS Codes

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

#fba892 Text Font Color

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

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


#fba892 Background Color

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

This div background color is #fba892


#fba892 Border Color

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

This div border color is #fba892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba892


Comments

No comments written yet.

Please login to write comment.