COLOR #F2C3AF

HEX: #F2C3AF
RGB: (242,195,175)

Color info

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

RGB color model

#F2C3AF color RGB value is (242,195,175).

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

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 175 of 255 = 69%

242
195
175

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

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 175 = 612 (100%)
R 242 of 612 ~ 39.54%
G 195 of 612 ~ 31.86%
B 175 of 612 ~ 28.59%

%39.54
%31.86
%28.59

CMYK color model

#F2C3AF color CMYK value is (0,19,28,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 27.69%
  • key color value is 5.10%
CMYK:
(0,19,28,5)
C0M19Y28K5 
(0%,19%,28%,5%)
(0.00/0.19/0.28/0.05)	

CMYK percentages

%0
%19.42
%27.69
%5.1

Codes

Color #F2C3AF in popluar color models

F2C3AF
RGB242195175
HSL18°72.04%81.76%
HSB/HSV18°27.69%94.90%
CMYK0.00%19.42%27.69%
5.10%

Color #F2C3AF in popluar number systems.

HEXF2C3AF
Decimal242195175
Binary111100101100001110101111
Octal362303257

Shades and tints

Shades of #F2C3AF

#F2C3AF
(242,195,175)
#DCB2A0
(220,178,160)
#C6A191
(198,161,145)
#B09082
(176,144,130)
#9A7F73
(154,127,115)
#846E64
(132,110,100)
#6E5D55
(110,93,85)
#584C46
(88,76,70)
#423B37
(66,59,55)
#2C2A28
(44,42,40)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #F2C3AF

#F2C3AF
(242,195,175)
#F3C8B6
(243,200,182)
#F4CDBD
(244,205,189)
#F5D2C4
(245,210,196)
#F6D7CB
(246,215,203)
#F7DCD2
(247,220,210)
#F8E1D9
(248,225,217)
#F9E6E0
(249,230,224)
#FAEBE7
(250,235,231)
#FBF0EE
(251,240,238)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C3AF; }

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

This text font color is #F2C3AF.


Background Color

.myBgColor { background-color: #F2C3AF; }

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

This div background color is #F2C3AF.


Border color

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

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

This div border color is #F2C3AF.


Opacity

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

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

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

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

This text has shadow with #F2C3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C3AF on black background.


Color preview on white background

This text has color #F2C3AF on white background.



Black color preview on #F2C3AF background

This text has black color on #F2C3AF background.


White color preview on #F2C3AF background

This text has white color on #F2C3AF background.