COLOR #F2D3B3

HEX: #F2D3B3
RGB: (242,211,179)

Color info

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

RGB color model

#F2D3B3 color RGB value is (242,211,179).

  • red value is 242;
  • green value is 211;
  • blue value is 179.
RGB:
(242,211,179)
(95%,83%,70%)

RGB channels and saturation

R 242 of 255 = 95%
G 211 of 255 = 83%
B 179 of 255 = 70%

242
211
179

R + G + B ~ 83%. #F2D3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 211 + 179 = 632 (100%)
R 242 of 632 ~ 38.29%
G 211 of 632 ~ 33.39%
B 179 of 632 ~ 28.32%

%38.29
%33.39
%28.32

CMYK color model

#F2D3B3 color CMYK value is (0,13,26,5).

  • cyan value is 0.00%
  • magenta value is 12.81%
  • yellow value is 26.03%
  • key color value is 5.10%
CMYK:
(0,13,26,5)
C0M13Y26K5 
(0%,13%,26%,5%)
(0.00/0.13/0.26/0.05)	

CMYK percentages

%0
%12.81
%26.03
%5.1

Codes

Color #F2D3B3 in popluar color models

F2D3B3
RGB242211179
HSL30°70.79%82.55%
HSB/HSV30°26.03%94.90%
CMYK0.00%12.81%26.03%
5.10%

Color #F2D3B3 in popluar number systems.

HEXF2D3B3
Decimal242211179
Binary111100101101001110110011
Octal362323263

Shades and tints

Shades of #F2D3B3

#F2D3B3
(242,211,179)
#DCC0A3
(220,192,163)
#C6AD93
(198,173,147)
#B09A83
(176,154,131)
#9A8773
(154,135,115)
#847463
(132,116,99)
#6E6153
(110,97,83)
#584E43
(88,78,67)
#423B33
(66,59,51)
#2C2823
(44,40,35)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #F2D3B3

#F2D3B3
(242,211,179)
#F3D7B9
(243,215,185)
#F4DBBF
(244,219,191)
#F5DFC5
(245,223,197)
#F6E3CB
(246,227,203)
#F7E7D1
(247,231,209)
#F8EBD7
(248,235,215)
#F9EFDD
(249,239,221)
#FAF3E3
(250,243,227)
#FBF7E9
(251,247,233)
#FCFBEF
(252,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D3B3 color. Also use rgb(242,211,179) instead hex code.

Text Font Color

.myTextColor { color: #F2D3B3; }

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

This text font color is #F2D3B3.


Background Color

.myBgColor { background-color: #F2D3B3; }

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

This div background color is #F2D3B3.


Border color

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

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

This div border color is #F2D3B3.


Opacity

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

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

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

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

This text has shadow with #F2D3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D3B3 on black background.


Color preview on white background

This text has color #F2D3B3 on white background.



Black color preview on #F2D3B3 background

This text has black color on #F2D3B3 background.


White color preview on #F2D3B3 background

This text has white color on #F2D3B3 background.