COLOR #F2B2DE

HEX: #F2B2DE RGB: (242,178,222)

Color info

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

RGB color model

#F2B2DE color RGB value is (242,178,222).

RGB: (242,178,222) (95%, 70%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 178 of 255 = 70%
B 222 of 255 = 87%

242
178
222

R + G + B ~ 84%. #F2B2DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 178 + 222 = 642 (100%)
R 242 of 642 ~ 37.69%
G 178 of 642 ~ 27.73%
B 222 of 642 ~ 34.58'%

%37.69
%27.73
%34.58

CMYK color model

#F2B2DE color CMYK value is (0,26,8,5).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 8.26%
  • key color value is 5.10%
CMYK: (0,26,8,5) C0M26Y8K5 (0%,26%,8%,5%) (0.00/0.26/0.08/0.05) 

CMYK percentages

%0
%26.45
%8.26
%5.1

Codes

Color #F2B2DE in popluar color models

F2 B2 DE
RGB 242 178 222
HSL 319° 71.11% 82.35%
HSB/HSV 319° 26.45% 94.90%
CMYK 0.00% 26.45% 8.26%
5.10%

Color #F2B2DE in popluar number systems.

HEX F2 B2 DE
Decimal 242 178 222
Binary 11110010 10110010 11011110
Octal 362 262 336

Shades and tints

Shades of #F2B2DE

#F2B2DE
(242,178,222)
#DCA2CA
(220,162,202)
#C692B6
(198,146,182)
#B082A2
(176,130,162)
#9A728E
(154,114,142)
#84627A
(132,98,122)
#6E5266
(110,82,102)
#584252
(88,66,82)
#42323E
(66,50,62)
#2C222A
(44,34,42)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #F2B2DE

#F2B2DE
(242,178,222)
#F3B9E1
(243,185,225)
#F4C0E4
(244,192,228)
#F5C7E7
(245,199,231)
#F6CEEA
(246,206,234)
#F7D5ED
(247,213,237)
#F8DCF0
(248,220,240)
#F9E3F3
(249,227,243)
#FAEAF6
(250,234,246)
#FBF1F9
(251,241,249)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B2DE; }

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

This text font color is #F2B2DE.

Background Color

.myBgColor { background-color: #F2B2DE; }

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

This div background color is #F2B2DE.

Border color

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

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

This div border color is #F2B2DE.

Opacity

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

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

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

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

This text has shadow with #F2B2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B2DE.

Preview

Color preview on black background

This text has color #F2B2DE on black background.


Color preview on white background

This text has color #F2B2DE on white background.


Black color preview on #F2B2DE background

This text has black color on #F2B2DE background.


White color preview on #F2B2DE background

This text has white color on #F2B2DE background.


Related colors

Complementary color

Complementary color for #hex is #0D4D21.


I love getcolorcode.com

Triadic colors

1 #DEF2B2 and #B2DEF2 with #F2B2DE are triadic colors.

2 #DEB2F2 and #B2F2DE with #F2B2DE are triadic colors.