COLOR #F4BDB9

HEX: #F4BDB9
RGB: (244,189,185)

Color info

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

RGB color model

#F4BDB9 color RGB value is (244,189,185).

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

RGB channels and saturation

R 244 of 255 = 96%
G 189 of 255 = 74%
B 185 of 255 = 73%

244
189
185

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

Portions of RGB colors in percentages

R + G + B =
244 + 189 + 185 = 618 (100%)
R 244 of 618 ~ 39.48%
G 189 of 618 ~ 30.58%
B 185 of 618 ~ 29.94%

%39.48
%30.58
%29.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 24.18%
  • key color value is 4.31%
CMYK:
(0,23,24,4)
C0M23Y24K4 
(0%,23%,24%,4%)
(0.00/0.23/0.24/0.04)	

CMYK percentages

%0
%22.54
%24.18
%4.31

Codes

Color #F4BDB9 in popluar color models

F4BDB9
RGB244189185
HSL72.84%84.12%
HSB/HSV24.18%95.69%
CMYK0.00%22.54%24.18%
4.31%

Color #F4BDB9 in popluar number systems.

HEXF4BDB9
Decimal244189185
Binary111101001011110110111001
Octal364275271

Shades and tints

Shades of #F4BDB9

#F4BDB9
(244,189,185)
#DEACA9
(222,172,169)
#C89B99
(200,155,153)
#B28A89
(178,138,137)
#9C7979
(156,121,121)
#866869
(134,104,105)
#705759
(112,87,89)
#5A4649
(90,70,73)
#443539
(68,53,57)
#2E2429
(46,36,41)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #F4BDB9

#F4BDB9
(244,189,185)
#F5C3BF
(245,195,191)
#F6C9C5
(246,201,197)
#F7CFCB
(247,207,203)
#F8D5D1
(248,213,209)
#F9DBD7
(249,219,215)
#FAE1DD
(250,225,221)
#FBE7E3
(251,231,227)
#FCEDE9
(252,237,233)
#FDF3EF
(253,243,239)
#FEF9F5
(254,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4BDB9; }

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

This text font color is #F4BDB9.


Background Color

.myBgColor { background-color: #F4BDB9; }

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

This div background color is #F4BDB9.


Border color

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

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

This div border color is #F4BDB9.


Opacity

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

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

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

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

This text has shadow with #F4BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BDB9 on black background.


Color preview on white background

This text has color #F4BDB9 on white background.



Black color preview on #F4BDB9 background

This text has black color on #F4BDB9 background.


White color preview on #F4BDB9 background

This text has white color on #F4BDB9 background.