COLOR #F2FAEB

HEX: #F2FAEB RGB: (242,250,235)

Color info

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

RGB color model

#F2FAEB color RGB value is (242,250,235).

RGB: (242,250,235) (95%, 98%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 235 of 255 = 92%

242
250
235

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

Portions of RGB colors in percentages

R + G + B = 242 + 250 + 235 = 727 (100%)
R 242 of 727 ~ 33.29%
G 250 of 727 ~ 34.39%
B 235 of 727 ~ 32.32'%

%33.29
%34.39
%32.32

CMYK color model

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

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 1.96%

CMYK: (3,0,6,2)
C3M0Y6K2 (3%, 0%, 6%, 2%)
(0.03 / 0.00 / 0.06 / 0.02)

CMYK percentages

%3.2
%0
%6
%1.96

Codes

Color #F2FAEB in popluar color models

F2 FA EB
RGB 242 250 235
HSL 92° 60.00% 95.10%
HSB/HSV 92° 6.00% 98.04%
CMYK 3.20% 0.00% 6.00%
1.96%

Color #F2FAEB in popluar number systems.

HEX F2 FA EB
Decimal 242 250 235
Binary 11110010 11111010 11101011
Octal 362 372 353

Shades and tints

Shades of #F2FAEB

#F2FAEB
(242,250,235)
#DCE4D6
(220,228,214)
#C6CEC1
(198,206,193)
#B0B8AC
(176,184,172)
#9AA297
(154,162,151)
#848C82
(132,140,130)
#6E766D
(110,118,109)
#586058
(88,96,88)
#424A43
(66,74,67)
#2C342E
(44,52,46)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #F2FAEB

#F2FAEB
(242,250,235)
#F3FAEC
(243,250,236)
#F4FAED
(244,250,237)
#F5FAEE
(245,250,238)
#F6FAEF
(246,250,239)
#F7FAF0
(247,250,240)
#F8FAF1
(248,250,241)
#F9FAF2
(249,250,242)
#FAFAF3
(250,250,243)
#FBFAF4
(251,250,244)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FAEB; }

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

This text font color is #F2FAEB.

Background Color

.myBgColor { background-color: #F2FAEB; }

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

This div background color is #F2FAEB.

Border color

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

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

This div border color is #F2FAEB.

Opacity

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

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

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

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

This text has shadow with #F2FAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FAEB.

Preview

Color preview on black background

This text has color #F2FAEB on black background.


Color preview on white background

This text has color #F2FAEB on white background.


Black color preview on #F2FAEB background

This text has black color on #F2FAEB background.


White color preview on #F2FAEB background

This text has white color on #F2FAEB background.


Related colors

Complementary color

Complementary color for #hex is #0D0514.


I love getcolorcode.com

Triadic colors

1 #EBF2FA and #FAEBF2 with #F2FAEB are triadic colors.

2 #EBFAF2 and #FAF2EB with #F2FAEB are triadic colors.