COLOR #F2EBDA

HEX: #F2EBDA RGB: (242,235,218)

Color info

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

RGB color model

#F2EBDA color RGB value is (242,235,218).

RGB: (242,235,218) (95%, 92%, 85%)

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 218 of 255 = 85%

242
235
218

R + G + B ~ 91%. #F2EBDA is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 235 + 218 = 695 (100%)
R 242 of 695 ~ 34.82%
G 235 of 695 ~ 33.81%
B 218 of 695 ~ 31.37'%

%34.82
%33.81
%31.37

CMYK color model

#F2EBDA color CMYK value is (0,3,10,5).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 9.92%
  • key color value is 5.10%

CMYK: (0,3,10,5)
C0M3Y10K5 (0%, 3%, 10%, 5%)
(0.00 / 0.03 / 0.10 / 0.05)

CMYK percentages

%0
%2.89
%9.92
%5.1

Codes

Color #F2EBDA in popluar color models

F2 EB DA
RGB 242 235 218
HSL 43° 48.00% 90.20%
HSB/HSV 43° 9.92% 94.90%
CMYK 0.00% 2.89% 9.92%
5.10%

Color #F2EBDA in popluar number systems.

HEX F2 EB DA
Decimal 242 235 218
Binary 11110010 11101011 11011010
Octal 362 353 332

Shades and tints

Shades of #F2EBDA

#F2EBDA
(242,235,218)
#DCD6C7
(220,214,199)
#C6C1B4
(198,193,180)
#B0ACA1
(176,172,161)
#9A978E
(154,151,142)
#84827B
(132,130,123)
#6E6D68
(110,109,104)
#585855
(88,88,85)
#424342
(66,67,66)
#2C2E2F
(44,46,47)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #F2EBDA

#F2EBDA
(242,235,218)
#F3ECDD
(243,236,221)
#F4EDE0
(244,237,224)
#F5EEE3
(245,238,227)
#F6EFE6
(246,239,230)
#F7F0E9
(247,240,233)
#F8F1EC
(248,241,236)
#F9F2EF
(249,242,239)
#FAF3F2
(250,243,242)
#FBF4F5
(251,244,245)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EBDA; }

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

This text font color is #F2EBDA.

Background Color

.myBgColor { background-color: #F2EBDA; }

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

This div background color is #F2EBDA.

Border color

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

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

This div border color is #F2EBDA.

Opacity

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

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

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

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

This text has shadow with #F2EBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EBDA.

Preview

Color preview on black background

This text has color #F2EBDA on black background.


Color preview on white background

This text has color #F2EBDA on white background.


Black color preview on #F2EBDA background

This text has black color on #F2EBDA background.


White color preview on #F2EBDA background

This text has white color on #F2EBDA background.


Related colors

Complementary color

Complementary color for #hex is #0D1425.


I love getcolorcode.com

Triadic colors

1 #DAF2EB and #EBDAF2 with #F2EBDA are triadic colors.

2 #DAEBF2 and #EBF2DA with #F2EBDA are triadic colors.