COLOR #F4B8EE

HEX: #F4B8EE
RGB: (244,184,238)

Color info

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

RGB color model

#F4B8EE color RGB value is (244,184,238).

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

RGB channels and saturation

R 244 of 255 = 96%
G 184 of 255 = 72%
B 238 of 255 = 93%

244
184
238

R + G + B ~ 87%. #F4B8EE is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 184 + 238 = 666 (100%)
R 244 of 666 ~ 36.64%
G 184 of 666 ~ 27.63%
B 238 of 666 ~ 35.74%

%36.64
%27.63
%35.74

CMYK color model

#F4B8EE color CMYK value is (0,25,2,4).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 2.46%
  • key color value is 4.31%
CMYK:
(0,25,2,4)
C0M25Y2K4 
(0%,25%,2%,4%)
(0.00/0.25/0.02/0.04)	

CMYK percentages

%0
%24.59
%2.46
%4.31

Codes

Color #F4B8EE in popluar color models

F4B8EE
RGB244184238
HSL306°73.17%83.92%
HSB/HSV306°24.59%95.69%
CMYK0.00%24.59%2.46%
4.31%

Color #F4B8EE in popluar number systems.

HEXF4B8EE
Decimal244184238
Binary111101001011100011101110
Octal364270356

Shades and tints

Shades of #F4B8EE

#F4B8EE
(244,184,238)
#DEA8D9
(222,168,217)
#C898C4
(200,152,196)
#B288AF
(178,136,175)
#9C789A
(156,120,154)
#866885
(134,104,133)
#705870
(112,88,112)
#5A485B
(90,72,91)
#443846
(68,56,70)
#2E2831
(46,40,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #F4B8EE

#F4B8EE
(244,184,238)
#F5BEEF
(245,190,239)
#F6C4F0
(246,196,240)
#F7CAF1
(247,202,241)
#F8D0F2
(248,208,242)
#F9D6F3
(249,214,243)
#FADCF4
(250,220,244)
#FBE2F5
(251,226,245)
#FCE8F6
(252,232,246)
#FDEEF7
(253,238,247)
#FEF4F8
(254,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B8EE; }

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

This text font color is #F4B8EE.


Background Color

.myBgColor { background-color: #F4B8EE; }

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

This div background color is #F4B8EE.


Border color

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

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

This div border color is #F4B8EE.


Opacity

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

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

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

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

This text has shadow with #F4B8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B8EE on black background.


Color preview on white background

This text has color #F4B8EE on white background.



Black color preview on #F4B8EE background

This text has black color on #F4B8EE background.


White color preview on #F4B8EE background

This text has white color on #F4B8EE background.