COLOR #F2D1BE

HEX: #F2D1BE
RGB: (242,209,190)

Color info

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

RGB color model

#F2D1BE color RGB value is (242,209,190).

  • red value is 242;
  • green value is 209;
  • blue value is 190.
RGB:
(242,209,190)
(95%,82%,75%)

RGB channels and saturation

R 242 of 255 = 95%
G 209 of 255 = 82%
B 190 of 255 = 75%

242
209
190

R + G + B ~ 84%. #F2D1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 209 + 190 = 641 (100%)
R 242 of 641 ~ 37.75%
G 209 of 641 ~ 32.61%
B 190 of 641 ~ 29.64%

%37.75
%32.61
%29.64

CMYK color model

#F2D1BE color CMYK value is (0,14,21,5).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(0,14,21,5)
C0M14Y21K5 
(0%,14%,21%,5%)
(0.00/0.14/0.21/0.05)	

CMYK percentages

%0
%13.64
%21.49
%5.1

Codes

Color #F2D1BE in popluar color models

F2D1BE
RGB242209190
HSL22°66.67%84.71%
HSB/HSV22°21.49%94.90%
CMYK0.00%13.64%21.49%
5.10%

Color #F2D1BE in popluar number systems.

HEXF2D1BE
Decimal242209190
Binary111100101101000110111110
Octal362321276

Shades and tints

Shades of #F2D1BE

#F2D1BE
(242,209,190)
#DCBEAD
(220,190,173)
#C6AB9C
(198,171,156)
#B0988B
(176,152,139)
#9A857A
(154,133,122)
#847269
(132,114,105)
#6E5F58
(110,95,88)
#584C47
(88,76,71)
#423936
(66,57,54)
#2C2625
(44,38,37)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #F2D1BE

#F2D1BE
(242,209,190)
#F3D5C3
(243,213,195)
#F4D9C8
(244,217,200)
#F5DDCD
(245,221,205)
#F6E1D2
(246,225,210)
#F7E5D7
(247,229,215)
#F8E9DC
(248,233,220)
#F9EDE1
(249,237,225)
#FAF1E6
(250,241,230)
#FBF5EB
(251,245,235)
#FCF9F0
(252,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D1BE color. Also use rgb(242,209,190) instead hex code.

Text Font Color

.myTextColor { color: #F2D1BE; }

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

This text font color is #F2D1BE.


Background Color

.myBgColor { background-color: #F2D1BE; }

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

This div background color is #F2D1BE.


Border color

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

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

This div border color is #F2D1BE.


Opacity

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

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

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

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

This text has shadow with #F2D1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D1BE on black background.


Color preview on white background

This text has color #F2D1BE on white background.



Black color preview on #F2D1BE background

This text has black color on #F2D1BE background.


White color preview on #F2D1BE background

This text has white color on #F2D1BE background.