COLOR #F2B8DE

HEX: #F2B8DE RGB: (242,184,222)

Color info

#F2B8DE contains red, green and blue colors in about the same proportion. Web safe color of #F2B8DE is #FFCCCC (or #FCC).

RGB color model

#F2B8DE color RGB value is (242,184,222).

RGB: (242,184,222) (95%, 72%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 184 of 255 = 72%
B 222 of 255 = 87%

242
184
222

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

Portions of RGB colors in percentages

R + G + B = 242 + 184 + 222 = 648 (100%)
R 242 of 648 ~ 37.35%
G 184 of 648 ~ 28.4%
B 222 of 648 ~ 34.26'%

%37.35
%28.4
%34.26

CMYK color model

#F2B8DE color CMYK value is (0,24,8,5).

  • cyan value is 0.00%
  • magenta value is 23.97%
  • yellow value is 8.26%
  • key color value is 5.10%

CMYK: (0,24,8,5)
C0M24Y8K5 (0%, 24%, 8%, 5%)
(0.00 / 0.24 / 0.08 / 0.05)

CMYK percentages

%0
%23.97
%8.26
%5.1

Codes

Color #F2B8DE in popluar color models

F2 B8 DE
RGB 242 184 222
HSL 321° 69.05% 83.53%
HSB/HSV 321° 23.97% 94.90%
CMYK 0.00% 23.97% 8.26%
5.10%

Color #F2B8DE in popluar number systems.

HEX F2 B8 DE
Decimal 242 184 222
Binary 11110010 10111000 11011110
Octal 362 270 336

Shades and tints

Shades of #F2B8DE

#F2B8DE
(242,184,222)
#DCA8CA
(220,168,202)
#C698B6
(198,152,182)
#B088A2
(176,136,162)
#9A788E
(154,120,142)
#84687A
(132,104,122)
#6E5866
(110,88,102)
#584852
(88,72,82)
#42383E
(66,56,62)
#2C282A
(44,40,42)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #F2B8DE

#F2B8DE
(242,184,222)
#F3BEE1
(243,190,225)
#F4C4E4
(244,196,228)
#F5CAE7
(245,202,231)
#F6D0EA
(246,208,234)
#F7D6ED
(247,214,237)
#F8DCF0
(248,220,240)
#F9E2F3
(249,226,243)
#FAE8F6
(250,232,246)
#FBEEF9
(251,238,249)
#FCF4FC
(252,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B8DE; }

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

This text font color is #F2B8DE.

Background Color

.myBgColor { background-color: #F2B8DE; }

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

This div background color is #F2B8DE.

Border color

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

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

This div border color is #F2B8DE.

Opacity

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

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

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

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

This text has shadow with #F2B8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B8DE.

Preview

Color preview on black background

This text has color #F2B8DE on black background.


Color preview on white background

This text has color #F2B8DE on white background.


Black color preview on #F2B8DE background

This text has black color on #F2B8DE background.


White color preview on #F2B8DE background

This text has white color on #F2B8DE background.


Related colors

Complementary color

Complementary color for #hex is #0D4721.


I love getcolorcode.com

Triadic colors

1 #DEF2B8 and #B8DEF2 with #F2B8DE are triadic colors.

2 #DEB8F2 and #B8F2DE with #F2B8DE are triadic colors.