COLOR #F2B2C6

HEX: #F2B2C6 RGB: (242,178,198)

Color info

#F2B2C6 contains mainly red and blue colors. Web safe color of #F2B2C6 is #FF99CC (or #F9C).

RGB color model

#F2B2C6 color RGB value is (242,178,198).

RGB: (242,178,198) (95%, 70%, 78%)

RGB channels and saturation

R 242 of 255 = 95%
G 178 of 255 = 70%
B 198 of 255 = 78%

242
178
198

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

Portions of RGB colors in percentages

R + G + B = 242 + 178 + 198 = 618 (100%)
R 242 of 618 ~ 39.16%
G 178 of 618 ~ 28.8%
B 198 of 618 ~ 32.04'%

%39.16
%28.8
%32.04

CMYK color model

#F2B2C6 color CMYK value is (0,26,18,5).

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

CMYK: (0,26,18,5)
C0M26Y18K5 (0%, 26%, 18%, 5%)
(0.00 / 0.26 / 0.18 / 0.05)

CMYK percentages

%0
%26.45
%18.18
%5.1

Codes

Color #F2B2C6 in popluar color models

F2 B2 C6
RGB 242 178 198
HSL 341° 71.11% 82.35%
HSB/HSV 341° 26.45% 94.90%
CMYK 0.00% 26.45% 18.18%
5.10%

Color #F2B2C6 in popluar number systems.

HEX F2 B2 C6
Decimal 242 178 198
Binary 11110010 10110010 11000110
Octal 362 262 306

Shades and tints

Shades of #F2B2C6

#F2B2C6
(242,178,198)
#DCA2B4
(220,162,180)
#C692A2
(198,146,162)
#B08290
(176,130,144)
#9A727E
(154,114,126)
#84626C
(132,98,108)
#6E525A
(110,82,90)
#584248
(88,66,72)
#423236
(66,50,54)
#2C2224
(44,34,36)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #F2B2C6

#F2B2C6
(242,178,198)
#F3B9CB
(243,185,203)
#F4C0D0
(244,192,208)
#F5C7D5
(245,199,213)
#F6CEDA
(246,206,218)
#F7D5DF
(247,213,223)
#F8DCE4
(248,220,228)
#F9E3E9
(249,227,233)
#FAEAEE
(250,234,238)
#FBF1F3
(251,241,243)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B2C6; }

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

This text font color is #F2B2C6.

Background Color

.myBgColor { background-color: #F2B2C6; }

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

This div background color is #F2B2C6.

Border color

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

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

This div border color is #F2B2C6.

Opacity

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

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

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

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

This text has shadow with #F2B2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B2C6.

Preview

Color preview on black background

This text has color #F2B2C6 on black background.


Color preview on white background

This text has color #F2B2C6 on white background.


Black color preview on #F2B2C6 background

This text has black color on #F2B2C6 background.


White color preview on #F2B2C6 background

This text has white color on #F2B2C6 background.


Related colors

Complementary color

Complementary color for #hex is #0D4D39.


I love getcolorcode.com

Triadic colors

1 #C6F2B2 and #B2C6F2 with #F2B2C6 are triadic colors.

2 #C6B2F2 and #B2F2C6 with #F2B2C6 are triadic colors.