COLOR #F2B3E4

HEX: #F2B3E4 RGB: (242,179,228)

Color info

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

RGB color model

#F2B3E4 color RGB value is (242,179,228).

RGB: (242,179,228) (95%, 70%, 89%)

RGB channels and saturation

R 242 of 255 = 95%
G 179 of 255 = 70%
B 228 of 255 = 89%

242
179
228

R + G + B ~ 85%. #F2B3E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 179 + 228 = 649 (100%)
R 242 of 649 ~ 37.29%
G 179 of 649 ~ 27.58%
B 228 of 649 ~ 35.13'%

%37.29
%27.58
%35.13

CMYK color model

#F2B3E4 color CMYK value is (0,26,6,5).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 5.79%
  • key color value is 5.10%

CMYK: (0,26,6,5)
C0M26Y6K5 (0%, 26%, 6%, 5%)
(0.00 / 0.26 / 0.06 / 0.05)

CMYK percentages

%0
%26.03
%5.79
%5.1

Codes

Color #F2B3E4 in popluar color models

F2 B3 E4
RGB 242 179 228
HSL 313° 70.79% 82.55%
HSB/HSV 313° 26.03% 94.90%
CMYK 0.00% 26.03% 5.79%
5.10%

Color #F2B3E4 in popluar number systems.

HEX F2 B3 E4
Decimal 242 179 228
Binary 11110010 10110011 11100100
Octal 362 263 344

Shades and tints

Shades of #F2B3E4

#F2B3E4
(242,179,228)
#DCA3D0
(220,163,208)
#C693BC
(198,147,188)
#B083A8
(176,131,168)
#9A7394
(154,115,148)
#846380
(132,99,128)
#6E536C
(110,83,108)
#584358
(88,67,88)
#423344
(66,51,68)
#2C2330
(44,35,48)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #F2B3E4

#F2B3E4
(242,179,228)
#F3B9E6
(243,185,230)
#F4BFE8
(244,191,232)
#F5C5EA
(245,197,234)
#F6CBEC
(246,203,236)
#F7D1EE
(247,209,238)
#F8D7F0
(248,215,240)
#F9DDF2
(249,221,242)
#FAE3F4
(250,227,244)
#FBE9F6
(251,233,246)
#FCEFF8
(252,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B3E4; }

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

This text font color is #F2B3E4.

Background Color

.myBgColor { background-color: #F2B3E4; }

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

This div background color is #F2B3E4.

Border color

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

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

This div border color is #F2B3E4.

Opacity

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

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

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

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

This text has shadow with #F2B3E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B3E4.

Preview

Color preview on black background

This text has color #F2B3E4 on black background.


Color preview on white background

This text has color #F2B3E4 on white background.


Black color preview on #F2B3E4 background

This text has black color on #F2B3E4 background.


White color preview on #F2B3E4 background

This text has white color on #F2B3E4 background.


Related colors

Complementary color

Complementary color for #hex is #0D4C1B.


I love getcolorcode.com

Triadic colors

1 #E4F2B3 and #B3E4F2 with #F2B3E4 are triadic colors.

2 #E4B3F2 and #B3F2E4 with #F2B3E4 are triadic colors.