COLOR #F2EABF

HEX: #F2EABF
RGB: (242,234,191)

Color info

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

RGB color model

#F2EABF color RGB value is (242,234,191).

  • red value is 242;
  • green value is 234;
  • blue value is 191.
RGB:
(242,234,191)
(95%,92%,75%)

RGB channels and saturation

R 242 of 255 = 95%
G 234 of 255 = 92%
B 191 of 255 = 75%

242
234
191

R + G + B ~ 87%. #F2EABF is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 234 + 191 = 667 (100%)
R 242 of 667 ~ 36.28%
G 234 of 667 ~ 35.08%
B 191 of 667 ~ 28.64%

%36.28
%35.08
%28.64

CMYK color model

#F2EABF color CMYK value is (0,3,21,5).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 21.07%
  • key color value is 5.10%
CMYK:
(0,3,21,5)
C0M3Y21K5 
(0%,3%,21%,5%)
(0.00/0.03/0.21/0.05)	

CMYK percentages

%0
%3.31
%21.07
%5.1

Codes

Color #F2EABF in popluar color models

F2EABF
RGB242234191
HSL51°66.23%84.90%
HSB/HSV51°21.07%94.90%
CMYK0.00%3.31%21.07%
5.10%

Color #F2EABF in popluar number systems.

HEXF2EABF
Decimal242234191
Binary111100101110101010111111
Octal362352277

Shades and tints

Shades of #F2EABF

#F2EABF
(242,234,191)
#DCD5AE
(220,213,174)
#C6C09D
(198,192,157)
#B0AB8C
(176,171,140)
#9A967B
(154,150,123)
#84816A
(132,129,106)
#6E6C59
(110,108,89)
#585748
(88,87,72)
#424237
(66,66,55)
#2C2D26
(44,45,38)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #F2EABF

#F2EABF
(242,234,191)
#F3EBC4
(243,235,196)
#F4ECC9
(244,236,201)
#F5EDCE
(245,237,206)
#F6EED3
(246,238,211)
#F7EFD8
(247,239,216)
#F8F0DD
(248,240,221)
#F9F1E2
(249,241,226)
#FAF2E7
(250,242,231)
#FBF3EC
(251,243,236)
#FCF4F1
(252,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EABF color. Also use rgb(242,234,191) instead hex code.

Text Font Color

.myTextColor { color: #F2EABF; }

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

This text font color is #F2EABF.


Background Color

.myBgColor { background-color: #F2EABF; }

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

This div background color is #F2EABF.


Border color

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

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

This div border color is #F2EABF.


Opacity

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

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

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

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

This text has shadow with #F2EABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EABF on black background.


Color preview on white background

This text has color #F2EABF on white background.



Black color preview on #F2EABF background

This text has black color on #F2EABF background.


White color preview on #F2EABF background

This text has white color on #F2EABF background.