COLOR #F4B5E8

HEX: #F4B5E8 RGB: (244,181,232)

Color info

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

RGB color model

#F4B5E8 color RGB value is (244,181,232).

RGB: (244,181,232) (96%, 71%, 91%)

RGB channels and saturation

R 244 of 255 = 96%
G 181 of 255 = 71%
B 232 of 255 = 91%

244
181
232

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

Portions of RGB colors in percentages

R + G + B = 244 + 181 + 232 = 657 (100%)
R 244 of 657 ~ 37.14%
G 181 of 657 ~ 27.55%
B 232 of 657 ~ 35.31'%

%37.14
%27.55
%35.31

CMYK color model

#F4B5E8 color CMYK value is (0,26,5,4).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 4.92%
  • key color value is 4.31%
CMYK: (0,26,5,4) C0M26Y5K4 (0%,26%,5%,4%) (0.00/0.26/0.05/0.04) 

CMYK percentages

%0
%25.82
%4.92
%4.31

Codes

Color #F4B5E8 in popluar color models

F4 B5 E8
RGB 244 181 232
HSL 311° 74.12% 83.33%
HSB/HSV 311° 25.82% 95.69%
CMYK 0.00% 25.82% 4.92%
4.31%

Color #F4B5E8 in popluar number systems.

HEX F4 B5 E8
Decimal 244 181 232
Binary 11110100 10110101 11101000
Octal 364 265 350

Shades and tints

Shades of #F4B5E8

#F4B5E8
(244,181,232)
#DEA5D3
(222,165,211)
#C895BE
(200,149,190)
#B285A9
(178,133,169)
#9C7594
(156,117,148)
#86657F
(134,101,127)
#70556A
(112,85,106)
#5A4555
(90,69,85)
#443540
(68,53,64)
#2E252B
(46,37,43)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #F4B5E8

#F4B5E8
(244,181,232)
#F5BBEA
(245,187,234)
#F6C1EC
(246,193,236)
#F7C7EE
(247,199,238)
#F8CDF0
(248,205,240)
#F9D3F2
(249,211,242)
#FAD9F4
(250,217,244)
#FBDFF6
(251,223,246)
#FCE5F8
(252,229,248)
#FDEBFA
(253,235,250)
#FEF1FC
(254,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B5E8 color. Also use rgb(244,181,232) instead hex code.

Text Font Color

.myTextColor { color: #F4B5E8; }

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

This text font color is #F4B5E8.

Background Color

.myBgColor { background-color: #F4B5E8; }

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

This div background color is #F4B5E8.

Border color

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

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

This div border color is #F4B5E8.

Opacity

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

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

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

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

This text has shadow with #F4B5E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B5E8.

Preview

Color preview on black background

This text has color #F4B5E8 on black background.


Color preview on white background

This text has color #F4B5E8 on white background.


Black color preview on #F4B5E8 background

This text has black color on #F4B5E8 background.


White color preview on #F4B5E8 background

This text has white color on #F4B5E8 background.


Related colors

Complementary color

Complementary color for #hex is #0B4A17.


I love getcolorcode.com

Triadic colors

1 #E8F4B5 and #B5E8F4 with #F4B5E8 are triadic colors.

2 #E8B5F4 and #B5F4E8 with #F4B5E8 are triadic colors.