COLOR #F7FEE6

HEX: #F7FEE6 RGB: (247,254,230)

Color info

#F7FEE6 contains red, green and blue colors in about the same proportion. Web safe color of #F7FEE6 is #FFFFCC (or #FFC).

RGB color model

#F7FEE6 color RGB value is (247,254,230).

RGB: (247,254,230) (97%, 100%, 90%)

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 230 of 255 = 90%

247
254
230

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

Portions of RGB colors in percentages

R + G + B = 247 + 254 + 230 = 731 (100%)
R 247 of 731 ~ 33.79%
G 254 of 731 ~ 34.75%
B 230 of 731 ~ 31.46'%

%33.79
%34.75
%31.46

CMYK color model

#F7FEE6 color CMYK value is (3,0,9,0).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 0.39%

CMYK: (3,0,9,0)
C3M0Y9K0 (3%, 0%, 9%, 0%)
(0.03 / 0.00 / 0.09 / 0.00)

CMYK percentages

%2.76
%0
%9.45
%0.39

Codes

Color #F7FEE6 in popluar color models

F7 FE E6
RGB 247 254 230
HSL 78° 92.31% 94.90%
HSB/HSV 78° 9.45% 99.61%
CMYK 2.76% 0.00% 9.45%
0.39%

Color #F7FEE6 in popluar number systems.

HEX F7 FE E6
Decimal 247 254 230
Binary 11110111 11111110 11100110
Octal 367 376 346

Shades and tints

Shades of #F7FEE6

#F7FEE6
(247,254,230)
#E1E7D2
(225,231,210)
#CBD0BE
(203,208,190)
#B5B9AA
(181,185,170)
#9FA296
(159,162,150)
#898B82
(137,139,130)
#73746E
(115,116,110)
#5D5D5A
(93,93,90)
#474646
(71,70,70)
#312F32
(49,47,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #F7FEE6

#F7FEE6
(247,254,230)
#F7FEE8
(247,254,232)
#F7FEEA
(247,254,234)
#F7FEEC
(247,254,236)
#F7FEEE
(247,254,238)
#F7FEF0
(247,254,240)
#F7FEF2
(247,254,242)
#F7FEF4
(247,254,244)
#F7FEF6
(247,254,246)
#F7FEF8
(247,254,248)
#F7FEFA
(247,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FEE6; }

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

This text font color is #F7FEE6.

Background Color

.myBgColor { background-color: #F7FEE6; }

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

This div background color is #F7FEE6.

Border color

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

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

This div border color is #F7FEE6.

Opacity

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

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

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

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

This text has shadow with #F7FEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FEE6.

Preview

Color preview on black background

This text has color #F7FEE6 on black background.


Color preview on white background

This text has color #F7FEE6 on white background.


Black color preview on #F7FEE6 background

This text has black color on #F7FEE6 background.


White color preview on #F7FEE6 background

This text has white color on #F7FEE6 background.


Related colors

Complementary color

Complementary color for #hex is #080119.


I love getcolorcode.com

Triadic colors

1 #E6F7FE and #FEE6F7 with #F7FEE6 are triadic colors.

2 #E6FEF7 and #FEF7E6 with #F7FEE6 are triadic colors.