COLOR #F4B1DE

HEX: #F4B1DE
RGB: (244,177,222)

Color info

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

RGB color model

#F4B1DE color RGB value is (244,177,222).

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

RGB channels and saturation

R 244 of 255 = 96%
G 177 of 255 = 69%
B 222 of 255 = 87%

244
177
222

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

Portions of RGB colors in percentages

R + G + B =
244 + 177 + 222 = 643 (100%)
R 244 of 643 ~ 37.95%
G 177 of 643 ~ 27.53%
B 222 of 643 ~ 34.53%

%37.95
%27.53
%34.53

CMYK color model

#F4B1DE color CMYK value is (0,27,9,4).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 9.02%
  • key color value is 4.31%
CMYK:
(0,27,9,4)
C0M27Y9K4 
(0%,27%,9%,4%)
(0.00/0.27/0.09/0.04)	

CMYK percentages

%0
%27.46
%9.02
%4.31

Codes

Color #F4B1DE in popluar color models

F4B1DE
RGB244177222
HSL320°75.28%82.55%
HSB/HSV320°27.46%95.69%
CMYK0.00%27.46%9.02%
4.31%

Color #F4B1DE in popluar number systems.

HEXF4B1DE
Decimal244177222
Binary111101001011000111011110
Octal364261336

Shades and tints

Shades of #F4B1DE

#F4B1DE
(244,177,222)
#DEA1CA
(222,161,202)
#C891B6
(200,145,182)
#B281A2
(178,129,162)
#9C718E
(156,113,142)
#86617A
(134,97,122)
#705166
(112,81,102)
#5A4152
(90,65,82)
#44313E
(68,49,62)
#2E212A
(46,33,42)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #F4B1DE

#F4B1DE
(244,177,222)
#F5B8E1
(245,184,225)
#F6BFE4
(246,191,228)
#F7C6E7
(247,198,231)
#F8CDEA
(248,205,234)
#F9D4ED
(249,212,237)
#FADBF0
(250,219,240)
#FBE2F3
(251,226,243)
#FCE9F6
(252,233,246)
#FDF0F9
(253,240,249)
#FEF7FC
(254,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B1DE; }

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

This text font color is #F4B1DE.


Background Color

.myBgColor { background-color: #F4B1DE; }

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

This div background color is #F4B1DE.


Border color

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

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

This div border color is #F4B1DE.


Opacity

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

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

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

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

This text has shadow with #F4B1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B1DE on black background.


Color preview on white background

This text has color #F4B1DE on white background.



Black color preview on #F4B1DE background

This text has black color on #F4B1DE background.


White color preview on #F4B1DE background

This text has white color on #F4B1DE background.