COLOR #F4B0DC

HEX: #F4B0DC
RGB: (244,176,220)

Color info

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

RGB color model

#F4B0DC color RGB value is (244,176,220).

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

RGB channels and saturation

R 244 of 255 = 96%
G 176 of 255 = 69%
B 220 of 255 = 86%

244
176
220

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

Portions of RGB colors in percentages

R + G + B =
244 + 176 + 220 = 640 (100%)
R 244 of 640 ~ 38.13%
G 176 of 640 ~ 27.5%
B 220 of 640 ~ 34.38%

%38.13
%27.5
%34.38

CMYK color model

#F4B0DC color CMYK value is (0,28,10,4).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK:
(0,28,10,4)
C0M28Y10K4 
(0%,28%,10%,4%)
(0.00/0.28/0.10/0.04)	

CMYK percentages

%0
%27.87
%9.84
%4.31

Codes

Color #F4B0DC in popluar color models

F4B0DC
RGB244176220
HSL321°75.56%82.35%
HSB/HSV321°27.87%95.69%
CMYK0.00%27.87%9.84%
4.31%

Color #F4B0DC in popluar number systems.

HEXF4B0DC
Decimal244176220
Binary111101001011000011011100
Octal364260334

Shades and tints

Shades of #F4B0DC

#F4B0DC
(244,176,220)
#DEA0C8
(222,160,200)
#C890B4
(200,144,180)
#B280A0
(178,128,160)
#9C708C
(156,112,140)
#866078
(134,96,120)
#705064
(112,80,100)
#5A4050
(90,64,80)
#44303C
(68,48,60)
#2E2028
(46,32,40)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #F4B0DC

#F4B0DC
(244,176,220)
#F5B7DF
(245,183,223)
#F6BEE2
(246,190,226)
#F7C5E5
(247,197,229)
#F8CCE8
(248,204,232)
#F9D3EB
(249,211,235)
#FADAEE
(250,218,238)
#FBE1F1
(251,225,241)
#FCE8F4
(252,232,244)
#FDEFF7
(253,239,247)
#FEF6FA
(254,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B0DC; }

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

This text font color is #F4B0DC.


Background Color

.myBgColor { background-color: #F4B0DC; }

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

This div background color is #F4B0DC.


Border color

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

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

This div border color is #F4B0DC.


Opacity

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

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

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

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

This text has shadow with #F4B0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B0DC on black background.


Color preview on white background

This text has color #F4B0DC on white background.



Black color preview on #F4B0DC background

This text has black color on #F4B0DC background.


White color preview on #F4B0DC background

This text has white color on #F4B0DC background.