COLOR #F4BCBD

HEX: #F4BCBD
RGB: (244,188,189)

Color info

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

RGB color model

#F4BCBD color RGB value is (244,188,189).

  • red value is 244;
  • green value is 188;
  • blue value is 189.
RGB:
(244,188,189)
(96%,74%,74%)

RGB channels and saturation

R 244 of 255 = 96%
G 188 of 255 = 74%
B 189 of 255 = 74%

244
188
189

R + G + B ~ 81%. #F4BCBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 188 + 189 = 621 (100%)
R 244 of 621 ~ 39.29%
G 188 of 621 ~ 30.27%
B 189 of 621 ~ 30.43%

%39.29
%30.27
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 22.54%
  • key color value is 4.31%
CMYK:
(0,23,23,4)
C0M23Y23K4 
(0%,23%,23%,4%)
(0.00/0.23/0.23/0.04)	

CMYK percentages

%0
%22.95
%22.54
%4.31

Codes

Color #F4BCBD in popluar color models

F4BCBD
RGB244188189
HSL359°71.79%84.71%
HSB/HSV359°22.95%95.69%
CMYK0.00%22.95%22.54%
4.31%

Color #F4BCBD in popluar number systems.

HEXF4BCBD
Decimal244188189
Binary111101001011110010111101
Octal364274275

Shades and tints

Shades of #F4BCBD

#F4BCBD
(244,188,189)
#DEABAC
(222,171,172)
#C89A9B
(200,154,155)
#B2898A
(178,137,138)
#9C7879
(156,120,121)
#866768
(134,103,104)
#705657
(112,86,87)
#5A4546
(90,69,70)
#443435
(68,52,53)
#2E2324
(46,35,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #F4BCBD

#F4BCBD
(244,188,189)
#F5C2C3
(245,194,195)
#F6C8C9
(246,200,201)
#F7CECF
(247,206,207)
#F8D4D5
(248,212,213)
#F9DADB
(249,218,219)
#FAE0E1
(250,224,225)
#FBE6E7
(251,230,231)
#FCECED
(252,236,237)
#FDF2F3
(253,242,243)
#FEF8F9
(254,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4BCBD; }

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

This text font color is #F4BCBD.


Background Color

.myBgColor { background-color: #F4BCBD; }

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

This div background color is #F4BCBD.


Border color

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

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

This div border color is #F4BCBD.


Opacity

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

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

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

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

This text has shadow with #F4BCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BCBD on black background.


Color preview on white background

This text has color #F4BCBD on white background.



Black color preview on #F4BCBD background

This text has black color on #F4BCBD background.


White color preview on #F4BCBD background

This text has white color on #F4BCBD background.