COLOR #F6FAEB

HEX: #F6FAEB RGB: (246,250,235)

Color info

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

RGB color model

#F6FAEB color RGB value is (246,250,235).

RGB: (246,250,235) (96%, 98%, 92%)

RGB channels and saturation

R 246 of 255 = 96%
G 250 of 255 = 98%
B 235 of 255 = 92%

246
250
235

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

Portions of RGB colors in percentages

R + G + B = 246 + 250 + 235 = 731 (100%)
R 246 of 731 ~ 33.65%
G 250 of 731 ~ 34.2%
B 235 of 731 ~ 32.15'%

%33.65
%34.2
%32.15

CMYK color model

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

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK: (2,0,6,2) C2M0Y6K2 (2%,0%,6%,2%) (0.02/0.00/0.06/0.02) 

CMYK percentages

%1.6
%0
%6
%1.96

Codes

Color #F6FAEB in popluar color models

F6 FA EB
RGB 246 250 235
HSL 76° 60.00% 95.10%
HSB/HSV 76° 6.00% 98.04%
CMYK 1.60% 0.00% 6.00%
1.96%

Color #F6FAEB in popluar number systems.

HEX F6 FA EB
Decimal 246 250 235
Binary 11110110 11111010 11101011
Octal 366 372 353

Shades and tints

Shades of #F6FAEB

#F6FAEB
(246,250,235)
#E0E4D6
(224,228,214)
#CACEC1
(202,206,193)
#B4B8AC
(180,184,172)
#9EA297
(158,162,151)
#888C82
(136,140,130)
#72766D
(114,118,109)
#5C6058
(92,96,88)
#464A43
(70,74,67)
#30342E
(48,52,46)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #F6FAEB

#F6FAEB
(246,250,235)
#F6FAEC
(246,250,236)
#F6FAED
(246,250,237)
#F6FAEE
(246,250,238)
#F6FAEF
(246,250,239)
#F6FAF0
(246,250,240)
#F6FAF1
(246,250,241)
#F6FAF2
(246,250,242)
#F6FAF3
(246,250,243)
#F6FAF4
(246,250,244)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FAEB; }

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

This text font color is #F6FAEB.

Background Color

.myBgColor { background-color: #F6FAEB; }

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

This div background color is #F6FAEB.

Border color

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

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

This div border color is #F6FAEB.

Opacity

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

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

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

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

This text has shadow with #F6FAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FAEB.

Preview

Color preview on black background

This text has color #F6FAEB on black background.


Color preview on white background

This text has color #F6FAEB on white background.


Black color preview on #F6FAEB background

This text has black color on #F6FAEB background.


White color preview on #F6FAEB background

This text has white color on #F6FAEB background.


Related colors

Complementary color

Complementary color for #hex is #090514.


I love getcolorcode.com

Triadic colors

1 #EBF6FA and #FAEBF6 with #F6FAEB are triadic colors.

2 #EBFAF6 and #FAF6EB with #F6FAEB are triadic colors.