COLOR #F8B7E5

HEX: #F8B7E5
RGB: (248,183,229)

Color info

#F8B7E5 contains mainly red and blue colors. Web safe color of #F8B7E5 is #FFCCCC (or #FCC).

RGB color model

#F8B7E5 color RGB value is (248,183,229).

  • red value is 248;
  • green value is 183;
  • blue value is 229.
RGB:
(248,183,229)
(97%,72%,90%)

RGB channels and saturation

R 248 of 255 = 97%
G 183 of 255 = 72%
B 229 of 255 = 90%

248
183
229

R + G + B ~ 86%. #F8B7E5 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 183 + 229 = 660 (100%)
R 248 of 660 ~ 37.58%
G 183 of 660 ~ 27.73%
B 229 of 660 ~ 34.7%

%37.58
%27.73
%34.7

CMYK color model

#F8B7E5 color CMYK value is (0,26,8,3).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 7.66%
  • key color value is 2.75%
CMYK:
(0,26,8,3)
C0M26Y8K3 
(0%,26%,8%,3%)
(0.00/0.26/0.08/0.03)	

CMYK percentages

%0
%26.21
%7.66
%2.75

Codes

Color #F8B7E5 in popluar color models

F8B7E5
RGB248183229
HSL318°82.28%84.51%
HSB/HSV318°26.21%97.25%
CMYK0.00%26.21%7.66%
2.75%

Color #F8B7E5 in popluar number systems.

HEXF8B7E5
Decimal248183229
Binary111110001011011111100101
Octal370267345

Shades and tints

Shades of #F8B7E5

#F8B7E5
(248,183,229)
#E2A7D1
(226,167,209)
#CC97BD
(204,151,189)
#B687A9
(182,135,169)
#A07795
(160,119,149)
#8A6781
(138,103,129)
#74576D
(116,87,109)
#5E4759
(94,71,89)
#483745
(72,55,69)
#322731
(50,39,49)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #F8B7E5

#F8B7E5
(248,183,229)
#F8BDE7
(248,189,231)
#F8C3E9
(248,195,233)
#F8C9EB
(248,201,235)
#F8CFED
(248,207,237)
#F8D5EF
(248,213,239)
#F8DBF1
(248,219,241)
#F8E1F3
(248,225,243)
#F8E7F5
(248,231,245)
#F8EDF7
(248,237,247)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B7E5 color. Also use rgb(248,183,229) instead hex code.

Text Font Color

.myTextColor { color: #F8B7E5; }

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

This text font color is #F8B7E5.


Background Color

.myBgColor { background-color: #F8B7E5; }

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

This div background color is #F8B7E5.


Border color

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

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

This div border color is #F8B7E5.


Opacity

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

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

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

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

This text has shadow with #F8B7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B7E5 on black background.


Color preview on white background

This text has color #F8B7E5 on white background.



Black color preview on #F8B7E5 background

This text has black color on #F8B7E5 background.


White color preview on #F8B7E5 background

This text has white color on #F8B7E5 background.