Color Hex Logo

#fba0be Color Hex

#FBA0BE
(251,160,190)
0 Favorites   0 Comments

Color spaces of #fba0be

RGB 251160190
HSL0.950.920.81
HSV340°36°98°
CMYK 0.000.360.24   0.02
XYZ61.648749.368554.9950
Yxy49.36850.37140.2974
Hunter Lab70.262733.65662.7773
CIE-Lab75.680037.6388-1.2073

#fba0be color RGB value is (251,160,190).

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

The process color (four color CMYK) of #fba0be color hex is 0.00, 0.36, 0.24, 0.02. Web safe color of #fba0be is #ff99cc. Color #fba0be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 10111110
Octal 373 240 276
Decimal 251 160 190
Hex FB A0 BE

RGB Percentages of Color #fba0be

%41.76
%26.62
%31.61

CMYK Percentages of Color #fba0be

%0
%36
%24
%2

Triadic Colors of #fba0be

#fba0be #befba0 #a0befb

Analogous Colors of #fba0be

#fba0be #fbb0a0 #fba0ec

Monochromatic Colors of #fba0be

#fba0be

Complementary Color

#fba0be #a0fbdd

#fba0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba0be Color CSS Codes

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

#fba0be Text Font Color

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

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


#fba0be Background Color

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

This div background color is #fba0be


#fba0be Border Color

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

This div border color is #fba0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba0be

Related Colors


Comments

No comments written yet.

Please login to write comment.