COLOR #F9E0EB

HEX: #F9E0EB
RGB: (249,224,235)

Color info

#F9E0EB contains red, green and blue colors in about the same proportion. Web safe color of #F9E0EB is #FFCCFF (or #FCF).

RGB color model

#F9E0EB color RGB value is (249,224,235).

  • red value is 249;
  • green value is 224;
  • blue value is 235.
RGB:
(249,224,235)
(98%,88%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 224 of 255 = 88%
B 235 of 255 = 92%

249
224
235

R + G + B ~ 93%. #F9E0EB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 224 + 235 = 708 (100%)
R 249 of 708 ~ 35.17%
G 224 of 708 ~ 31.64%
B 235 of 708 ~ 33.19%

%35.17
%31.64
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(0,10,6,2)
C0M10Y6K2 
(0%,10%,6%,2%)
(0.00/0.10/0.06/0.02)	

CMYK percentages

%0
%10.04
%5.62
%2.35

Codes

Color #F9E0EB in popluar color models

F9E0EB
RGB249224235
HSL334°67.57%92.75%
HSB/HSV334°10.04%97.65%
CMYK0.00%10.04%5.62%
2.35%

Color #F9E0EB in popluar number systems.

HEXF9E0EB
Decimal249224235
Binary111110011110000011101011
Octal371340353

Shades and tints

Shades of #F9E0EB

#F9E0EB
(249,224,235)
#E3CCD6
(227,204,214)
#CDB8C1
(205,184,193)
#B7A4AC
(183,164,172)
#A19097
(161,144,151)
#8B7C82
(139,124,130)
#75686D
(117,104,109)
#5F5458
(95,84,88)
#494043
(73,64,67)
#332C2E
(51,44,46)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #F9E0EB

#F9E0EB
(249,224,235)
#F9E2EC
(249,226,236)
#F9E4ED
(249,228,237)
#F9E6EE
(249,230,238)
#F9E8EF
(249,232,239)
#F9EAF0
(249,234,240)
#F9ECF1
(249,236,241)
#F9EEF2
(249,238,242)
#F9F0F3
(249,240,243)
#F9F2F4
(249,242,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E0EB; }

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

This text font color is #F9E0EB.


Background Color

.myBgColor { background-color: #F9E0EB; }

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

This div background color is #F9E0EB.


Border color

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

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

This div border color is #F9E0EB.


Opacity

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

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

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

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

This text has shadow with #F9E0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E0EB on black background.


Color preview on white background

This text has color #F9E0EB on white background.



Black color preview on #F9E0EB background

This text has black color on #F9E0EB background.


White color preview on #F9E0EB background

This text has white color on #F9E0EB background.