Color Hex Logo

#fa9795 Color Hex

#FA9795
(250,151,149)
0 Favorites   0 Comments

Color spaces of #fa9795

RGB 250151149
HSL0.000.910.78
HSV40°98°
CMYK 0.000.400.40   0.02
XYZ55.915844.627134.1006
Yxy44.62710.41530.3314
Hunter Lab66.803532.501716.4972
CIE-Lab72.645736.862917.0173

#fa9795 color RGB value is (250,151,149).

#fa9795 hex color red value is 250, green value is 151 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fa9795 hue: 0.00 , saturation: 0.91 and the lightness value of fa9795 is 0.78.

The process color (four color CMYK) of #fa9795 color hex is 0.00, 0.40, 0.40, 0.02. Web safe color of #fa9795 is #ff9999. Color #fa9795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 10010101
Octal 372 227 225
Decimal 250 151 149
Hex FA 97 95

RGB Percentages of Color #fa9795

%45.45
%27.45
%27.09

CMYK Percentages of Color #fa9795

%0
%40
%40
%2

Triadic Colors of #fa9795

#fa9795 #95fa97 #9795fa

Analogous Colors of #fa9795

#fa9795 #faca95 #fa95c6

Monochromatic Colors of #fa9795

#fa9795

Complementary Color

#fa9795 #95f8fa

#fa9795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9795 Color CSS Codes

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

#fa9795 Text Font Color

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

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


#fa9795 Background Color

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

This div background color is #fa9795


#fa9795 Border Color

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

This div border color is #fa9795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9795

Related Colors


Comments

No comments written yet.

Please login to write comment.