COLOR #F7E0FB

HEX: #F7E0FB
RGB: (247,224,251)

Color info

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

RGB color model

#F7E0FB color RGB value is (247,224,251).

  • red value is 247;
  • green value is 224;
  • blue value is 251.
RGB:
(247,224,251)
(97%,88%,98%)

RGB channels and saturation

R 247 of 255 = 97%
G 224 of 255 = 88%
B 251 of 255 = 98%

247
224
251

R + G + B ~ 94%. #F7E0FB is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 224 + 251 = 722 (100%)
R 247 of 722 ~ 34.21%
G 224 of 722 ~ 31.02%
B 251 of 722 ~ 34.76%

%34.21
%31.02
%34.76

CMYK color model

#F7E0FB color CMYK value is (2,11,0,2).

  • cyan value is 1.59%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,11,0,2)
C2M11Y0K2 
(2%,11%,0%,2%)
(0.02/0.11/0.00/0.02)	

CMYK percentages

%1.59
%10.76
%0
%1.57

Codes

Color #F7E0FB in popluar color models

F7E0FB
RGB247224251
HSL291°77.14%93.14%
HSB/HSV291°10.76%98.43%
CMYK1.59%10.76%0.00%
1.57%

Color #F7E0FB in popluar number systems.

HEXF7E0FB
Decimal247224251
Binary111101111110000011111011
Octal367340373

Shades and tints

Shades of #F7E0FB

#F7E0FB
(247,224,251)
#E1CCE5
(225,204,229)
#CBB8CF
(203,184,207)
#B5A4B9
(181,164,185)
#9F90A3
(159,144,163)
#897C8D
(137,124,141)
#736877
(115,104,119)
#5D5461
(93,84,97)
#47404B
(71,64,75)
#312C35
(49,44,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #F7E0FB

#F7E0FB
(247,224,251)
#F7E2FB
(247,226,251)
#F7E4FB
(247,228,251)
#F7E6FB
(247,230,251)
#F7E8FB
(247,232,251)
#F7EAFB
(247,234,251)
#F7ECFB
(247,236,251)
#F7EEFB
(247,238,251)
#F7F0FB
(247,240,251)
#F7F2FB
(247,242,251)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E0FB color. Also use rgb(247,224,251) instead hex code.

Text Font Color

.myTextColor { color: #F7E0FB; }

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

This text font color is #F7E0FB.


Background Color

.myBgColor { background-color: #F7E0FB; }

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

This div background color is #F7E0FB.


Border color

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

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

This div border color is #F7E0FB.


Opacity

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

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

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

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

This text has shadow with #F7E0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E0FB on black background.


Color preview on white background

This text has color #F7E0FB on white background.



Black color preview on #F7E0FB background

This text has black color on #F7E0FB background.


White color preview on #F7E0FB background

This text has white color on #F7E0FB background.