COLOR #F2BDAA

HEX: #F2BDAA
RGB: (242,189,170)

Color info

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

RGB color model

#F2BDAA color RGB value is (242,189,170).

  • red value is 242;
  • green value is 189;
  • blue value is 170.
RGB:
(242,189,170)
(95%,74%,67%)

RGB channels and saturation

R 242 of 255 = 95%
G 189 of 255 = 74%
B 170 of 255 = 67%

242
189
170

R + G + B ~ 79%. #F2BDAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 189 + 170 = 601 (100%)
R 242 of 601 ~ 40.27%
G 189 of 601 ~ 31.45%
B 170 of 601 ~ 28.29%

%40.27
%31.45
%28.29

CMYK color model

#F2BDAA color CMYK value is (0,22,30,5).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 29.75%
  • key color value is 5.10%
CMYK:
(0,22,30,5)
C0M22Y30K5 
(0%,22%,30%,5%)
(0.00/0.22/0.30/0.05)	

CMYK percentages

%0
%21.9
%29.75
%5.1

Codes

Color #F2BDAA in popluar color models

F2BDAA
RGB242189170
HSL16°73.47%80.78%
HSB/HSV16°29.75%94.90%
CMYK0.00%21.90%29.75%
5.10%

Color #F2BDAA in popluar number systems.

HEXF2BDAA
Decimal242189170
Binary111100101011110110101010
Octal362275252

Shades and tints

Shades of #F2BDAA

#F2BDAA
(242,189,170)
#DCAC9B
(220,172,155)
#C69B8C
(198,155,140)
#B08A7D
(176,138,125)
#9A796E
(154,121,110)
#84685F
(132,104,95)
#6E5750
(110,87,80)
#584641
(88,70,65)
#423532
(66,53,50)
#2C2423
(44,36,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #F2BDAA

#F2BDAA
(242,189,170)
#F3C3B1
(243,195,177)
#F4C9B8
(244,201,184)
#F5CFBF
(245,207,191)
#F6D5C6
(246,213,198)
#F7DBCD
(247,219,205)
#F8E1D4
(248,225,212)
#F9E7DB
(249,231,219)
#FAEDE2
(250,237,226)
#FBF3E9
(251,243,233)
#FCF9F0
(252,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BDAA color. Also use rgb(242,189,170) instead hex code.

Text Font Color

.myTextColor { color: #F2BDAA; }

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

This text font color is #F2BDAA.


Background Color

.myBgColor { background-color: #F2BDAA; }

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

This div background color is #F2BDAA.


Border color

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

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

This div border color is #F2BDAA.


Opacity

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

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

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

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

This text has shadow with #F2BDAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BDAA on black background.


Color preview on white background

This text has color #F2BDAA on white background.



Black color preview on #F2BDAA background

This text has black color on #F2BDAA background.


White color preview on #F2BDAA background

This text has white color on #F2BDAA background.