Color Hex Logo

#fa9ebc Color Hex

#FA9EBC
(250,158,188)
0 Favorites   0 Comments

Color spaces of #fa9ebc

RGB 250158188
HSL0.950.900.80
HSV340°37°98°
CMYK 0.000.370.25   0.02
XYZ60.728348.408653.7200
Yxy48.40860.37290.2972
Hunter Lab69.576334.04172.9255
CIE-Lab75.081938.0520-0.9979

#fa9ebc color RGB value is (250,158,188).

#fa9ebc hex color red value is 250, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fa9ebc hue: 0.95 , saturation: 0.90 and the lightness value of fa9ebc is 0.80.

The process color (four color CMYK) of #fa9ebc color hex is 0.00, 0.37, 0.25, 0.02. Web safe color of #fa9ebc is #ff99cc. Color #fa9ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011110 10111100
Octal 372 236 274
Decimal 250 158 188
Hex FA 9E BC

RGB Percentages of Color #fa9ebc

%41.95
%26.51
%31.54

CMYK Percentages of Color #fa9ebc

%0
%37
%25
%2

Triadic Colors of #fa9ebc

#fa9ebc #bcfa9e #9ebcfa

Analogous Colors of #fa9ebc

#fa9ebc #faae9e #fa9eea

Monochromatic Colors of #fa9ebc

#fa9ebc

Complementary Color

#fa9ebc #9efadc

#fa9ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9ebc Color CSS Codes

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

#fa9ebc Text Font Color

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

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


#fa9ebc Background Color

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

This div background color is #fa9ebc


#fa9ebc Border Color

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

This div border color is #fa9ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,158,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa9ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa9ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #fa9ebc;
  box-shadow:         1px 1px 3px 2px #fa9ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,158,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9ebc


Comments

No comments written yet.

Please login to write comment.