COLOR #F6FEFA

HEX: #F6FEFA RGB: (246,254,250)

Color info

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

RGB color model

#F6FEFA color RGB value is (246,254,250).

RGB: (246,254,250) (96%, 100%, 98%)

RGB channels and saturation

R 246 of 255 = 96%
G 254 of 255 = 100%
B 250 of 255 = 98%

246
254
250

R + G + B ~ 98%. #F6FEFA is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 254 + 250 = 750 (100%)
R 246 of 750 ~ 32.8%
G 254 of 750 ~ 33.87%
B 250 of 750 ~ 33.33'%

%32.8
%33.87
%33.33

CMYK color model

#F6FEFA color CMYK value is (3,0,2,0).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.39%
CMYK: (3,0,2,0) C3M0Y2K0 (3%,0%,2%,0%) (0.03/0.00/0.02/0.00) 

CMYK percentages

%3.15
%0
%1.57
%0.39

Codes

Color #F6FEFA in popluar color models

F6 FE FA
RGB 246 254 250
HSL 150° 80.00% 98.04%
HSB/HSV 150° 3.15% 99.61%
CMYK 3.15% 0.00% 1.57%
0.39%

Color #F6FEFA in popluar number systems.

HEX F6 FE FA
Decimal 246 254 250
Binary 11110110 11111110 11111010
Octal 366 376 372

Shades and tints

Shades of #F6FEFA

#F6FEFA
(246,254,250)
#E0E7E4
(224,231,228)
#CAD0CE
(202,208,206)
#B4B9B8
(180,185,184)
#9EA2A2
(158,162,162)
#888B8C
(136,139,140)
#727476
(114,116,118)
#5C5D60
(92,93,96)
#46464A
(70,70,74)
#302F34
(48,47,52)
#1A181E
(26,24,30)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F6FEFA color. Also use rgb(246,254,250) instead hex code.

Text Font Color

.myTextColor { color: #F6FEFA; }

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

This text font color is #F6FEFA.

Background Color

.myBgColor { background-color: #F6FEFA; }

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

This div background color is #F6FEFA.

Border color

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

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

This div border color is #F6FEFA.

Opacity

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

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

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

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

This text has shadow with #F6FEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FEFA.

Preview

Color preview on black background

This text has color #F6FEFA on black background.


Color preview on white background

This text has color #F6FEFA on white background.


Black color preview on #F6FEFA background

This text has black color on #F6FEFA background.


White color preview on #F6FEFA background

This text has white color on #F6FEFA background.


Related colors

Complementary color

Complementary color for #hex is #090105.


I love getcolorcode.com

Triadic colors

1 #FAF6FE and #FEFAF6 with #F6FEFA are triadic colors.

2 #FAFEF6 and #FEF6FA with #F6FEFA are triadic colors.