COLOR #F2C5B8

HEX: #F2C5B8
RGB: (242,197,184)

Color info

#F2C5B8 contains red, green and blue colors in about the same proportion. Web safe color of #F2C5B8 is #FFCCCC (or #FCC).

RGB color model

#F2C5B8 color RGB value is (242,197,184).

  • red value is 242;
  • green value is 197;
  • blue value is 184.
RGB:
(242,197,184)
(95%,77%,72%)

RGB channels and saturation

R 242 of 255 = 95%
G 197 of 255 = 77%
B 184 of 255 = 72%

242
197
184

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

Portions of RGB colors in percentages

R + G + B =
242 + 197 + 184 = 623 (100%)
R 242 of 623 ~ 38.84%
G 197 of 623 ~ 31.62%
B 184 of 623 ~ 29.53%

%38.84
%31.62
%29.53

CMYK color model

#F2C5B8 color CMYK value is (0,19,24,5).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 23.97%
  • key color value is 5.10%
CMYK:
(0,19,24,5)
C0M19Y24K5 
(0%,19%,24%,5%)
(0.00/0.19/0.24/0.05)	

CMYK percentages

%0
%18.6
%23.97
%5.1

Codes

Color #F2C5B8 in popluar color models

F2C5B8
RGB242197184
HSL13°69.05%83.53%
HSB/HSV13°23.97%94.90%
CMYK0.00%18.60%23.97%
5.10%

Color #F2C5B8 in popluar number systems.

HEXF2C5B8
Decimal242197184
Binary111100101100010110111000
Octal362305270

Shades and tints

Shades of #F2C5B8

#F2C5B8
(242,197,184)
#DCB4A8
(220,180,168)
#C6A398
(198,163,152)
#B09288
(176,146,136)
#9A8178
(154,129,120)
#847068
(132,112,104)
#6E5F58
(110,95,88)
#584E48
(88,78,72)
#423D38
(66,61,56)
#2C2C28
(44,44,40)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #F2C5B8

#F2C5B8
(242,197,184)
#F3CABE
(243,202,190)
#F4CFC4
(244,207,196)
#F5D4CA
(245,212,202)
#F6D9D0
(246,217,208)
#F7DED6
(247,222,214)
#F8E3DC
(248,227,220)
#F9E8E2
(249,232,226)
#FAEDE8
(250,237,232)
#FBF2EE
(251,242,238)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C5B8 color. Also use rgb(242,197,184) instead hex code.

Text Font Color

.myTextColor { color: #F2C5B8; }

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

This text font color is #F2C5B8.


Background Color

.myBgColor { background-color: #F2C5B8; }

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

This div background color is #F2C5B8.


Border color

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

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

This div border color is #F2C5B8.


Opacity

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

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

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

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

This text has shadow with #F2C5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C5B8 on black background.


Color preview on white background

This text has color #F2C5B8 on white background.



Black color preview on #F2C5B8 background

This text has black color on #F2C5B8 background.


White color preview on #F2C5B8 background

This text has white color on #F2C5B8 background.