Color Hex Logo

#fba8ec Color Hex

#FBA8EC
(251,168,236)
0 Favorites   0 Comments

Color spaces of #fba8ec

RGB 251168236
HSL0.860.910.82
HSV311°33°98°
CMYK 0.000.330.06   0.02
XYZ68.926654.570686.2572
Yxy54.57060.32860.2602
Hunter Lab73.871937.2746-17.5202
CIE-Lab78.793340.6218-21.6215

#fba8ec color RGB value is (251,168,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 11101100
Octal 373 250 354
Decimal 251 168 236
Hex FB A8 EC

RGB Percentages of Color #fba8ec

%38.32
%25.65
%36.03

CMYK Percentages of Color #fba8ec

%0
%33
%6
%2

Triadic Colors of #fba8ec

#fba8ec #ecfba8 #a8ecfb

Analogous Colors of #fba8ec

#fba8ec #fba8c3 #e1a8fb

Monochromatic Colors of #fba8ec

#fba8ec

Complementary Color

#fba8ec #a8fbb7

#fba8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba8ec Color CSS Codes

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

#fba8ec Text Font Color

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

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


#fba8ec Background Color

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

This div background color is #fba8ec


#fba8ec Border Color

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

This div border color is #fba8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba8ec


Comments

No comments written yet.

Please login to write comment.