COLOR #F4B5EC

HEX: #F4B5EC RGB: (244,181,236)

Color info

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

RGB color model

#F4B5EC color RGB value is (244,181,236).

RGB: (244,181,236) (96%, 71%, 93%)

RGB channels and saturation

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

244
181
236

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

Portions of RGB colors in percentages

R + G + B = 244 + 181 + 236 = 661 (100%)
R 244 of 661 ~ 36.91%
G 181 of 661 ~ 27.38%
B 236 of 661 ~ 35.7'%

%36.91
%27.38
%35.7

CMYK color model

#F4B5EC color CMYK value is (0,26,3,4).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 3.28%
  • key color value is 4.31%

CMYK: (0,26,3,4)
C0M26Y3K4 (0%, 26%, 3%, 4%)
(0.00 / 0.26 / 0.03 / 0.04)

CMYK percentages

%0
%25.82
%3.28
%4.31

Codes

Color #F4B5EC in popluar color models

F4 B5 EC
RGB 244 181 236
HSL 308° 74.12% 83.33%
HSB/HSV 308° 25.82% 95.69%
CMYK 0.00% 25.82% 3.28%
4.31%

Color #F4B5EC in popluar number systems.

HEX F4 B5 EC
Decimal 244 181 236
Binary 11110100 10110101 11101100
Octal 364 265 354

Shades and tints

Shades of #F4B5EC

#F4B5EC
(244,181,236)
#DEA5D7
(222,165,215)
#C895C2
(200,149,194)
#B285AD
(178,133,173)
#9C7598
(156,117,152)
#866583
(134,101,131)
#70556E
(112,85,110)
#5A4559
(90,69,89)
#443544
(68,53,68)
#2E252F
(46,37,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #F4B5EC

#F4B5EC
(244,181,236)
#F5BBED
(245,187,237)
#F6C1EE
(246,193,238)
#F7C7EF
(247,199,239)
#F8CDF0
(248,205,240)
#F9D3F1
(249,211,241)
#FAD9F2
(250,217,242)
#FBDFF3
(251,223,243)
#FCE5F4
(252,229,244)
#FDEBF5
(253,235,245)
#FEF1F6
(254,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B5EC; }

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

This text font color is #F4B5EC.

Background Color

.myBgColor { background-color: #F4B5EC; }

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

This div background color is #F4B5EC.

Border color

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

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

This div border color is #F4B5EC.

Opacity

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

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

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

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

This text has shadow with #F4B5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B5EC.

Preview

Color preview on black background

This text has color #F4B5EC on black background.


Color preview on white background

This text has color #F4B5EC on white background.


Black color preview on #F4B5EC background

This text has black color on #F4B5EC background.


White color preview on #F4B5EC background

This text has white color on #F4B5EC background.


Related colors

Complementary color

Complementary color for #hex is #0B4A13.


I love getcolorcode.com

Triadic colors

1 #ECF4B5 and #B5ECF4 with #F4B5EC are triadic colors.

2 #ECB5F4 and #B5F4EC with #F4B5EC are triadic colors.