COLOR #F9EAEA

HEX: #F9EAEA RGB: (249,234,234)

Color info

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

RGB color model

#F9EAEA color RGB value is (249,234,234).

RGB: (249,234,234) (98%, 92%, 92%)

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 234 of 255 = 92%

249
234
234

R + G + B ~ 94%. #F9EAEA is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 234 + 234 = 717 (100%)
R 249 of 717 ~ 34.73%
G 234 of 717 ~ 32.64%
B 234 of 717 ~ 32.64'%

%34.73
%32.64
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 6.02%
  • key color value is 2.35%

CMYK: (0,6,6,2)
C0M6Y6K2 (0%, 6%, 6%, 2%)
(0.00 / 0.06 / 0.06 / 0.02)

CMYK percentages

%0
%6.02
%6.02
%2.35

Codes

Color #F9EAEA in popluar color models

F9 EA EA
RGB 249 234 234
HSL 55.56% 94.71%
HSB/HSV 6.02% 97.65%
CMYK 0.00% 6.02% 6.02%
2.35%

Color #F9EAEA in popluar number systems.

HEX F9 EA EA
Decimal 249 234 234
Binary 11111001 11101010 11101010
Octal 371 352 352

Shades and tints

Shades of #F9EAEA

#F9EAEA
(249,234,234)
#E3D5D5
(227,213,213)
#CDC0C0
(205,192,192)
#B7ABAB
(183,171,171)
#A19696
(161,150,150)
#8B8181
(139,129,129)
#756C6C
(117,108,108)
#5F5757
(95,87,87)
#494242
(73,66,66)
#332D2D
(51,45,45)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9EAEA

#F9EAEA
(249,234,234)
#F9EBEB
(249,235,235)
#F9ECEC
(249,236,236)
#F9EDED
(249,237,237)
#F9EEEE
(249,238,238)
#F9EFEF
(249,239,239)
#F9F0F0
(249,240,240)
#F9F1F1
(249,241,241)
#F9F2F2
(249,242,242)
#F9F3F3
(249,243,243)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAEA; }

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

This text font color is #F9EAEA.

Background Color

.myBgColor { background-color: #F9EAEA; }

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

This div background color is #F9EAEA.

Border color

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

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

This div border color is #F9EAEA.

Opacity

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

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

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

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

This text has shadow with #F9EAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EAEA.

Preview

Color preview on black background

This text has color #F9EAEA on black background.


Color preview on white background

This text has color #F9EAEA on white background.


Black color preview on #F9EAEA background

This text has black color on #F9EAEA background.


White color preview on #F9EAEA background

This text has white color on #F9EAEA background.


Related colors

Complementary color

Complementary color for #hex is #061515.


I love getcolorcode.com