COLOR #F4BCDD

HEX: #F4BCDD RGB: (244,188,221)

Color info

#F4BCDD contains red, green and blue colors in about the same proportion. Web safe color of #F4BCDD is #FFCCCC (or #FCC).

RGB color model

#F4BCDD color RGB value is (244,188,221).

RGB: (244,188,221) (96%, 74%, 87%)

RGB channels and saturation

R 244 of 255 = 96%
G 188 of 255 = 74%
B 221 of 255 = 87%

244
188
221

R + G + B ~ 86%. #F4BCDD is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 188 + 221 = 653 (100%)
R 244 of 653 ~ 37.37%
G 188 of 653 ~ 28.79%
B 221 of 653 ~ 33.84'%

%37.37
%28.79
%33.84

CMYK color model

#F4BCDD color CMYK value is (0,23,9,4).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 9.43%
  • key color value is 4.31%

CMYK: (0,23,9,4)
C0M23Y9K4 (0%, 23%, 9%, 4%)
(0.00 / 0.23 / 0.09 / 0.04)

CMYK percentages

%0
%22.95
%9.43
%4.31

Codes

Color #F4BCDD in popluar color models

F4 BC DD
RGB 244 188 221
HSL 325° 71.79% 84.71%
HSB/HSV 325° 22.95% 95.69%
CMYK 0.00% 22.95% 9.43%
4.31%

Color #F4BCDD in popluar number systems.

HEX F4 BC DD
Decimal 244 188 221
Binary 11110100 10111100 11011101
Octal 364 274 335

Shades and tints

Shades of #F4BCDD

#F4BCDD
(244,188,221)
#DEABC9
(222,171,201)
#C89AB5
(200,154,181)
#B289A1
(178,137,161)
#9C788D
(156,120,141)
#866779
(134,103,121)
#705665
(112,86,101)
#5A4551
(90,69,81)
#44343D
(68,52,61)
#2E2329
(46,35,41)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #F4BCDD

#F4BCDD
(244,188,221)
#F5C2E0
(245,194,224)
#F6C8E3
(246,200,227)
#F7CEE6
(247,206,230)
#F8D4E9
(248,212,233)
#F9DAEC
(249,218,236)
#FAE0EF
(250,224,239)
#FBE6F2
(251,230,242)
#FCECF5
(252,236,245)
#FDF2F8
(253,242,248)
#FEF8FB
(254,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BCDD color. Also use rgb(244,188,221) instead hex code.

Text Font Color

.myTextColor { color: #F4BCDD; }

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

This text font color is #F4BCDD.

Background Color

.myBgColor { background-color: #F4BCDD; }

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

This div background color is #F4BCDD.

Border color

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

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

This div border color is #F4BCDD.

Opacity

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

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

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

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

This text has shadow with #F4BCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4BCDD.

Preview

Color preview on black background

This text has color #F4BCDD on black background.


Color preview on white background

This text has color #F4BCDD on white background.


Black color preview on #F4BCDD background

This text has black color on #F4BCDD background.


White color preview on #F4BCDD background

This text has white color on #F4BCDD background.


Related colors

Complementary color

Complementary color for #hex is #0B4322.


I love getcolorcode.com

Triadic colors

1 #DDF4BC and #BCDDF4 with #F4BCDD are triadic colors.

2 #DDBCF4 and #BCF4DD with #F4BCDD are triadic colors.