COLOR #F2D4BE

HEX: #F2D4BE
RGB: (242,212,190)

Color info

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

RGB color model

#F2D4BE color RGB value is (242,212,190).

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

RGB channels and saturation

R 242 of 255 = 95%
G 212 of 255 = 83%
B 190 of 255 = 75%

242
212
190

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

Portions of RGB colors in percentages

R + G + B =
242 + 212 + 190 = 644 (100%)
R 242 of 644 ~ 37.58%
G 212 of 644 ~ 32.92%
B 190 of 644 ~ 29.5%

%37.58
%32.92
%29.5

CMYK color model

#F2D4BE color CMYK value is (0,12,21,5).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(0,12,21,5)
C0M12Y21K5 
(0%,12%,21%,5%)
(0.00/0.12/0.21/0.05)	

CMYK percentages

%0
%12.4
%21.49
%5.1

Codes

Color #F2D4BE in popluar color models

F2D4BE
RGB242212190
HSL25°66.67%84.71%
HSB/HSV25°21.49%94.90%
CMYK0.00%12.40%21.49%
5.10%

Color #F2D4BE in popluar number systems.

HEXF2D4BE
Decimal242212190
Binary111100101101010010111110
Octal362324276

Shades and tints

Shades of #F2D4BE

#F2D4BE
(242,212,190)
#DCC1AD
(220,193,173)
#C6AE9C
(198,174,156)
#B09B8B
(176,155,139)
#9A887A
(154,136,122)
#847569
(132,117,105)
#6E6258
(110,98,88)
#584F47
(88,79,71)
#423C36
(66,60,54)
#2C2925
(44,41,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #F2D4BE

#F2D4BE
(242,212,190)
#F3D7C3
(243,215,195)
#F4DAC8
(244,218,200)
#F5DDCD
(245,221,205)
#F6E0D2
(246,224,210)
#F7E3D7
(247,227,215)
#F8E6DC
(248,230,220)
#F9E9E1
(249,233,225)
#FAECE6
(250,236,230)
#FBEFEB
(251,239,235)
#FCF2F0
(252,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D4BE; }

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

This text font color is #F2D4BE.


Background Color

.myBgColor { background-color: #F2D4BE; }

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

This div background color is #F2D4BE.


Border color

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

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

This div border color is #F2D4BE.


Opacity

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

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

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

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

This text has shadow with #F2D4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D4BE on black background.


Color preview on white background

This text has color #F2D4BE on white background.



Black color preview on #F2D4BE background

This text has black color on #F2D4BE background.


White color preview on #F2D4BE background

This text has white color on #F2D4BE background.