COLOR #F7EAFA

HEX: #F7EAFA
RGB: (247,234,250)

Color info

#F7EAFA contains red, green and blue colors in about the same proportion. Web safe color of #F7EAFA is #FFFFFF (or #FFF).

RGB color model

#F7EAFA color RGB value is (247,234,250).

  • red value is 247;
  • green value is 234;
  • blue value is 250.
RGB:
(247,234,250)
(97%,92%,98%)

RGB channels and saturation

R 247 of 255 = 97%
G 234 of 255 = 92%
B 250 of 255 = 98%

247
234
250

R + G + B ~ 96%. #F7EAFA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 234 + 250 = 731 (100%)
R 247 of 731 ~ 33.79%
G 234 of 731 ~ 32.01%
B 250 of 731 ~ 34.2%

%33.79
%32.01
%34.2

CMYK color model

#F7EAFA color CMYK value is (1,6,0,2).

  • cyan value is 1.20%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,6,0,2)
C1M6Y0K2 
(1%,6%,0%,2%)
(0.01/0.06/0.00/0.02)	

CMYK percentages

%1.2
%6.4
%0
%1.96

Codes

Color #F7EAFA in popluar color models

F7EAFA
RGB247234250
HSL289°61.54%94.90%
HSB/HSV289°6.40%98.04%
CMYK1.20%6.40%0.00%
1.96%

Color #F7EAFA in popluar number systems.

HEXF7EAFA
Decimal247234250
Binary111101111110101011111010
Octal367352372

Shades and tints

Shades of #F7EAFA

#F7EAFA
(247,234,250)
#E1D5E4
(225,213,228)
#CBC0CE
(203,192,206)
#B5ABB8
(181,171,184)
#9F96A2
(159,150,162)
#89818C
(137,129,140)
#736C76
(115,108,118)
#5D5760
(93,87,96)
#47424A
(71,66,74)
#312D34
(49,45,52)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #F7EAFA

#F7EAFA
(247,234,250)
#F7EBFA
(247,235,250)
#F7ECFA
(247,236,250)
#F7EDFA
(247,237,250)
#F7EEFA
(247,238,250)
#F7EFFA
(247,239,250)
#F7F0FA
(247,240,250)
#F7F1FA
(247,241,250)
#F7F2FA
(247,242,250)
#F7F3FA
(247,243,250)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EAFA color. Also use rgb(247,234,250) instead hex code.

Text Font Color

.myTextColor { color: #F7EAFA; }

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

This text font color is #F7EAFA.


Background Color

.myBgColor { background-color: #F7EAFA; }

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

This div background color is #F7EAFA.


Border color

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

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

This div border color is #F7EAFA.


Opacity

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

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

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

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

This text has shadow with #F7EAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EAFA on black background.


Color preview on white background

This text has color #F7EAFA on white background.



Black color preview on #F7EAFA background

This text has black color on #F7EAFA background.


White color preview on #F7EAFA background

This text has white color on #F7EAFA background.