COLOR #F7BEFE

HEX: #F7BEFE
RGB: (247,190,254)

Color info

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

RGB color model

#F7BEFE color RGB value is (247,190,254).

  • red value is 247;
  • green value is 190;
  • blue value is 254.
RGB:
(247,190,254)
(97%,75%,100%)

RGB channels and saturation

R 247 of 255 = 97%
G 190 of 255 = 75%
B 254 of 255 = 100%

247
190
254

R + G + B ~ 91%. #F7BEFE is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 190 + 254 = 691 (100%)
R 247 of 691 ~ 35.75%
G 190 of 691 ~ 27.5%
B 254 of 691 ~ 36.76%

%35.75
%27.5
%36.76

CMYK color model

#F7BEFE color CMYK value is (3,25,0,0).

  • cyan value is 2.76%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(3,25,0,0)
C3M25Y0K0 
(3%,25%,0%,0%)
(0.03/0.25/0.00/0.00)	

CMYK percentages

%2.76
%25.2
%0
%0.39

Codes

Color #F7BEFE in popluar color models

F7BEFE
RGB247190254
HSL293°96.97%87.06%
HSB/HSV293°25.20%99.61%
CMYK2.76%25.20%0.00%
0.39%

Color #F7BEFE in popluar number systems.

HEXF7BEFE
Decimal247190254
Binary111101111011111011111110
Octal367276376

Shades and tints

Shades of #F7BEFE

#F7BEFE
(247,190,254)
#E1ADE7
(225,173,231)
#CB9CD0
(203,156,208)
#B58BB9
(181,139,185)
#9F7AA2
(159,122,162)
#89698B
(137,105,139)
#735874
(115,88,116)
#5D475D
(93,71,93)
#473646
(71,54,70)
#31252F
(49,37,47)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #F7BEFE

#F7BEFE
(247,190,254)
#F7C3FE
(247,195,254)
#F7C8FE
(247,200,254)
#F7CDFE
(247,205,254)
#F7D2FE
(247,210,254)
#F7D7FE
(247,215,254)
#F7DCFE
(247,220,254)
#F7E1FE
(247,225,254)
#F7E6FE
(247,230,254)
#F7EBFE
(247,235,254)
#F7F0FE
(247,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BEFE; }

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

This text font color is #F7BEFE.


Background Color

.myBgColor { background-color: #F7BEFE; }

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

This div background color is #F7BEFE.


Border color

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

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

This div border color is #F7BEFE.


Opacity

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

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

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

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

This text has shadow with #F7BEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BEFE on black background.


Color preview on white background

This text has color #F7BEFE on white background.



Black color preview on #F7BEFE background

This text has black color on #F7BEFE background.


White color preview on #F7BEFE background

This text has white color on #F7BEFE background.