COLOR #F4BDD0

HEX: #F4BDD0
RGB: (244,189,208)

Color info

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

RGB color model

#F4BDD0 color RGB value is (244,189,208).

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

RGB channels and saturation

R 244 of 255 = 96%
G 189 of 255 = 74%
B 208 of 255 = 82%

244
189
208

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

Portions of RGB colors in percentages

R + G + B =
244 + 189 + 208 = 641 (100%)
R 244 of 641 ~ 38.07%
G 189 of 641 ~ 29.49%
B 208 of 641 ~ 32.45%

%38.07
%29.49
%32.45

CMYK color model

#F4BDD0 color CMYK value is (0,23,15,4).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 14.75%
  • key color value is 4.31%
CMYK:
(0,23,15,4)
C0M23Y15K4 
(0%,23%,15%,4%)
(0.00/0.23/0.15/0.04)	

CMYK percentages

%0
%22.54
%14.75
%4.31

Codes

Color #F4BDD0 in popluar color models

F4BDD0
RGB244189208
HSL339°71.43%84.90%
HSB/HSV339°22.54%95.69%
CMYK0.00%22.54%14.75%
4.31%

Color #F4BDD0 in popluar number systems.

HEXF4BDD0
Decimal244189208
Binary111101001011110111010000
Octal364275320

Shades and tints

Shades of #F4BDD0

#F4BDD0
(244,189,208)
#DEACBE
(222,172,190)
#C89BAC
(200,155,172)
#B28A9A
(178,138,154)
#9C7988
(156,121,136)
#866876
(134,104,118)
#705764
(112,87,100)
#5A4652
(90,70,82)
#443540
(68,53,64)
#2E242E
(46,36,46)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #F4BDD0

#F4BDD0
(244,189,208)
#F5C3D4
(245,195,212)
#F6C9D8
(246,201,216)
#F7CFDC
(247,207,220)
#F8D5E0
(248,213,224)
#F9DBE4
(249,219,228)
#FAE1E8
(250,225,232)
#FBE7EC
(251,231,236)
#FCEDF0
(252,237,240)
#FDF3F4
(253,243,244)
#FEF9F8
(254,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4BDD0; }

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

This text font color is #F4BDD0.


Background Color

.myBgColor { background-color: #F4BDD0; }

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

This div background color is #F4BDD0.


Border color

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

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

This div border color is #F4BDD0.


Opacity

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

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

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

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

This text has shadow with #F4BDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BDD0 on black background.


Color preview on white background

This text has color #F4BDD0 on white background.



Black color preview on #F4BDD0 background

This text has black color on #F4BDD0 background.


White color preview on #F4BDD0 background

This text has white color on #F4BDD0 background.