Color Hex Logo

#fa9cbe Color Hex

#FA9CBE
(250,156,190)
0 Favorites   0 Comments

Color spaces of #fa9cbe

RGB 250156190
HSL0.940.900.80
HSV338°38°98°
CMYK 0.000.380.24   0.02
XYZ60.607147.818654.7508
Yxy47.81860.37140.2930
Hunter Lab69.151035.43131.4624
CIE-Lab74.710439.3668-2.6430

#fa9cbe color RGB value is (250,156,190).

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

The process color (four color CMYK) of #fa9cbe color hex is 0.00, 0.38, 0.24, 0.02. Web safe color of #fa9cbe is #ff99cc. Color #fa9cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011100 10111110
Octal 372 234 276
Decimal 250 156 190
Hex FA 9C BE

RGB Percentages of Color #fa9cbe

%41.95
%26.17
%31.88

CMYK Percentages of Color #fa9cbe

%0
%38
%24
%2

Triadic Colors of #fa9cbe

#fa9cbe #befa9c #9cbefa

Analogous Colors of #fa9cbe

#fa9cbe #faa99c #fa9ced

Monochromatic Colors of #fa9cbe

#fa9cbe

Complementary Color

#fa9cbe #9cfad8

#fa9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9cbe Color CSS Codes

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

#fa9cbe Text Font Color

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

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


#fa9cbe Background Color

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

This div background color is #fa9cbe


#fa9cbe Border Color

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

This div border color is #fa9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9cbe


Comments

No comments written yet.

Please login to write comment.