COLOR #F4B8E7

HEX: #F4B8E7
RGB: (244,184,231)

Color info

#F4B8E7 contains mainly red and blue colors. Web safe color of #F4B8E7 is #FFCCFF (or #FCF).

RGB color model

#F4B8E7 color RGB value is (244,184,231).

  • red value is 244;
  • green value is 184;
  • blue value is 231.
RGB:
(244,184,231)
(96%,72%,91%)

RGB channels and saturation

R 244 of 255 = 96%
G 184 of 255 = 72%
B 231 of 255 = 91%

244
184
231

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

Portions of RGB colors in percentages

R + G + B =
244 + 184 + 231 = 659 (100%)
R 244 of 659 ~ 37.03%
G 184 of 659 ~ 27.92%
B 231 of 659 ~ 35.05%

%37.03
%27.92
%35.05

CMYK color model

#F4B8E7 color CMYK value is (0,25,5,4).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 5.33%
  • key color value is 4.31%
CMYK:
(0,25,5,4)
C0M25Y5K4 
(0%,25%,5%,4%)
(0.00/0.25/0.05/0.04)	

CMYK percentages

%0
%24.59
%5.33
%4.31

Codes

Color #F4B8E7 in popluar color models

F4B8E7
RGB244184231
HSL313°73.17%83.92%
HSB/HSV313°24.59%95.69%
CMYK0.00%24.59%5.33%
4.31%

Color #F4B8E7 in popluar number systems.

HEXF4B8E7
Decimal244184231
Binary111101001011100011100111
Octal364270347

Shades and tints

Shades of #F4B8E7

#F4B8E7
(244,184,231)
#DEA8D2
(222,168,210)
#C898BD
(200,152,189)
#B288A8
(178,136,168)
#9C7893
(156,120,147)
#86687E
(134,104,126)
#705869
(112,88,105)
#5A4854
(90,72,84)
#44383F
(68,56,63)
#2E282A
(46,40,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #F4B8E7

#F4B8E7
(244,184,231)
#F5BEE9
(245,190,233)
#F6C4EB
(246,196,235)
#F7CAED
(247,202,237)
#F8D0EF
(248,208,239)
#F9D6F1
(249,214,241)
#FADCF3
(250,220,243)
#FBE2F5
(251,226,245)
#FCE8F7
(252,232,247)
#FDEEF9
(253,238,249)
#FEF4FB
(254,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B8E7; }

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

This text font color is #F4B8E7.


Background Color

.myBgColor { background-color: #F4B8E7; }

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

This div background color is #F4B8E7.


Border color

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

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

This div border color is #F4B8E7.


Opacity

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

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

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

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

This text has shadow with #F4B8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B8E7 on black background.


Color preview on white background

This text has color #F4B8E7 on white background.



Black color preview on #F4B8E7 background

This text has black color on #F4B8E7 background.


White color preview on #F4B8E7 background

This text has white color on #F4B8E7 background.