Color Hex Logo

#fba0ec Color Hex

#FBA0EC
(251,160,236)
0 Favorites   0 Comments

Color spaces of #fba0ec

RGB 251160236
HSL0.860.920.81
HSV310°36°98°
CMYK 0.000.360.06   0.02
XYZ67.494851.707085.7800
Yxy51.70700.32930.2523
Hunter Lab71.907641.7077-20.3929
CIE-Lab77.105344.7653-24.1899

#fba0ec color RGB value is (251,160,236).

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

The process color (four color CMYK) of #fba0ec color hex is 0.00, 0.36, 0.06, 0.02. Web safe color of #fba0ec is #ff99ff. Color #fba0ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 11101100
Octal 373 240 354
Decimal 251 160 236
Hex FB A0 EC

RGB Percentages of Color #fba0ec

%38.79
%24.73
%36.48

CMYK Percentages of Color #fba0ec

%0
%36
%6
%2

Triadic Colors of #fba0ec

#fba0ec #ecfba0 #a0ecfb

Analogous Colors of #fba0ec

#fba0ec #fba0bf #dda0fb

Monochromatic Colors of #fba0ec

#fba0ec

Complementary Color

#fba0ec #a0fbaf

#fba0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba0ec Color CSS Codes

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

#fba0ec Text Font Color

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

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


#fba0ec Background Color

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

This div background color is #fba0ec


#fba0ec Border Color

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

This div border color is #fba0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba0ec


Comments

No comments written yet.

Please login to write comment.