COLOR #F2B3AE

HEX: #F2B3AE
RGB: (242,179,174)

Color info

#F2B3AE contains mainly red color. Web safe color of #F2B3AE is #FF9999 (or #F99).

RGB color model

#F2B3AE color RGB value is (242,179,174).

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

RGB channels and saturation

R 242 of 255 = 95%
G 179 of 255 = 70%
B 174 of 255 = 68%

242
179
174

R + G + B ~ 78%. #F2B3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 179 + 174 = 595 (100%)
R 242 of 595 ~ 40.67%
G 179 of 595 ~ 30.08%
B 174 of 595 ~ 29.24%

%40.67
%30.08
%29.24

CMYK color model

#F2B3AE color CMYK value is (0,26,28,5).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 28.10%
  • key color value is 5.10%
CMYK:
(0,26,28,5)
C0M26Y28K5 
(0%,26%,28%,5%)
(0.00/0.26/0.28/0.05)	

CMYK percentages

%0
%26.03
%28.1
%5.1

Codes

Color #F2B3AE in popluar color models

F2B3AE
RGB242179174
HSL72.34%81.57%
HSB/HSV28.10%94.90%
CMYK0.00%26.03%28.10%
5.10%

Color #F2B3AE in popluar number systems.

HEXF2B3AE
Decimal242179174
Binary111100101011001110101110
Octal362263256

Shades and tints

Shades of #F2B3AE

#F2B3AE
(242,179,174)
#DCA39F
(220,163,159)
#C69390
(198,147,144)
#B08381
(176,131,129)
#9A7372
(154,115,114)
#846363
(132,99,99)
#6E5354
(110,83,84)
#584345
(88,67,69)
#423336
(66,51,54)
#2C2327
(44,35,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #F2B3AE

#F2B3AE
(242,179,174)
#F3B9B5
(243,185,181)
#F4BFBC
(244,191,188)
#F5C5C3
(245,197,195)
#F6CBCA
(246,203,202)
#F7D1D1
(247,209,209)
#F8D7D8
(248,215,216)
#F9DDDF
(249,221,223)
#FAE3E6
(250,227,230)
#FBE9ED
(251,233,237)
#FCEFF4
(252,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B3AE; }

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

This text font color is #F2B3AE.


Background Color

.myBgColor { background-color: #F2B3AE; }

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

This div background color is #F2B3AE.


Border color

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

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

This div border color is #F2B3AE.


Opacity

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

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

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

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

This text has shadow with #F2B3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B3AE on black background.


Color preview on white background

This text has color #F2B3AE on white background.



Black color preview on #F2B3AE background

This text has black color on #F2B3AE background.


White color preview on #F2B3AE background

This text has white color on #F2B3AE background.