COLOR #F4B0D8

HEX: #F4B0D8
RGB: (244,176,216)

Color info

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

RGB color model

#F4B0D8 color RGB value is (244,176,216).

  • red value is 244;
  • green value is 176;
  • blue value is 216.
RGB:
(244,176,216)
(96%,69%,85%)

RGB channels and saturation

R 244 of 255 = 96%
G 176 of 255 = 69%
B 216 of 255 = 85%

244
176
216

R + G + B ~ 83%. #F4B0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 176 + 216 = 636 (100%)
R 244 of 636 ~ 38.36%
G 176 of 636 ~ 27.67%
B 216 of 636 ~ 33.96%

%38.36
%27.67
%33.96

CMYK color model

#F4B0D8 color CMYK value is (0,28,11,4).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 11.48%
  • key color value is 4.31%
CMYK:
(0,28,11,4)
C0M28Y11K4 
(0%,28%,11%,4%)
(0.00/0.28/0.11/0.04)	

CMYK percentages

%0
%27.87
%11.48
%4.31

Codes

Color #F4B0D8 in popluar color models

F4B0D8
RGB244176216
HSL325°75.56%82.35%
HSB/HSV325°27.87%95.69%
CMYK0.00%27.87%11.48%
4.31%

Color #F4B0D8 in popluar number systems.

HEXF4B0D8
Decimal244176216
Binary111101001011000011011000
Octal364260330

Shades and tints

Shades of #F4B0D8

#F4B0D8
(244,176,216)
#DEA0C5
(222,160,197)
#C890B2
(200,144,178)
#B2809F
(178,128,159)
#9C708C
(156,112,140)
#866079
(134,96,121)
#705066
(112,80,102)
#5A4053
(90,64,83)
#443040
(68,48,64)
#2E202D
(46,32,45)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #F4B0D8

#F4B0D8
(244,176,216)
#F5B7DB
(245,183,219)
#F6BEDE
(246,190,222)
#F7C5E1
(247,197,225)
#F8CCE4
(248,204,228)
#F9D3E7
(249,211,231)
#FADAEA
(250,218,234)
#FBE1ED
(251,225,237)
#FCE8F0
(252,232,240)
#FDEFF3
(253,239,243)
#FEF6F6
(254,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B0D8 color. Also use rgb(244,176,216) instead hex code.

Text Font Color

.myTextColor { color: #F4B0D8; }

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

This text font color is #F4B0D8.


Background Color

.myBgColor { background-color: #F4B0D8; }

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

This div background color is #F4B0D8.


Border color

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

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

This div border color is #F4B0D8.


Opacity

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

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

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

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

This text has shadow with #F4B0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B0D8 on black background.


Color preview on white background

This text has color #F4B0D8 on white background.



Black color preview on #F4B0D8 background

This text has black color on #F4B0D8 background.


White color preview on #F4B0D8 background

This text has white color on #F4B0D8 background.