COLOR #F4B8D1

HEX: #F4B8D1 RGB: (244,184,209)

Color info

#F4B8D1 contains mainly red and blue colors. Web safe color of #F4B8D1 is #FFCCCC (or #FCC).

RGB color model

#F4B8D1 color RGB value is (244,184,209).

RGB: (244,184,209) (96%, 72%, 82%)

RGB channels and saturation

R 244 of 255 = 96%
G 184 of 255 = 72%
B 209 of 255 = 82%

244
184
209

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

Portions of RGB colors in percentages

R + G + B = 244 + 184 + 209 = 637 (100%)
R 244 of 637 ~ 38.3%
G 184 of 637 ~ 28.89%
B 209 of 637 ~ 32.81'%

%38.3
%28.89
%32.81

CMYK color model

#F4B8D1 color CMYK value is (0,25,14,4).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 14.34%
  • key color value is 4.31%

CMYK: (0,25,14,4)
C0M25Y14K4 (0%, 25%, 14%, 4%)
(0.00 / 0.25 / 0.14 / 0.04)

CMYK percentages

%0
%24.59
%14.34
%4.31

Codes

Color #F4B8D1 in popluar color models

F4 B8 D1
RGB 244 184 209
HSL 335° 73.17% 83.92%
HSB/HSV 335° 24.59% 95.69%
CMYK 0.00% 24.59% 14.34%
4.31%

Color #F4B8D1 in popluar number systems.

HEX F4 B8 D1
Decimal 244 184 209
Binary 11110100 10111000 11010001
Octal 364 270 321

Shades and tints

Shades of #F4B8D1

#F4B8D1
(244,184,209)
#DEA8BE
(222,168,190)
#C898AB
(200,152,171)
#B28898
(178,136,152)
#9C7885
(156,120,133)
#866872
(134,104,114)
#70585F
(112,88,95)
#5A484C
(90,72,76)
#443839
(68,56,57)
#2E2826
(46,40,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #F4B8D1

#F4B8D1
(244,184,209)
#F5BED5
(245,190,213)
#F6C4D9
(246,196,217)
#F7CADD
(247,202,221)
#F8D0E1
(248,208,225)
#F9D6E5
(249,214,229)
#FADCE9
(250,220,233)
#FBE2ED
(251,226,237)
#FCE8F1
(252,232,241)
#FDEEF5
(253,238,245)
#FEF4F9
(254,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B8D1 color. Also use rgb(244,184,209) instead hex code.

Text Font Color

.myTextColor { color: #F4B8D1; }

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

This text font color is #F4B8D1.

Background Color

.myBgColor { background-color: #F4B8D1; }

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

This div background color is #F4B8D1.

Border color

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

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

This div border color is #F4B8D1.

Opacity

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

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

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

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

This text has shadow with #F4B8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B8D1.

Preview

Color preview on black background

This text has color #F4B8D1 on black background.


Color preview on white background

This text has color #F4B8D1 on white background.


Black color preview on #F4B8D1 background

This text has black color on #F4B8D1 background.


White color preview on #F4B8D1 background

This text has white color on #F4B8D1 background.


Related colors

Complementary color

Complementary color for #hex is #0B472E.


I love getcolorcode.com

Triadic colors

1 #D1F4B8 and #B8D1F4 with #F4B8D1 are triadic colors.

2 #D1B8F4 and #B8F4D1 with #F4B8D1 are triadic colors.