COLOR #F796D3

HEX: #F796D3
RGB: (247,150,211)

Color info

#F796D3 contains mainly red and blue colors. Web safe color of #F796D3 is #FF99CC (or #F9C).

RGB color model

#F796D3 color RGB value is (247,150,211).

  • red value is 247;
  • green value is 150;
  • blue value is 211.
RGB:
(247,150,211)
(97%,59%,83%)

RGB channels and saturation

R 247 of 255 = 97%
G 150 of 255 = 59%
B 211 of 255 = 83%

247
150
211

R + G + B ~ 80%. #F796D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 150 + 211 = 608 (100%)
R 247 of 608 ~ 40.63%
G 150 of 608 ~ 24.67%
B 211 of 608 ~ 34.7%

%40.63
%24.67
%34.7

CMYK color model

#F796D3 color CMYK value is (0,39,15,3).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 14.57%
  • key color value is 3.14%
CMYK:
(0,39,15,3)
C0M39Y15K3 
(0%,39%,15%,3%)
(0.00/0.39/0.15/0.03)	

CMYK percentages

%0
%39.27
%14.57
%3.14

Codes

Color #F796D3 in popluar color models

F796D3
RGB247150211
HSL322°85.84%77.84%
HSB/HSV322°39.27%96.86%
CMYK0.00%39.27%14.57%
3.14%

Color #F796D3 in popluar number systems.

HEXF796D3
Decimal247150211
Binary111101111001011011010011
Octal367226323

Shades and tints

Shades of #F796D3

#F796D3
(247,150,211)
#E189C0
(225,137,192)
#CB7CAD
(203,124,173)
#B56F9A
(181,111,154)
#9F6287
(159,98,135)
#895574
(137,85,116)
#734861
(115,72,97)
#5D3B4E
(93,59,78)
#472E3B
(71,46,59)
#312128
(49,33,40)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #F796D3

#F796D3
(247,150,211)
#F79FD7
(247,159,215)
#F7A8DB
(247,168,219)
#F7B1DF
(247,177,223)
#F7BAE3
(247,186,227)
#F7C3E7
(247,195,231)
#F7CCEB
(247,204,235)
#F7D5EF
(247,213,239)
#F7DEF3
(247,222,243)
#F7E7F7
(247,231,247)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F796D3 color. Also use rgb(247,150,211) instead hex code.

Text Font Color

.myTextColor { color: #F796D3; }

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

This text font color is #F796D3.


Background Color

.myBgColor { background-color: #F796D3; }

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

This div background color is #F796D3.


Border color

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

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

This div border color is #F796D3.


Opacity

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

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

Text with #F796D3 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 #F796D3;}

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

This text has shadow with #F796D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F796D3 on black background.


Color preview on white background

This text has color #F796D3 on white background.



Black color preview on #F796D3 background

This text has black color on #F796D3 background.


White color preview on #F796D3 background

This text has white color on #F796D3 background.