COLOR #F5BEFE

HEX: #F5BEFE RGB: (245,190,254)

Color info

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

RGB color model

#F5BEFE color RGB value is (245,190,254).

RGB: (245,190,254) (96%, 75%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 190 of 255 = 75%
B 254 of 255 = 100%

245
190
254

R + G + B ~ 90%. #F5BEFE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 190 + 254 = 689 (100%)
R 245 of 689 ~ 35.56%
G 190 of 689 ~ 27.58%
B 254 of 689 ~ 36.87'%

%35.56
%27.58
%36.87

CMYK color model

#F5BEFE color CMYK value is (4,25,0,0).

  • cyan value is 3.54%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (4,25,0,0)
C4M25Y0K0 (4%, 25%, 0%, 0%)
(0.04 / 0.25 / 0.00 / 0.00)

CMYK percentages

%3.54
%25.2
%0
%0.39

Codes

Color #F5BEFE in popluar color models

F5 BE FE
RGB 245 190 254
HSL 292° 96.97% 87.06%
HSB/HSV 292° 25.20% 99.61%
CMYK 3.54% 25.20% 0.00%
0.39%

Color #F5BEFE in popluar number systems.

HEX F5 BE FE
Decimal 245 190 254
Binary 11110101 10111110 11111110
Octal 365 276 376

Shades and tints

Shades of #F5BEFE

#F5BEFE
(245,190,254)
#DFADE7
(223,173,231)
#C99CD0
(201,156,208)
#B38BB9
(179,139,185)
#9D7AA2
(157,122,162)
#87698B
(135,105,139)
#715874
(113,88,116)
#5B475D
(91,71,93)
#453646
(69,54,70)
#2F252F
(47,37,47)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #F5BEFE

#F5BEFE
(245,190,254)
#F5C3FE
(245,195,254)
#F5C8FE
(245,200,254)
#F5CDFE
(245,205,254)
#F5D2FE
(245,210,254)
#F5D7FE
(245,215,254)
#F5DCFE
(245,220,254)
#F5E1FE
(245,225,254)
#F5E6FE
(245,230,254)
#F5EBFE
(245,235,254)
#F5F0FE
(245,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BEFE color. Also use rgb(245,190,254) instead hex code.

Text Font Color

.myTextColor { color: #F5BEFE; }

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

This text font color is #F5BEFE.

Background Color

.myBgColor { background-color: #F5BEFE; }

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

This div background color is #F5BEFE.

Border color

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

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

This div border color is #F5BEFE.

Opacity

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

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

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

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

This text has shadow with #F5BEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BEFE.

Preview

Color preview on black background

This text has color #F5BEFE on black background.


Color preview on white background

This text has color #F5BEFE on white background.


Black color preview on #F5BEFE background

This text has black color on #F5BEFE background.


White color preview on #F5BEFE background

This text has white color on #F5BEFE background.


Related colors

Complementary color

Complementary color for #hex is #0A4101.


I love getcolorcode.com

Triadic colors

1 #FEF5BE and #BEFEF5 with #F5BEFE are triadic colors.

2 #FEBEF5 and #BEF5FE with #F5BEFE are triadic colors.