Color Hex Logo

#fba2ec Color Hex

#FBA2EC
(251,162,236)
0 Favorites   0 Comments

Color spaces of #fba2ec

RGB 251162236
HSL0.860.920.81
HSV310°35°98°
CMYK 0.000.350.06   0.02
XYZ67.844352.406085.8965
Yxy52.40600.32910.2542
Hunter Lab72.392040.6006-19.6760
CIE-Lab77.523043.7336-23.5534

#fba2ec color RGB value is (251,162,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 11101100
Octal 373 242 354
Decimal 251 162 236
Hex FB A2 EC

RGB Percentages of Color #fba2ec

%38.67
%24.96
%36.36

CMYK Percentages of Color #fba2ec

%0
%35
%6
%2

Triadic Colors of #fba2ec

#fba2ec #ecfba2 #a2ecfb

Analogous Colors of #fba2ec

#fba2ec #fba2c0 #dea2fb

Monochromatic Colors of #fba2ec

#fba2ec

Complementary Color

#fba2ec #a2fbb1

#fba2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba2ec Color CSS Codes

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

#fba2ec Text Font Color

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

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


#fba2ec Background Color

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

This div background color is #fba2ec


#fba2ec Border Color

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

This div border color is #fba2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba2ec


Comments

No comments written yet.

Please login to write comment.