COLOR #F8B5F0

HEX: #F8B5F0 RGB: (248,181,240)

Color info

#F8B5F0 contains mainly red and blue colors. Web safe color of #F8B5F0 is #FFCCFF (or #FCF).

RGB color model

#F8B5F0 color RGB value is (248,181,240).

RGB: (248,181,240) (97%, 71%, 94%)

RGB channels and saturation

R 248 of 255 = 97%
G 181 of 255 = 71%
B 240 of 255 = 94%

248
181
240

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

Portions of RGB colors in percentages

R + G + B = 248 + 181 + 240 = 669 (100%)
R 248 of 669 ~ 37.07%
G 181 of 669 ~ 27.06%
B 240 of 669 ~ 35.87'%

%37.07
%27.06
%35.87

CMYK color model

#F8B5F0 color CMYK value is (0,27,3,3).

  • cyan value is 0.00%
  • magenta value is 27.02%
  • yellow value is 3.23%
  • key color value is 2.75%

CMYK: (0,27,3,3)
C0M27Y3K3 (0%, 27%, 3%, 3%)
(0.00 / 0.27 / 0.03 / 0.03)

CMYK percentages

%0
%27.02
%3.23
%2.75

Codes

Color #F8B5F0 in popluar color models

F8 B5 F0
RGB 248 181 240
HSL 307° 82.72% 84.12%
HSB/HSV 307° 27.02% 97.25%
CMYK 0.00% 27.02% 3.23%
2.75%

Color #F8B5F0 in popluar number systems.

HEX F8 B5 F0
Decimal 248 181 240
Binary 11111000 10110101 11110000
Octal 370 265 360

Shades and tints

Shades of #F8B5F0

#F8B5F0
(248,181,240)
#E2A5DB
(226,165,219)
#CC95C6
(204,149,198)
#B685B1
(182,133,177)
#A0759C
(160,117,156)
#8A6587
(138,101,135)
#745572
(116,85,114)
#5E455D
(94,69,93)
#483548
(72,53,72)
#322533
(50,37,51)
#1C151E
(28,21,30)
#000000
(0,0,0)

Tints of #F8B5F0

#F8B5F0
(248,181,240)
#F8BBF1
(248,187,241)
#F8C1F2
(248,193,242)
#F8C7F3
(248,199,243)
#F8CDF4
(248,205,244)
#F8D3F5
(248,211,245)
#F8D9F6
(248,217,246)
#F8DFF7
(248,223,247)
#F8E5F8
(248,229,248)
#F8EBF9
(248,235,249)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B5F0 color. Also use rgb(248,181,240) instead hex code.

Text Font Color

.myTextColor { color: #F8B5F0; }

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

This text font color is #F8B5F0.

Background Color

.myBgColor { background-color: #F8B5F0; }

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

This div background color is #F8B5F0.

Border color

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

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

This div border color is #F8B5F0.

Opacity

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

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

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

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

This text has shadow with #F8B5F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8B5F0.

Preview

Color preview on black background

This text has color #F8B5F0 on black background.


Color preview on white background

This text has color #F8B5F0 on white background.


Black color preview on #F8B5F0 background

This text has black color on #F8B5F0 background.


White color preview on #F8B5F0 background

This text has white color on #F8B5F0 background.


Related colors

Complementary color

Complementary color for #hex is #074A0F.


I love getcolorcode.com

Triadic colors

1 #F0F8B5 and #B5F0F8 with #F8B5F0 are triadic colors.

2 #F0B5F8 and #B5F8F0 with #F8B5F0 are triadic colors.