COLOR #F4B1D8

HEX: #F4B1D8
RGB: (244,177,216)

Color info

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

RGB color model

#F4B1D8 color RGB value is (244,177,216).

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

RGB channels and saturation

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

244
177
216

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

Portions of RGB colors in percentages

R + G + B =
244 + 177 + 216 = 637 (100%)
R 244 of 637 ~ 38.3%
G 177 of 637 ~ 27.79%
B 216 of 637 ~ 33.91%

%38.3
%27.79
%33.91

CMYK color model

#F4B1D8 color CMYK value is (0,27,11,4).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 11.48%
  • key color value is 4.31%
CMYK:
(0,27,11,4)
C0M27Y11K4 
(0%,27%,11%,4%)
(0.00/0.27/0.11/0.04)	

CMYK percentages

%0
%27.46
%11.48
%4.31

Codes

Color #F4B1D8 in popluar color models

F4B1D8
RGB244177216
HSL325°75.28%82.55%
HSB/HSV325°27.46%95.69%
CMYK0.00%27.46%11.48%
4.31%

Color #F4B1D8 in popluar number systems.

HEXF4B1D8
Decimal244177216
Binary111101001011000111011000
Octal364261330

Shades and tints

Shades of #F4B1D8

#F4B1D8
(244,177,216)
#DEA1C5
(222,161,197)
#C891B2
(200,145,178)
#B2819F
(178,129,159)
#9C718C
(156,113,140)
#866179
(134,97,121)
#705166
(112,81,102)
#5A4153
(90,65,83)
#443140
(68,49,64)
#2E212D
(46,33,45)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #F4B1D8

#F4B1D8
(244,177,216)
#F5B8DB
(245,184,219)
#F6BFDE
(246,191,222)
#F7C6E1
(247,198,225)
#F8CDE4
(248,205,228)
#F9D4E7
(249,212,231)
#FADBEA
(250,219,234)
#FBE2ED
(251,226,237)
#FCE9F0
(252,233,240)
#FDF0F3
(253,240,243)
#FEF7F6
(254,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B1D8; }

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

This text font color is #F4B1D8.


Background Color

.myBgColor { background-color: #F4B1D8; }

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

This div background color is #F4B1D8.


Border color

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

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

This div border color is #F4B1D8.


Opacity

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

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

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

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

This text has shadow with #F4B1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B1D8 on black background.


Color preview on white background

This text has color #F4B1D8 on white background.



Black color preview on #F4B1D8 background

This text has black color on #F4B1D8 background.


White color preview on #F4B1D8 background

This text has white color on #F4B1D8 background.