COLOR #F8BEE9

HEX: #F8BEE9 RGB: (248,190,233)

Color info

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

RGB color model

#F8BEE9 color RGB value is (248,190,233).

RGB: (248,190,233) (97%, 75%, 91%)

RGB channels and saturation

R 248 of 255 = 97%
G 190 of 255 = 75%
B 233 of 255 = 91%

248
190
233

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

Portions of RGB colors in percentages

R + G + B = 248 + 190 + 233 = 671 (100%)
R 248 of 671 ~ 36.96%
G 190 of 671 ~ 28.32%
B 233 of 671 ~ 34.72'%

%36.96
%28.32
%34.72

CMYK color model

#F8BEE9 color CMYK value is (0,23,6,3).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 6.05%
  • key color value is 2.75%

CMYK: (0,23,6,3)
C0M23Y6K3 (0%, 23%, 6%, 3%)
(0.00 / 0.23 / 0.06 / 0.03)

CMYK percentages

%0
%23.39
%6.05
%2.75

Codes

Color #F8BEE9 in popluar color models

F8 BE E9
RGB 248 190 233
HSL 316° 80.56% 85.88%
HSB/HSV 316° 23.39% 97.25%
CMYK 0.00% 23.39% 6.05%
2.75%

Color #F8BEE9 in popluar number systems.

HEX F8 BE E9
Decimal 248 190 233
Binary 11111000 10111110 11101001
Octal 370 276 351

Shades and tints

Shades of #F8BEE9

#F8BEE9
(248,190,233)
#E2ADD4
(226,173,212)
#CC9CBF
(204,156,191)
#B68BAA
(182,139,170)
#A07A95
(160,122,149)
#8A6980
(138,105,128)
#74586B
(116,88,107)
#5E4756
(94,71,86)
#483641
(72,54,65)
#32252C
(50,37,44)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #F8BEE9

#F8BEE9
(248,190,233)
#F8C3EB
(248,195,235)
#F8C8ED
(248,200,237)
#F8CDEF
(248,205,239)
#F8D2F1
(248,210,241)
#F8D7F3
(248,215,243)
#F8DCF5
(248,220,245)
#F8E1F7
(248,225,247)
#F8E6F9
(248,230,249)
#F8EBFB
(248,235,251)
#F8F0FD
(248,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BEE9 color. Also use rgb(248,190,233) instead hex code.

Text Font Color

.myTextColor { color: #F8BEE9; }

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

This text font color is #F8BEE9.

Background Color

.myBgColor { background-color: #F8BEE9; }

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

This div background color is #F8BEE9.

Border color

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

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

This div border color is #F8BEE9.

Opacity

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

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

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

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

This text has shadow with #F8BEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BEE9.

Preview

Color preview on black background

This text has color #F8BEE9 on black background.


Color preview on white background

This text has color #F8BEE9 on white background.


Black color preview on #F8BEE9 background

This text has black color on #F8BEE9 background.


White color preview on #F8BEE9 background

This text has white color on #F8BEE9 background.


Related colors

Complementary color

Complementary color for #hex is #074116.


I love getcolorcode.com

Triadic colors

1 #E9F8BE and #BEE9F8 with #F8BEE9 are triadic colors.

2 #E9BEF8 and #BEF8E9 with #F8BEE9 are triadic colors.