Color Hex Logo

#fba6eb Color Hex

#FBA6EB
(251,166,235)
0 Favorites   0 Comments

Color spaces of #fba6eb

RGB 251166235
HSL0.860.910.82
HSV311°34°98°
CMYK 0.000.340.06   0.02
XYZ68.415353.779885.3719
Yxy53.77980.32960.2591
Hunter Lab73.334738.1902-17.6876
CIE-Lab78.333241.4916-21.7796

#fba6eb color RGB value is (251,166,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 11101011
Octal 373 246 353
Decimal 251 166 235
Hex FB A6 EB

RGB Percentages of Color #fba6eb

%38.50
%25.46
%36.04

CMYK Percentages of Color #fba6eb

%0
%34
%6
%2

Triadic Colors of #fba6eb

#fba6eb #ebfba6 #a6ebfb

Analogous Colors of #fba6eb

#fba6eb #fba6c1 #e1a6fb

Monochromatic Colors of #fba6eb

#fba6eb

Complementary Color

#fba6eb #a6fbb6

#fba6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba6eb Color CSS Codes

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

#fba6eb Text Font Color

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

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


#fba6eb Background Color

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

This div background color is #fba6eb


#fba6eb Border Color

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

This div border color is #fba6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba6eb


Comments

No comments written yet.

Please login to write comment.