COLOR #F2C7B5

HEX: #F2C7B5
RGB: (242,199,181)

Color info

#F2C7B5 contains mainly red and green colors. Web safe color of #F2C7B5 is #FFCCCC (or #FCC).

RGB color model

#F2C7B5 color RGB value is (242,199,181).

  • red value is 242;
  • green value is 199;
  • blue value is 181.
RGB: (242,199,181) (95%,78%,71%)

RGB channels and saturation

R 242 of 255 = 95%
G 199 of 255 = 78%
B 181 of 255 = 71%

242
199
181

R + G + B ~ 81%. #F2C7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 199 + 181 = 622 (100%)
R 242 of 622 ~ 38.91%
G 199 of 622 ~ 31.99%
B 181 of 622 ~ 29.1%

%38.91
%31.99
%29.1

CMYK color model

#F2C7B5 color CMYK value is (0,18,25,5).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 25.21%
  • key color value is 5.10%
CMYK: (0,18,25,5) C0M18Y25K5 (0%,18%,25%,5%) (0.00/0.18/0.25/0.05)

CMYK percentages

%0
%17.77
%25.21
%5.1

Codes

Color #F2C7B5 in popluar color models

F2C7B5
RGB242199181
HSL18°70.11%82.94%
HSB/HSV18°25.21%94.90%
CMYK0.00%17.77%25.21%
5.10%

Color #F2C7B5 in popluar number systems.

HEXF2C7B5
Decimal242199181
Binary111100101100011110110101
Octal362307265

Shades and tints

Shades of #F2C7B5

#F2C7B5
(242,199,181)
#DCB5A5
(220,181,165)
#C6A395
(198,163,149)
#B09185
(176,145,133)
#9A7F75
(154,127,117)
#846D65
(132,109,101)
#6E5B55
(110,91,85)
#584945
(88,73,69)
#423735
(66,55,53)
#2C2525
(44,37,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #F2C7B5

#F2C7B5
(242,199,181)
#F3CCBB
(243,204,187)
#F4D1C1
(244,209,193)
#F5D6C7
(245,214,199)
#F6DBCD
(246,219,205)
#F7E0D3
(247,224,211)
#F8E5D9
(248,229,217)
#F9EADF
(249,234,223)
#FAEFE5
(250,239,229)
#FBF4EB
(251,244,235)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C7B5 color. Also use rgb(242,199,181) instead hex code.

Text Font Color

.myTextColor { color: #F2C7B5; }

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

This text font color is #F2C7B5.


Background Color

.myBgColor { background-color: #F2C7B5; }

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

This div background color is #F2C7B5.


Border color

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

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

This div border color is #F2C7B5.


Opacity

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

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

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

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

This text has shadow with #F2C7B5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F2C7B5 on black background.


Color preview on white background

This text has color #F2C7B5 on white background.



Black color preview on #F2C7B5 background

This text has black color on #F2C7B5 background.


White color preview on #F2C7B5 background

This text has white color on #F2C7B5 background.