COLOR #FA9695

HEX: #FA9695 RGB: (250,150,149)

Color info

#FA9695 contains mainly red color. Web safe color of #FA9695 is #FF9999 (or #F99).

RGB color model

#FA9695 color RGB value is (250,150,149).

RGB: (250,150,149) (98%, 59%, 58%)

RGB channels and saturation

R 250 of 255 = 98%
G 150 of 255 = 59%
B 149 of 255 = 58%

250
150
149

R + G + B ~ 72%. #FA9695 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 150 + 149 = 549 (100%)
R 250 of 549 ~ 45.54%
G 150 of 549 ~ 27.32%
B 149 of 549 ~ 27.14'%

%45.54
%27.32
%27.14

CMYK color model

#FA9695 color CMYK value is (0,40,40,2).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.40%
  • key color value is 1.96%

CMYK: (0,40,40,2)
C0M40Y40K2 (0%, 40%, 40%, 2%)
(0.00 / 0.40 / 0.40 / 0.02)

CMYK percentages

%0
%40
%40.4
%1.96

Codes

Color #FA9695 in popluar color models

FA 96 95
RGB 250 150 149
HSL 90.99% 78.24%
HSB/HSV 40.40% 98.04%
CMYK 0.00% 40.00% 40.40%
1.96%

Color #FA9695 in popluar number systems.

HEX FA 96 95
Decimal 250 150 149
Binary 11111010 10010110 10010101
Octal 372 226 225

Shades and tints

Shades of #FA9695

#FA9695
(250,150,149)
#E48988
(228,137,136)
#CE7C7B
(206,124,123)
#B86F6E
(184,111,110)
#A26261
(162,98,97)
#8C5554
(140,85,84)
#764847
(118,72,71)
#603B3A
(96,59,58)
#4A2E2D
(74,46,45)
#342120
(52,33,32)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #FA9695

#FA9695
(250,150,149)
#FA9F9E
(250,159,158)
#FAA8A7
(250,168,167)
#FAB1B0
(250,177,176)
#FABAB9
(250,186,185)
#FAC3C2
(250,195,194)
#FACCCB
(250,204,203)
#FAD5D4
(250,213,212)
#FADEDD
(250,222,221)
#FAE7E6
(250,231,230)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9695 color. Also use rgb(250,150,149) instead hex code.

Text Font Color

.myTextColor { color: #FA9695; }

<p style="color:#FA9695">This sample text font color is #FA9695.</p>

This text font color is #FA9695.

Background Color

.myBgColor { background-color: #FA9695; }

<div style="background-color:#FA9695">Inner text</div>

This div background color is #FA9695.

Border color

.myBorderColor { border: 1px solid #FA9695; }

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

This div border color is #FA9695.

Opacity

.myOpacity80 { color: #FA9695; opacity: 0.8; }

<p style="color:#FA9695;opacity:0.8;">80%</p>

Text with #FA9695 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FA9695;}

<p style="text-shadow: 3px 3px 1px #FA9695">Text here.</p>

This text has shadow with #FA9695 color.


.textShadow {text-shadow: 3px 3px 1px #FA9695', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FA9695, 5px 5px 20px red">Text here.</p>

This text has shadow with #FA9695 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FA9695, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FA9695, Direction=45, Strength=4)">Text</p>

This text has shadow with #FA9695 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FA9695;
-webkit-box-shadow: 1px 1px 3px 2px #FA9695;
box-shadow: 1px 1px 3px 2px #FA9695;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FA9695; -webkit-box-shadow: 1px 1px 3px 2px #FA9695; box-shadow:1px 1px 3px 2px #FA9695;">
Div content here
</div>

This div box has shadow with color #FA9695.

Preview

Color preview on black background

This text has color #FA9695 on black background.


Color preview on white background

This text has color #FA9695 on white background.


Black color preview on #FA9695 background

This text has black color on #FA9695 background.


White color preview on #FA9695 background

This text has white color on #FA9695 background.


Related colors

Complementary color

Complementary color for #hex is #05696A.


I love getcolorcode.com

Triadic colors

1 #95FA96 and #9695FA with #FA9695 are triadic colors.

2 #9596FA and #96FA95 with #FA9695 are triadic colors.