COLOR #F2B1EB

HEX: #F2B1EB RGB: (242,177,235)

Color info

#F2B1EB contains mainly red and blue colors. Web safe color of #F2B1EB is #FF99FF (or #F9F).

RGB color model

#F2B1EB color RGB value is (242,177,235).

RGB: (242,177,235) (95%, 69%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 177 of 255 = 69%
B 235 of 255 = 92%

242
177
235

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

Portions of RGB colors in percentages

R + G + B = 242 + 177 + 235 = 654 (100%)
R 242 of 654 ~ 37%
G 177 of 654 ~ 27.06%
B 235 of 654 ~ 35.93'%

%37
%27.06
%35.93

CMYK color model

#F2B1EB color CMYK value is (0,27,3,5).

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 2.89%
  • key color value is 5.10%

CMYK: (0,27,3,5)
C0M27Y3K5 (0%, 27%, 3%, 5%)
(0.00 / 0.27 / 0.03 / 0.05)

CMYK percentages

%0
%26.86
%2.89
%5.1

Codes

Color #F2B1EB in popluar color models

F2 B1 EB
RGB 242 177 235
HSL 306° 71.43% 82.16%
HSB/HSV 306° 26.86% 94.90%
CMYK 0.00% 26.86% 2.89%
5.10%

Color #F2B1EB in popluar number systems.

HEX F2 B1 EB
Decimal 242 177 235
Binary 11110010 10110001 11101011
Octal 362 261 353

Shades and tints

Shades of #F2B1EB

#F2B1EB
(242,177,235)
#DCA1D6
(220,161,214)
#C691C1
(198,145,193)
#B081AC
(176,129,172)
#9A7197
(154,113,151)
#846182
(132,97,130)
#6E516D
(110,81,109)
#584158
(88,65,88)
#423143
(66,49,67)
#2C212E
(44,33,46)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #F2B1EB

#F2B1EB
(242,177,235)
#F3B8EC
(243,184,236)
#F4BFED
(244,191,237)
#F5C6EE
(245,198,238)
#F6CDEF
(246,205,239)
#F7D4F0
(247,212,240)
#F8DBF1
(248,219,241)
#F9E2F2
(249,226,242)
#FAE9F3
(250,233,243)
#FBF0F4
(251,240,244)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B1EB color. Also use rgb(242,177,235) instead hex code.

Text Font Color

.myTextColor { color: #F2B1EB; }

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

This text font color is #F2B1EB.

Background Color

.myBgColor { background-color: #F2B1EB; }

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

This div background color is #F2B1EB.

Border color

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

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

This div border color is #F2B1EB.

Opacity

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

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

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

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

This text has shadow with #F2B1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B1EB.

Preview

Color preview on black background

This text has color #F2B1EB on black background.


Color preview on white background

This text has color #F2B1EB on white background.


Black color preview on #F2B1EB background

This text has black color on #F2B1EB background.


White color preview on #F2B1EB background

This text has white color on #F2B1EB background.


Related colors

Complementary color

Complementary color for #hex is #0D4E14.


I love getcolorcode.com

Triadic colors

1 #EBF2B1 and #B1EBF2 with #F2B1EB are triadic colors.

2 #EBB1F2 and #B1F2EB with #F2B1EB are triadic colors.