COLOR #F4BAC8

HEX: #F4BAC8
RGB: (244,186,200)

Color info

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

RGB color model

#F4BAC8 color RGB value is (244,186,200).

  • red value is 244;
  • green value is 186;
  • blue value is 200.
RGB:
(244,186,200)
(96%,73%,78%)

RGB channels and saturation

R 244 of 255 = 96%
G 186 of 255 = 73%
B 200 of 255 = 78%

244
186
200

R + G + B ~ 82%. #F4BAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 186 + 200 = 630 (100%)
R 244 of 630 ~ 38.73%
G 186 of 630 ~ 29.52%
B 200 of 630 ~ 31.75%

%38.73
%29.52
%31.75

CMYK color model

#F4BAC8 color CMYK value is (0,24,18,4).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 18.03%
  • key color value is 4.31%
CMYK:
(0,24,18,4)
C0M24Y18K4 
(0%,24%,18%,4%)
(0.00/0.24/0.18/0.04)	

CMYK percentages

%0
%23.77
%18.03
%4.31

Codes

Color #F4BAC8 in popluar color models

F4BAC8
RGB244186200
HSL346°72.50%84.31%
HSB/HSV346°23.77%95.69%
CMYK0.00%23.77%18.03%
4.31%

Color #F4BAC8 in popluar number systems.

HEXF4BAC8
Decimal244186200
Binary111101001011101011001000
Octal364272310

Shades and tints

Shades of #F4BAC8

#F4BAC8
(244,186,200)
#DEAAB6
(222,170,182)
#C89AA4
(200,154,164)
#B28A92
(178,138,146)
#9C7A80
(156,122,128)
#866A6E
(134,106,110)
#705A5C
(112,90,92)
#5A4A4A
(90,74,74)
#443A38
(68,58,56)
#2E2A26
(46,42,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #F4BAC8

#F4BAC8
(244,186,200)
#F5C0CD
(245,192,205)
#F6C6D2
(246,198,210)
#F7CCD7
(247,204,215)
#F8D2DC
(248,210,220)
#F9D8E1
(249,216,225)
#FADEE6
(250,222,230)
#FBE4EB
(251,228,235)
#FCEAF0
(252,234,240)
#FDF0F5
(253,240,245)
#FEF6FA
(254,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BAC8 color. Also use rgb(244,186,200) instead hex code.

Text Font Color

.myTextColor { color: #F4BAC8; }

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

This text font color is #F4BAC8.


Background Color

.myBgColor { background-color: #F4BAC8; }

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

This div background color is #F4BAC8.


Border color

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

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

This div border color is #F4BAC8.


Opacity

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

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

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

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

This text has shadow with #F4BAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BAC8 on black background.


Color preview on white background

This text has color #F4BAC8 on white background.



Black color preview on #F4BAC8 background

This text has black color on #F4BAC8 background.


White color preview on #F4BAC8 background

This text has white color on #F4BAC8 background.