COLOR #F2BDE8

HEX: #F2BDE8
RGB: (242,189,232)

Color info

#F2BDE8 contains red, green and blue colors in about the same proportion. Web safe color of #F2BDE8 is #FFCCFF (or #FCF).

RGB color model

#F2BDE8 color RGB value is (242,189,232).

  • red value is 242;
  • green value is 189;
  • blue value is 232.
RGB:
(242,189,232)
(95%,74%,91%)

RGB channels and saturation

R 242 of 255 = 95%
G 189 of 255 = 74%
B 232 of 255 = 91%

242
189
232

R + G + B ~ 87%. #F2BDE8 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 189 + 232 = 663 (100%)
R 242 of 663 ~ 36.5%
G 189 of 663 ~ 28.51%
B 232 of 663 ~ 34.99%

%36.5
%28.51
%34.99

CMYK color model

#F2BDE8 color CMYK value is (0,22,4,5).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 4.13%
  • key color value is 5.10%
CMYK:
(0,22,4,5)
C0M22Y4K5 
(0%,22%,4%,5%)
(0.00/0.22/0.04/0.05)	

CMYK percentages

%0
%21.9
%4.13
%5.1

Codes

Color #F2BDE8 in popluar color models

F2BDE8
RGB242189232
HSL311°67.09%84.51%
HSB/HSV311°21.90%94.90%
CMYK0.00%21.90%4.13%
5.10%

Color #F2BDE8 in popluar number systems.

HEXF2BDE8
Decimal242189232
Binary111100101011110111101000
Octal362275350

Shades and tints

Shades of #F2BDE8

#F2BDE8
(242,189,232)
#DCACD3
(220,172,211)
#C69BBE
(198,155,190)
#B08AA9
(176,138,169)
#9A7994
(154,121,148)
#84687F
(132,104,127)
#6E576A
(110,87,106)
#584655
(88,70,85)
#423540
(66,53,64)
#2C242B
(44,36,43)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #F2BDE8

#F2BDE8
(242,189,232)
#F3C3EA
(243,195,234)
#F4C9EC
(244,201,236)
#F5CFEE
(245,207,238)
#F6D5F0
(246,213,240)
#F7DBF2
(247,219,242)
#F8E1F4
(248,225,244)
#F9E7F6
(249,231,246)
#FAEDF8
(250,237,248)
#FBF3FA
(251,243,250)
#FCF9FC
(252,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BDE8 color. Also use rgb(242,189,232) instead hex code.

Text Font Color

.myTextColor { color: #F2BDE8; }

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

This text font color is #F2BDE8.


Background Color

.myBgColor { background-color: #F2BDE8; }

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

This div background color is #F2BDE8.


Border color

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

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

This div border color is #F2BDE8.


Opacity

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

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

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

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

This text has shadow with #F2BDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BDE8 on black background.


Color preview on white background

This text has color #F2BDE8 on white background.



Black color preview on #F2BDE8 background

This text has black color on #F2BDE8 background.


White color preview on #F2BDE8 background

This text has white color on #F2BDE8 background.