COLOR #F7E4FA

HEX: #F7E4FA RGB: (247,228,250)

Color info

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

RGB color model

#F7E4FA color RGB value is (247,228,250).

RGB: (247,228,250) (97%, 89%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 228 of 255 = 89%
B 250 of 255 = 98%

247
228
250

R + G + B ~ 95%. #F7E4FA is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 228 + 250 = 725 (100%)
R 247 of 725 ~ 34.07%
G 228 of 725 ~ 31.45%
B 250 of 725 ~ 34.48'%

%34.07
%31.45
%34.48

CMYK color model

#F7E4FA color CMYK value is (1,9,0,2).

  • cyan value is 1.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (1,9,0,2)
C1M9Y0K2 (1%, 9%, 0%, 2%)
(0.01 / 0.09 / 0.00 / 0.02)

CMYK percentages

%1.2
%8.8
%0
%1.96

Codes

Color #F7E4FA in popluar color models

F7 E4 FA
RGB 247 228 250
HSL 292° 68.75% 93.73%
HSB/HSV 292° 8.80% 98.04%
CMYK 1.20% 8.80% 0.00%
1.96%

Color #F7E4FA in popluar number systems.

HEX F7 E4 FA
Decimal 247 228 250
Binary 11110111 11100100 11111010
Octal 367 344 372

Shades and tints

Shades of #F7E4FA

#F7E4FA
(247,228,250)
#E1D0E4
(225,208,228)
#CBBCCE
(203,188,206)
#B5A8B8
(181,168,184)
#9F94A2
(159,148,162)
#89808C
(137,128,140)
#736C76
(115,108,118)
#5D5860
(93,88,96)
#47444A
(71,68,74)
#313034
(49,48,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #F7E4FA

#F7E4FA
(247,228,250)
#F7E6FA
(247,230,250)
#F7E8FA
(247,232,250)
#F7EAFA
(247,234,250)
#F7ECFA
(247,236,250)
#F7EEFA
(247,238,250)
#F7F0FA
(247,240,250)
#F7F2FA
(247,242,250)
#F7F4FA
(247,244,250)
#F7F6FA
(247,246,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E4FA; }

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

This text font color is #F7E4FA.

Background Color

.myBgColor { background-color: #F7E4FA; }

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

This div background color is #F7E4FA.

Border color

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

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

This div border color is #F7E4FA.

Opacity

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

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

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

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

This text has shadow with #F7E4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E4FA.

Preview

Color preview on black background

This text has color #F7E4FA on black background.


Color preview on white background

This text has color #F7E4FA on white background.


Black color preview on #F7E4FA background

This text has black color on #F7E4FA background.


White color preview on #F7E4FA background

This text has white color on #F7E4FA background.


Related colors

Complementary color

Complementary color for #hex is #081B05.


I love getcolorcode.com

Triadic colors

1 #FAF7E4 and #E4FAF7 with #F7E4FA are triadic colors.

2 #FAE4F7 and #E4F7FA with #F7E4FA are triadic colors.