COLOR #F2B2EB

HEX: #F2B2EB RGB: (242,178,235)

Color info

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

RGB color model

#F2B2EB color RGB value is (242,178,235).

RGB: (242,178,235) (95%, 70%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 178 of 255 = 70%
B 235 of 255 = 92%

242
178
235

R + G + B ~ 86%. #F2B2EB is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 178 + 235 = 655 (100%)
R 242 of 655 ~ 36.95%
G 178 of 655 ~ 27.18%
B 235 of 655 ~ 35.88'%

%36.95
%27.18
%35.88

CMYK color model

#F2B2EB color CMYK value is (0,26,3,5).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK: (0,26,3,5) C0M26Y3K5 (0%,26%,3%,5%) (0.00/0.26/0.03/0.05) 

CMYK percentages

%0
%26.45
%2.89
%5.1

Codes

Color #F2B2EB in popluar color models

F2 B2 EB
RGB 242 178 235
HSL 307° 71.11% 82.35%
HSB/HSV 307° 26.45% 94.90%
CMYK 0.00% 26.45% 2.89%
5.10%

Color #F2B2EB in popluar number systems.

HEX F2 B2 EB
Decimal 242 178 235
Binary 11110010 10110010 11101011
Octal 362 262 353

Shades and tints

Shades of #F2B2EB

#F2B2EB
(242,178,235)
#DCA2D6
(220,162,214)
#C692C1
(198,146,193)
#B082AC
(176,130,172)
#9A7297
(154,114,151)
#846282
(132,98,130)
#6E526D
(110,82,109)
#584258
(88,66,88)
#423243
(66,50,67)
#2C222E
(44,34,46)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #F2B2EB

#F2B2EB
(242,178,235)
#F3B9EC
(243,185,236)
#F4C0ED
(244,192,237)
#F5C7EE
(245,199,238)
#F6CEEF
(246,206,239)
#F7D5F0
(247,213,240)
#F8DCF1
(248,220,241)
#F9E3F2
(249,227,242)
#FAEAF3
(250,234,243)
#FBF1F4
(251,241,244)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B2EB; }

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

This text font color is #F2B2EB.

Background Color

.myBgColor { background-color: #F2B2EB; }

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

This div background color is #F2B2EB.

Border color

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

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

This div border color is #F2B2EB.

Opacity

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

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

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

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

This text has shadow with #F2B2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B2EB.

Preview

Color preview on black background

This text has color #F2B2EB on black background.


Color preview on white background

This text has color #F2B2EB on white background.


Black color preview on #F2B2EB background

This text has black color on #F2B2EB background.


White color preview on #F2B2EB background

This text has white color on #F2B2EB background.


Related colors

Complementary color

Complementary color for #hex is #0D4D14.


I love getcolorcode.com

Triadic colors

1 #EBF2B2 and #B2EBF2 with #F2B2EB are triadic colors.

2 #EBB2F2 and #B2F2EB with #F2B2EB are triadic colors.