COLOR #F7C1A9

HEX: #F7C1A9
RGB: (247,193,169)

Color info

#F7C1A9 contains mainly red and green colors. Web safe color of #F7C1A9 is #FFCC99 (or #FC9).

RGB color model

#F7C1A9 color RGB value is (247,193,169).

  • red value is 247;
  • green value is 193;
  • blue value is 169.
RGB:
(247,193,169)
(97%,76%,66%)

RGB channels and saturation

R 247 of 255 = 97%
G 193 of 255 = 76%
B 169 of 255 = 66%

247
193
169

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

Portions of RGB colors in percentages

R + G + B =
247 + 193 + 169 = 609 (100%)
R 247 of 609 ~ 40.56%
G 193 of 609 ~ 31.69%
B 169 of 609 ~ 27.75%

%40.56
%31.69
%27.75

CMYK color model

#F7C1A9 color CMYK value is (0,22,32,3).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 31.58%
  • key color value is 3.14%
CMYK:
(0,22,32,3)
C0M22Y32K3 
(0%,22%,32%,3%)
(0.00/0.22/0.32/0.03)	

CMYK percentages

%0
%21.86
%31.58
%3.14

Codes

Color #F7C1A9 in popluar color models

F7C1A9
RGB247193169
HSL18°82.98%81.57%
HSB/HSV18°31.58%96.86%
CMYK0.00%21.86%31.58%
3.14%

Color #F7C1A9 in popluar number systems.

HEXF7C1A9
Decimal247193169
Binary111101111100000110101001
Octal367301251

Shades and tints

Shades of #F7C1A9

#F7C1A9
(247,193,169)
#E1B09A
(225,176,154)
#CB9F8B
(203,159,139)
#B58E7C
(181,142,124)
#9F7D6D
(159,125,109)
#896C5E
(137,108,94)
#735B4F
(115,91,79)
#5D4A40
(93,74,64)
#473931
(71,57,49)
#312822
(49,40,34)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #F7C1A9

#F7C1A9
(247,193,169)
#F7C6B0
(247,198,176)
#F7CBB7
(247,203,183)
#F7D0BE
(247,208,190)
#F7D5C5
(247,213,197)
#F7DACC
(247,218,204)
#F7DFD3
(247,223,211)
#F7E4DA
(247,228,218)
#F7E9E1
(247,233,225)
#F7EEE8
(247,238,232)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C1A9 color. Also use rgb(247,193,169) instead hex code.

Text Font Color

.myTextColor { color: #F7C1A9; }

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

This text font color is #F7C1A9.


Background Color

.myBgColor { background-color: #F7C1A9; }

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

This div background color is #F7C1A9.


Border color

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

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

This div border color is #F7C1A9.


Opacity

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

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

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

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

This text has shadow with #F7C1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C1A9 on black background.


Color preview on white background

This text has color #F7C1A9 on white background.



Black color preview on #F7C1A9 background

This text has black color on #F7C1A9 background.


White color preview on #F7C1A9 background

This text has white color on #F7C1A9 background.