Color Hex Logo

#fba7ec Color Hex

#FBA7EC
(251,167,236)
0 Favorites   0 Comments

Color spaces of #fba7ec

RGB 251167236
HSL0.860.910.82
HSV311°33°98°
CMYK 0.000.330.06   0.02
XYZ68.742754.202886.1959
Yxy54.20280.32870.2592
Hunter Lab73.622637.8292-17.8798
CIE-Lab78.579841.1419-21.9457

#fba7ec color RGB value is (251,167,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 11101100
Octal 373 247 354
Decimal 251 167 236
Hex FB A7 EC

RGB Percentages of Color #fba7ec

%38.38
%25.54
%36.09

CMYK Percentages of Color #fba7ec

%0
%33
%6
%2

Triadic Colors of #fba7ec

#fba7ec #ecfba7 #a7ecfb

Analogous Colors of #fba7ec

#fba7ec #fba7c2 #e0a7fb

Monochromatic Colors of #fba7ec

#fba7ec

Complementary Color

#fba7ec #a7fbb6

#fba7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba7ec Color CSS Codes

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

#fba7ec Text Font Color

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

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


#fba7ec Background Color

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

This div background color is #fba7ec


#fba7ec Border Color

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

This div border color is #fba7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba7ec


Comments

No comments written yet.

Please login to write comment.