COLOR #F9E1EB

HEX: #F9E1EB RGB: (249,225,235)

Color info

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

RGB color model

#F9E1EB color RGB value is (249,225,235).

RGB: (249,225,235) (98%, 88%, 92%)

RGB channels and saturation

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

249
225
235

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

Portions of RGB colors in percentages

R + G + B = 249 + 225 + 235 = 709 (100%)
R 249 of 709 ~ 35.12%
G 225 of 709 ~ 31.73%
B 235 of 709 ~ 33.15'%

%35.12
%31.73
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.64%
  • 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
%9.64
%5.62
%2.35

Codes

Color #F9E1EB in popluar color models

F9 E1 EB
RGB 249 225 235
HSL 335° 66.67% 92.94%
HSB/HSV 335° 9.64% 97.65%
CMYK 0.00% 9.64% 5.62%
2.35%

Color #F9E1EB in popluar number systems.

HEX F9 E1 EB
Decimal 249 225 235
Binary 11111001 11100001 11101011
Octal 371 341 353

Shades and tints

Shades of #F9E1EB

#F9E1EB
(249,225,235)
#E3CDD6
(227,205,214)
#CDB9C1
(205,185,193)
#B7A5AC
(183,165,172)
#A19197
(161,145,151)
#8B7D82
(139,125,130)
#75696D
(117,105,109)
#5F5558
(95,85,88)
#494143
(73,65,67)
#332D2E
(51,45,46)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #F9E1EB

#F9E1EB
(249,225,235)
#F9E3EC
(249,227,236)
#F9E5ED
(249,229,237)
#F9E7EE
(249,231,238)
#F9E9EF
(249,233,239)
#F9EBF0
(249,235,240)
#F9EDF1
(249,237,241)
#F9EFF2
(249,239,242)
#F9F1F3
(249,241,243)
#F9F3F4
(249,243,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E1EB; }

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

This text font color is #F9E1EB.

Background Color

.myBgColor { background-color: #F9E1EB; }

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

This div background color is #F9E1EB.

Border color

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

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

This div border color is #F9E1EB.

Opacity

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

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

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

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

This text has shadow with #F9E1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E1EB.

Preview

Color preview on black background

This text has color #F9E1EB on black background.


Color preview on white background

This text has color #F9E1EB on white background.


Black color preview on #F9E1EB background

This text has black color on #F9E1EB background.


White color preview on #F9E1EB background

This text has white color on #F9E1EB background.


Related colors

Complementary color

Complementary color for #hex is #061E14.


I love getcolorcode.com

Triadic colors

1 #EBF9E1 and #E1EBF9 with #F9E1EB are triadic colors.

2 #EBE1F9 and #E1F9EB with #F9E1EB are triadic colors.