COLOR #F7ECFA

HEX: #F7ECFA
RGB: (247,236,250)

Color info

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

RGB color model

#F7ECFA color RGB value is (247,236,250).

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

RGB channels and saturation

R 247 of 255 = 97%
G 236 of 255 = 93%
B 250 of 255 = 98%

247
236
250

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

Portions of RGB colors in percentages

R + G + B =
247 + 236 + 250 = 733 (100%)
R 247 of 733 ~ 33.7%
G 236 of 733 ~ 32.2%
B 250 of 733 ~ 34.11%

%33.7
%32.2
%34.11

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 5.60%
  • 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
%5.6
%0
%1.96

Codes

Color #F7ECFA in popluar color models

F7ECFA
RGB247236250
HSL287°58.33%95.29%
HSB/HSV287°5.60%98.04%
CMYK1.20%5.60%0.00%
1.96%

Color #F7ECFA in popluar number systems.

HEXF7ECFA
Decimal247236250
Binary111101111110110011111010
Octal367354372

Shades and tints

Shades of #F7ECFA

#F7ECFA
(247,236,250)
#E1D7E4
(225,215,228)
#CBC2CE
(203,194,206)
#B5ADB8
(181,173,184)
#9F98A2
(159,152,162)
#89838C
(137,131,140)
#736E76
(115,110,118)
#5D5960
(93,89,96)
#47444A
(71,68,74)
#312F34
(49,47,52)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #F7ECFA

#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)
#F7F5FA
(247,245,250)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7ECFA; }

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

This text font color is #F7ECFA.


Background Color

.myBgColor { background-color: #F7ECFA; }

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

This div background color is #F7ECFA.


Border color

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

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

This div border color is #F7ECFA.


Opacity

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

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

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

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

This text has shadow with #F7ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7ECFA on black background.


Color preview on white background

This text has color #F7ECFA on white background.



Black color preview on #F7ECFA background

This text has black color on #F7ECFA background.


White color preview on #F7ECFA background

This text has white color on #F7ECFA background.