Color Hex Logo

#fba0ad Color Hex

#FBA0AD
(251,160,173)
0 Favorites   0 Comments

Color spaces of #fba0ad

RGB 251160173
HSL0.980.920.81
HSV351°36°98°
CMYK 0.000.360.31   0.02
XYZ59.897348.668045.7721
Yxy48.66800.38810.3153
Hunter Lab69.762531.17399.9327
CIE-Lab75.244335.37877.4953

#fba0ad color RGB value is (251,160,173).

#fba0ad hex color red value is 251, green value is 160 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fba0ad hue: 0.98 , saturation: 0.92 and the lightness value of fba0ad is 0.81.

The process color (four color CMYK) of #fba0ad color hex is 0.00, 0.36, 0.31, 0.02. Web safe color of #fba0ad is #ff9999. Color #fba0ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 10101101
Octal 373 240 255
Decimal 251 160 173
Hex FB A0 AD

RGB Percentages of Color #fba0ad

%42.98
%27.40
%29.62

CMYK Percentages of Color #fba0ad

%0
%36
%31
%2

Triadic Colors of #fba0ad

#fba0ad #adfba0 #a0adfb

Analogous Colors of #fba0ad

#fba0ad #fbc1a0 #fba0db

Monochromatic Colors of #fba0ad

#fba0ad

Complementary Color

#fba0ad #a0fbee

#fba0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba0ad Color CSS Codes

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

#fba0ad Text Font Color

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

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


#fba0ad Background Color

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

This div background color is #fba0ad


#fba0ad Border Color

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

This div border color is #fba0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba0ad

Related Colors


Comments

No comments written yet.

Please login to write comment.