COLOR #F4BDD9

HEX: #F4BDD9
RGB: (244,189,217)

Color info

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

RGB color model

#F4BDD9 color RGB value is (244,189,217).

  • red value is 244;
  • green value is 189;
  • blue value is 217.
RGB:
(244,189,217)
(96%,74%,85%)

RGB channels and saturation

R 244 of 255 = 96%
G 189 of 255 = 74%
B 217 of 255 = 85%

244
189
217

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

Portions of RGB colors in percentages

R + G + B =
244 + 189 + 217 = 650 (100%)
R 244 of 650 ~ 37.54%
G 189 of 650 ~ 29.08%
B 217 of 650 ~ 33.38%

%37.54
%29.08
%33.38

CMYK color model

#F4BDD9 color CMYK value is (0,23,11,4).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 11.07%
  • key color value is 4.31%
CMYK:
(0,23,11,4)
C0M23Y11K4 
(0%,23%,11%,4%)
(0.00/0.23/0.11/0.04)	

CMYK percentages

%0
%22.54
%11.07
%4.31

Codes

Color #F4BDD9 in popluar color models

F4BDD9
RGB244189217
HSL329°71.43%84.90%
HSB/HSV329°22.54%95.69%
CMYK0.00%22.54%11.07%
4.31%

Color #F4BDD9 in popluar number systems.

HEXF4BDD9
Decimal244189217
Binary111101001011110111011001
Octal364275331

Shades and tints

Shades of #F4BDD9

#F4BDD9
(244,189,217)
#DEACC6
(222,172,198)
#C89BB3
(200,155,179)
#B28AA0
(178,138,160)
#9C798D
(156,121,141)
#86687A
(134,104,122)
#705767
(112,87,103)
#5A4654
(90,70,84)
#443541
(68,53,65)
#2E242E
(46,36,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #F4BDD9

#F4BDD9
(244,189,217)
#F5C3DC
(245,195,220)
#F6C9DF
(246,201,223)
#F7CFE2
(247,207,226)
#F8D5E5
(248,213,229)
#F9DBE8
(249,219,232)
#FAE1EB
(250,225,235)
#FBE7EE
(251,231,238)
#FCEDF1
(252,237,241)
#FDF3F4
(253,243,244)
#FEF9F7
(254,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BDD9 color. Also use rgb(244,189,217) instead hex code.

Text Font Color

.myTextColor { color: #F4BDD9; }

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

This text font color is #F4BDD9.


Background Color

.myBgColor { background-color: #F4BDD9; }

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

This div background color is #F4BDD9.


Border color

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

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

This div border color is #F4BDD9.


Opacity

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

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

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

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

This text has shadow with #F4BDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BDD9 on black background.


Color preview on white background

This text has color #F4BDD9 on white background.



Black color preview on #F4BDD9 background

This text has black color on #F4BDD9 background.


White color preview on #F4BDD9 background

This text has white color on #F4BDD9 background.