COLOR #F9BEEF

HEX: #F9BEEF RGB: (249,190,239)

Color info

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

RGB color model

#F9BEEF color RGB value is (249,190,239).

RGB: (249,190,239) (98%, 75%, 94%)

RGB channels and saturation

R 249 of 255 = 98%
G 190 of 255 = 75%
B 239 of 255 = 94%

249
190
239

R + G + B ~ 89%. #F9BEEF is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 190 + 239 = 678 (100%)
R 249 of 678 ~ 36.73%
G 190 of 678 ~ 28.02%
B 239 of 678 ~ 35.25'%

%36.73
%28.02
%35.25

CMYK color model

#F9BEEF color CMYK value is (0,24,4,2).

  • cyan value is 0.00%
  • magenta value is 23.69%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK: (0,24,4,2) C0M24Y4K2 (0%,24%,4%,2%) (0.00/0.24/0.04/0.02) 

CMYK percentages

%0
%23.69
%4.02
%2.35

Codes

Color #F9BEEF in popluar color models

F9 BE EF
RGB 249 190 239
HSL 310° 83.10% 86.08%
HSB/HSV 310° 23.69% 97.65%
CMYK 0.00% 23.69% 4.02%
2.35%

Color #F9BEEF in popluar number systems.

HEX F9 BE EF
Decimal 249 190 239
Binary 11111001 10111110 11101111
Octal 371 276 357

Shades and tints

Shades of #F9BEEF

#F9BEEF
(249,190,239)
#E3ADDA
(227,173,218)
#CD9CC5
(205,156,197)
#B78BB0
(183,139,176)
#A17A9B
(161,122,155)
#8B6986
(139,105,134)
#755871
(117,88,113)
#5F475C
(95,71,92)
#493647
(73,54,71)
#332532
(51,37,50)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #F9BEEF

#F9BEEF
(249,190,239)
#F9C3F0
(249,195,240)
#F9C8F1
(249,200,241)
#F9CDF2
(249,205,242)
#F9D2F3
(249,210,243)
#F9D7F4
(249,215,244)
#F9DCF5
(249,220,245)
#F9E1F6
(249,225,246)
#F9E6F7
(249,230,247)
#F9EBF8
(249,235,248)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BEEF color. Also use rgb(249,190,239) instead hex code.

Text Font Color

.myTextColor { color: #F9BEEF; }

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

This text font color is #F9BEEF.

Background Color

.myBgColor { background-color: #F9BEEF; }

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

This div background color is #F9BEEF.

Border color

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

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

This div border color is #F9BEEF.

Opacity

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

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

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

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

This text has shadow with #F9BEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BEEF.

Preview

Color preview on black background

This text has color #F9BEEF on black background.


Color preview on white background

This text has color #F9BEEF on white background.


Black color preview on #F9BEEF background

This text has black color on #F9BEEF background.


White color preview on #F9BEEF background

This text has white color on #F9BEEF background.


Related colors

Complementary color

Complementary color for #hex is #064110.


I love getcolorcode.com

Triadic colors

1 #EFF9BE and #BEEFF9 with #F9BEEF are triadic colors.

2 #EFBEF9 and #BEF9EF with #F9BEEF are triadic colors.