COLOR #F4BEEB

HEX: #F4BEEB RGB: (244,190,235)

Color info

#F4BEEB contains red, green and blue colors in about the same proportion. Web safe color of #F4BEEB is #FFCCFF (or #FCF).

RGB color model

#F4BEEB color RGB value is (244,190,235).

RGB: (244,190,235) (96%, 75%, 92%)

RGB channels and saturation

R 244 of 255 = 96%
G 190 of 255 = 75%
B 235 of 255 = 92%

244
190
235

R + G + B ~ 88%. #F4BEEB is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 190 + 235 = 669 (100%)
R 244 of 669 ~ 36.47%
G 190 of 669 ~ 28.4%
B 235 of 669 ~ 35.13'%

%36.47
%28.4
%35.13

CMYK color model

#F4BEEB color CMYK value is (0,22,4,4).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 3.69%
  • key color value is 4.31%

CMYK: (0,22,4,4)
C0M22Y4K4 (0%, 22%, 4%, 4%)
(0.00 / 0.22 / 0.04 / 0.04)

CMYK percentages

%0
%22.13
%3.69
%4.31

Codes

Color #F4BEEB in popluar color models

F4 BE EB
RGB 244 190 235
HSL 310° 71.05% 85.10%
HSB/HSV 310° 22.13% 95.69%
CMYK 0.00% 22.13% 3.69%
4.31%

Color #F4BEEB in popluar number systems.

HEX F4 BE EB
Decimal 244 190 235
Binary 11110100 10111110 11101011
Octal 364 276 353

Shades and tints

Shades of #F4BEEB

#F4BEEB
(244,190,235)
#DEADD6
(222,173,214)
#C89CC1
(200,156,193)
#B28BAC
(178,139,172)
#9C7A97
(156,122,151)
#866982
(134,105,130)
#70586D
(112,88,109)
#5A4758
(90,71,88)
#443643
(68,54,67)
#2E252E
(46,37,46)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #F4BEEB

#F4BEEB
(244,190,235)
#F5C3EC
(245,195,236)
#F6C8ED
(246,200,237)
#F7CDEE
(247,205,238)
#F8D2EF
(248,210,239)
#F9D7F0
(249,215,240)
#FADCF1
(250,220,241)
#FBE1F2
(251,225,242)
#FCE6F3
(252,230,243)
#FDEBF4
(253,235,244)
#FEF0F5
(254,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BEEB color. Also use rgb(244,190,235) instead hex code.

Text Font Color

.myTextColor { color: #F4BEEB; }

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

This text font color is #F4BEEB.

Background Color

.myBgColor { background-color: #F4BEEB; }

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

This div background color is #F4BEEB.

Border color

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

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

This div border color is #F4BEEB.

Opacity

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

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

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

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

This text has shadow with #F4BEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4BEEB.

Preview

Color preview on black background

This text has color #F4BEEB on black background.


Color preview on white background

This text has color #F4BEEB on white background.


Black color preview on #F4BEEB background

This text has black color on #F4BEEB background.


White color preview on #F4BEEB background

This text has white color on #F4BEEB background.


Related colors

Complementary color

Complementary color for #hex is #0B4114.


I love getcolorcode.com

Triadic colors

1 #EBF4BE and #BEEBF4 with #F4BEEB are triadic colors.

2 #EBBEF4 and #BEF4EB with #F4BEEB are triadic colors.