COLOR #F2C3B5

HEX: #F2C3B5
RGB: (242,195,181)

Color info

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

RGB color model

#F2C3B5 color RGB value is (242,195,181).

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

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 181 of 255 = 71%

242
195
181

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

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 181 = 618 (100%)
R 242 of 618 ~ 39.16%
G 195 of 618 ~ 31.55%
B 181 of 618 ~ 29.29%

%39.16
%31.55
%29.29

CMYK color model

#F2C3B5 color CMYK value is (0,19,25,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 25.21%
  • key color value is 5.10%
CMYK:
(0,19,25,5)
C0M19Y25K5 
(0%,19%,25%,5%)
(0.00/0.19/0.25/0.05)	

CMYK percentages

%0
%19.42
%25.21
%5.1

Codes

Color #F2C3B5 in popluar color models

F2C3B5
RGB242195181
HSL14°70.11%82.94%
HSB/HSV14°25.21%94.90%
CMYK0.00%19.42%25.21%
5.10%

Color #F2C3B5 in popluar number systems.

HEXF2C3B5
Decimal242195181
Binary111100101100001110110101
Octal362303265

Shades and tints

Shades of #F2C3B5

#F2C3B5
(242,195,181)
#DCB2A5
(220,178,165)
#C6A195
(198,161,149)
#B09085
(176,144,133)
#9A7F75
(154,127,117)
#846E65
(132,110,101)
#6E5D55
(110,93,85)
#584C45
(88,76,69)
#423B35
(66,59,53)
#2C2A25
(44,42,37)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #F2C3B5

#F2C3B5
(242,195,181)
#F3C8BB
(243,200,187)
#F4CDC1
(244,205,193)
#F5D2C7
(245,210,199)
#F6D7CD
(246,215,205)
#F7DCD3
(247,220,211)
#F8E1D9
(248,225,217)
#F9E6DF
(249,230,223)
#FAEBE5
(250,235,229)
#FBF0EB
(251,240,235)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C3B5; }

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

This text font color is #F2C3B5.


Background Color

.myBgColor { background-color: #F2C3B5; }

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

This div background color is #F2C3B5.


Border color

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

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

This div border color is #F2C3B5.


Opacity

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

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

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

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

This text has shadow with #F2C3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C3B5 on black background.


Color preview on white background

This text has color #F2C3B5 on white background.



Black color preview on #F2C3B5 background

This text has black color on #F2C3B5 background.


White color preview on #F2C3B5 background

This text has white color on #F2C3B5 background.