Color Hex Logo

#fba6ec Color Hex

#FBA6EC
(251,166,236)
0 Favorites   0 Comments

Color spaces of #fba6ec

RGB 251166236
HSL0.860.910.82
HSV311°34°98°
CMYK 0.000.340.06   0.02
XYZ68.560253.837886.1351
Yxy53.83780.32880.2582
Hunter Lab73.374238.3838-18.2394
CIE-Lab78.367141.6616-22.2691

#fba6ec color RGB value is (251,166,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 11101100
Octal 373 246 354
Decimal 251 166 236
Hex FB A6 EC

RGB Percentages of Color #fba6ec

%38.44
%25.42
%36.14

CMYK Percentages of Color #fba6ec

%0
%34
%6
%2

Triadic Colors of #fba6ec

#fba6ec #ecfba6 #a6ecfb

Analogous Colors of #fba6ec

#fba6ec #fba6c2 #e0a6fb

Monochromatic Colors of #fba6ec

#fba6ec

Complementary Color

#fba6ec #a6fbb5

#fba6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba6ec Color CSS Codes

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

#fba6ec Text Font Color

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

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


#fba6ec Background Color

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

This div background color is #fba6ec


#fba6ec Border Color

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

This div border color is #fba6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba6ec


Comments

No comments written yet.

Please login to write comment.