COLOR #F4B6EC

HEX: #F4B6EC
RGB: (244,182,236)

Color info

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

RGB color model

#F4B6EC color RGB value is (244,182,236).

  • red value is 244;
  • green value is 182;
  • blue value is 236.
RGB:
(244,182,236)
(96%,71%,93%)

RGB channels and saturation

R 244 of 255 = 96%
G 182 of 255 = 71%
B 236 of 255 = 93%

244
182
236

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

Portions of RGB colors in percentages

R + G + B =
244 + 182 + 236 = 662 (100%)
R 244 of 662 ~ 36.86%
G 182 of 662 ~ 27.49%
B 236 of 662 ~ 35.65%

%36.86
%27.49
%35.65

CMYK color model

#F4B6EC color CMYK value is (0,25,3,4).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(0,25,3,4)
C0M25Y3K4 
(0%,25%,3%,4%)
(0.00/0.25/0.03/0.04)	

CMYK percentages

%0
%25.41
%3.28
%4.31

Codes

Color #F4B6EC in popluar color models

F4B6EC
RGB244182236
HSL308°73.81%83.53%
HSB/HSV308°25.41%95.69%
CMYK0.00%25.41%3.28%
4.31%

Color #F4B6EC in popluar number systems.

HEXF4B6EC
Decimal244182236
Binary111101001011011011101100
Octal364266354

Shades and tints

Shades of #F4B6EC

#F4B6EC
(244,182,236)
#DEA6D7
(222,166,215)
#C896C2
(200,150,194)
#B286AD
(178,134,173)
#9C7698
(156,118,152)
#866683
(134,102,131)
#70566E
(112,86,110)
#5A4659
(90,70,89)
#443644
(68,54,68)
#2E262F
(46,38,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #F4B6EC

#F4B6EC
(244,182,236)
#F5BCED
(245,188,237)
#F6C2EE
(246,194,238)
#F7C8EF
(247,200,239)
#F8CEF0
(248,206,240)
#F9D4F1
(249,212,241)
#FADAF2
(250,218,242)
#FBE0F3
(251,224,243)
#FCE6F4
(252,230,244)
#FDECF5
(253,236,245)
#FEF2F6
(254,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B6EC color. Also use rgb(244,182,236) instead hex code.

Text Font Color

.myTextColor { color: #F4B6EC; }

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

This text font color is #F4B6EC.


Background Color

.myBgColor { background-color: #F4B6EC; }

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

This div background color is #F4B6EC.


Border color

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

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

This div border color is #F4B6EC.


Opacity

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

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

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

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

This text has shadow with #F4B6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B6EC on black background.


Color preview on white background

This text has color #F4B6EC on white background.



Black color preview on #F4B6EC background

This text has black color on #F4B6EC background.


White color preview on #F4B6EC background

This text has white color on #F4B6EC background.