COLOR #F5BEF4

HEX: #F5BEF4 RGB: (245,190,244)

Color info

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

RGB color model

#F5BEF4 color RGB value is (245,190,244).

RGB: (245,190,244) (96%, 75%, 96%)

RGB channels and saturation

R 245 of 255 = 96%
G 190 of 255 = 75%
B 244 of 255 = 96%

245
190
244

R + G + B ~ 89%. #F5BEF4 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 190 + 244 = 679 (100%)
R 245 of 679 ~ 36.08%
G 190 of 679 ~ 27.98%
B 244 of 679 ~ 35.94'%

%36.08
%27.98
%35.94

CMYK color model

#F5BEF4 color CMYK value is (0,22,0,4).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 0.41%
  • key color value is 3.92%

CMYK: (0,22,0,4)
C0M22Y0K4 (0%, 22%, 0%, 4%)
(0.00 / 0.22 / 0.00 / 0.04)

CMYK percentages

%0
%22.45
%0.41
%3.92

Codes

Color #F5BEF4 in popluar color models

F5 BE F4
RGB 245 190 244
HSL 301° 73.33% 85.29%
HSB/HSV 301° 22.45% 96.08%
CMYK 0.00% 22.45% 0.41%
3.92%

Color #F5BEF4 in popluar number systems.

HEX F5 BE F4
Decimal 245 190 244
Binary 11110101 10111110 11110100
Octal 365 276 364

Shades and tints

Shades of #F5BEF4

#F5BEF4
(245,190,244)
#DFADDE
(223,173,222)
#C99CC8
(201,156,200)
#B38BB2
(179,139,178)
#9D7A9C
(157,122,156)
#876986
(135,105,134)
#715870
(113,88,112)
#5B475A
(91,71,90)
#453644
(69,54,68)
#2F252E
(47,37,46)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #F5BEF4

#F5BEF4
(245,190,244)
#F5C3F5
(245,195,245)
#F5C8F6
(245,200,246)
#F5CDF7
(245,205,247)
#F5D2F8
(245,210,248)
#F5D7F9
(245,215,249)
#F5DCFA
(245,220,250)
#F5E1FB
(245,225,251)
#F5E6FC
(245,230,252)
#F5EBFD
(245,235,253)
#F5F0FE
(245,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BEF4; }

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

This text font color is #F5BEF4.

Background Color

.myBgColor { background-color: #F5BEF4; }

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

This div background color is #F5BEF4.

Border color

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

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

This div border color is #F5BEF4.

Opacity

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

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

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

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

This text has shadow with #F5BEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BEF4.

Preview

Color preview on black background

This text has color #F5BEF4 on black background.


Color preview on white background

This text has color #F5BEF4 on white background.


Black color preview on #F5BEF4 background

This text has black color on #F5BEF4 background.


White color preview on #F5BEF4 background

This text has white color on #F5BEF4 background.


Related colors

Complementary color

Complementary color for #hex is #0A410B.


I love getcolorcode.com

Triadic colors

1 #F4F5BE and #BEF4F5 with #F5BEF4 are triadic colors.

2 #F4BEF5 and #BEF5F4 with #F5BEF4 are triadic colors.