COLOR #F2C6B0

HEX: #F2C6B0 RGB: (242,198,176)

Color info

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

RGB color model

#F2C6B0 color RGB value is (242,198,176).

RGB: (242,198,176) (95%, 78%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 198 of 255 = 78%
B 176 of 255 = 69%

242
198
176

R + G + B ~ 81%. #F2C6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 198 + 176 = 616 (100%)
R 242 of 616 ~ 39.29%
G 198 of 616 ~ 32.14%
B 176 of 616 ~ 28.57'%

%39.29
%32.14
%28.57

CMYK color model

#F2C6B0 color CMYK value is (0,18,27,5).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 27.27%
  • key color value is 5.10%

CMYK: (0,18,27,5)
C0M18Y27K5 (0%, 18%, 27%, 5%)
(0.00 / 0.18 / 0.27 / 0.05)

CMYK percentages

%0
%18.18
%27.27
%5.1

Codes

Color #F2C6B0 in popluar color models

F2 C6 B0
RGB 242 198 176
HSL 20° 71.74% 81.96%
HSB/HSV 20° 27.27% 94.90%
CMYK 0.00% 18.18% 27.27%
5.10%

Color #F2C6B0 in popluar number systems.

HEX F2 C6 B0
Decimal 242 198 176
Binary 11110010 11000110 10110000
Octal 362 306 260

Shades and tints

Shades of #F2C6B0

#F2C6B0
(242,198,176)
#DCB4A0
(220,180,160)
#C6A290
(198,162,144)
#B09080
(176,144,128)
#9A7E70
(154,126,112)
#846C60
(132,108,96)
#6E5A50
(110,90,80)
#584840
(88,72,64)
#423630
(66,54,48)
#2C2420
(44,36,32)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #F2C6B0

#F2C6B0
(242,198,176)
#F3CBB7
(243,203,183)
#F4D0BE
(244,208,190)
#F5D5C5
(245,213,197)
#F6DACC
(246,218,204)
#F7DFD3
(247,223,211)
#F8E4DA
(248,228,218)
#F9E9E1
(249,233,225)
#FAEEE8
(250,238,232)
#FBF3EF
(251,243,239)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C6B0 color. Also use rgb(242,198,176) instead hex code.

Text Font Color

.myTextColor { color: #F2C6B0; }

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

This text font color is #F2C6B0.

Background Color

.myBgColor { background-color: #F2C6B0; }

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

This div background color is #F2C6B0.

Border color

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

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

This div border color is #F2C6B0.

Opacity

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

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

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

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

This text has shadow with #F2C6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C6B0.

Preview

Color preview on black background

This text has color #F2C6B0 on black background.


Color preview on white background

This text has color #F2C6B0 on white background.


Black color preview on #F2C6B0 background

This text has black color on #F2C6B0 background.


White color preview on #F2C6B0 background

This text has white color on #F2C6B0 background.


Related colors

Complementary color

Complementary color for #hex is #0D394F.


I love getcolorcode.com

Triadic colors

1 #B0F2C6 and #C6B0F2 with #F2C6B0 are triadic colors.

2 #B0C6F2 and #C6F2B0 with #F2C6B0 are triadic colors.