COLOR #F4B6E0

HEX: #F4B6E0 RGB: (244,182,224)

Color info

#F4B6E0 contains mainly red and blue colors. Web safe color of #F4B6E0 is #FFCCCC (or #FCC).

RGB color model

#F4B6E0 color RGB value is (244,182,224).

RGB: (244,182,224) (96%, 71%, 88%)

RGB channels and saturation

R 244 of 255 = 96%
G 182 of 255 = 71%
B 224 of 255 = 88%

244
182
224

R + G + B ~ 85%. #F4B6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 182 + 224 = 650 (100%)
R 244 of 650 ~ 37.54%
G 182 of 650 ~ 28%
B 224 of 650 ~ 34.46'%

%37.54
%28
%34.46

CMYK color model

#F4B6E0 color CMYK value is (0,25,8,4).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 8.20%
  • key color value is 4.31%

CMYK: (0,25,8,4)
C0M25Y8K4 (0%, 25%, 8%, 4%)
(0.00 / 0.25 / 0.08 / 0.04)

CMYK percentages

%0
%25.41
%8.2
%4.31

Codes

Color #F4B6E0 in popluar color models

F4 B6 E0
RGB 244 182 224
HSL 319° 73.81% 83.53%
HSB/HSV 319° 25.41% 95.69%
CMYK 0.00% 25.41% 8.20%
4.31%

Color #F4B6E0 in popluar number systems.

HEX F4 B6 E0
Decimal 244 182 224
Binary 11110100 10110110 11100000
Octal 364 266 340

Shades and tints

Shades of #F4B6E0

#F4B6E0
(244,182,224)
#DEA6CC
(222,166,204)
#C896B8
(200,150,184)
#B286A4
(178,134,164)
#9C7690
(156,118,144)
#86667C
(134,102,124)
#705668
(112,86,104)
#5A4654
(90,70,84)
#443640
(68,54,64)
#2E262C
(46,38,44)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #F4B6E0

#F4B6E0
(244,182,224)
#F5BCE2
(245,188,226)
#F6C2E4
(246,194,228)
#F7C8E6
(247,200,230)
#F8CEE8
(248,206,232)
#F9D4EA
(249,212,234)
#FADAEC
(250,218,236)
#FBE0EE
(251,224,238)
#FCE6F0
(252,230,240)
#FDECF2
(253,236,242)
#FEF2F4
(254,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B6E0; }

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

This text font color is #F4B6E0.

Background Color

.myBgColor { background-color: #F4B6E0; }

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

This div background color is #F4B6E0.

Border color

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

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

This div border color is #F4B6E0.

Opacity

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

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

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

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

This text has shadow with #F4B6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B6E0.

Preview

Color preview on black background

This text has color #F4B6E0 on black background.


Color preview on white background

This text has color #F4B6E0 on white background.


Black color preview on #F4B6E0 background

This text has black color on #F4B6E0 background.


White color preview on #F4B6E0 background

This text has white color on #F4B6E0 background.


Related colors

Complementary color

Complementary color for #hex is #0B491F.


I love getcolorcode.com

Triadic colors

1 #E0F4B6 and #B6E0F4 with #F4B6E0 are triadic colors.

2 #E0B6F4 and #B6F4E0 with #F4B6E0 are triadic colors.