COLOR #F8B3EF

HEX: #F8B3EF RGB: (248,179,239)

Color info

#F8B3EF contains mainly red and blue colors. Web safe color of #F8B3EF is #FF99FF (or #F9F).

RGB color model

#F8B3EF color RGB value is (248,179,239).

RGB: (248,179,239) (97%, 70%, 94%)

RGB channels and saturation

R 248 of 255 = 97%
G 179 of 255 = 70%
B 239 of 255 = 94%

248
179
239

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

Portions of RGB colors in percentages

R + G + B = 248 + 179 + 239 = 666 (100%)
R 248 of 666 ~ 37.24%
G 179 of 666 ~ 26.88%
B 239 of 666 ~ 35.89'%

%37.24
%26.88
%35.89

CMYK color model

#F8B3EF color CMYK value is (0,28,4,3).

  • cyan value is 0.00%
  • magenta value is 27.82%
  • yellow value is 3.63%
  • key color value is 2.75%
CMYK: (0,28,4,3) C0M28Y4K3 (0%,28%,4%,3%) (0.00/0.28/0.04/0.03) 

CMYK percentages

%0
%27.82
%3.63
%2.75

Codes

Color #F8B3EF in popluar color models

F8 B3 EF
RGB 248 179 239
HSL 308° 83.13% 83.73%
HSB/HSV 308° 27.82% 97.25%
CMYK 0.00% 27.82% 3.63%
2.75%

Color #F8B3EF in popluar number systems.

HEX F8 B3 EF
Decimal 248 179 239
Binary 11111000 10110011 11101111
Octal 370 263 357

Shades and tints

Shades of #F8B3EF

#F8B3EF
(248,179,239)
#E2A3DA
(226,163,218)
#CC93C5
(204,147,197)
#B683B0
(182,131,176)
#A0739B
(160,115,155)
#8A6386
(138,99,134)
#745371
(116,83,113)
#5E435C
(94,67,92)
#483347
(72,51,71)
#322332
(50,35,50)
#1C131D
(28,19,29)
#000000
(0,0,0)

Tints of #F8B3EF

#F8B3EF
(248,179,239)
#F8B9F0
(248,185,240)
#F8BFF1
(248,191,241)
#F8C5F2
(248,197,242)
#F8CBF3
(248,203,243)
#F8D1F4
(248,209,244)
#F8D7F5
(248,215,245)
#F8DDF6
(248,221,246)
#F8E3F7
(248,227,247)
#F8E9F8
(248,233,248)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B3EF color. Also use rgb(248,179,239) instead hex code.

Text Font Color

.myTextColor { color: #F8B3EF; }

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

This text font color is #F8B3EF.

Background Color

.myBgColor { background-color: #F8B3EF; }

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

This div background color is #F8B3EF.

Border color

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

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

This div border color is #F8B3EF.

Opacity

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

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

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

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

This text has shadow with #F8B3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8B3EF.

Preview

Color preview on black background

This text has color #F8B3EF on black background.


Color preview on white background

This text has color #F8B3EF on white background.


Black color preview on #F8B3EF background

This text has black color on #F8B3EF background.


White color preview on #F8B3EF background

This text has white color on #F8B3EF background.


Related colors

Complementary color

Complementary color for #hex is #074C10.


I love getcolorcode.com

Triadic colors

1 #EFF8B3 and #B3EFF8 with #F8B3EF are triadic colors.

2 #EFB3F8 and #B3F8EF with #F8B3EF are triadic colors.