COLOR #F9E3FF

HEX: #F9E3FF RGB: (249,227,255)

Color info

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

RGB color model

#F9E3FF color RGB value is (249,227,255).

RGB: (249,227,255) (98%, 89%, 100%)

RGB channels and saturation

R 249 of 255 = 98%
G 227 of 255 = 89%
B 255 of 255 = 100%

249
227
255

R + G + B ~ 96%. #F9E3FF is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 227 + 255 = 731 (100%)
R 249 of 731 ~ 34.06%
G 227 of 731 ~ 31.05%
B 255 of 731 ~ 34.88'%

%34.06
%31.05
%34.88

CMYK color model

#F9E3FF color CMYK value is (2,11,0,0).

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

CMYK: (2,11,0,0)
C2M11Y0K0 (2%, 11%, 0%, 0%)
(0.02 / 0.11 / 0.00 / 0.00)

CMYK percentages

%2.35
%10.98
%0
%0

Codes

Color #F9E3FF in popluar color models

F9 E3 FF
RGB 249 227 255
HSL 287° 100.00% 94.51%
HSB/HSV 287° 10.98% 100.00%
CMYK 2.35% 10.98% 0.00%
0.00%

Color #F9E3FF in popluar number systems.

HEX F9 E3 FF
Decimal 249 227 255
Binary 11111001 11100011 11111111
Octal 371 343 377

Shades and tints

Shades of #F9E3FF

#F9E3FF
(249,227,255)
#E3CFE8
(227,207,232)
#CDBBD1
(205,187,209)
#B7A7BA
(183,167,186)
#A193A3
(161,147,163)
#8B7F8C
(139,127,140)
#756B75
(117,107,117)
#5F575E
(95,87,94)
#494347
(73,67,71)
#332F30
(51,47,48)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #F9E3FF

#F9E3FF
(249,227,255)
#F9E5FF
(249,229,255)
#F9E7FF
(249,231,255)
#F9E9FF
(249,233,255)
#F9EBFF
(249,235,255)
#F9EDFF
(249,237,255)
#F9EFFF
(249,239,255)
#F9F1FF
(249,241,255)
#F9F3FF
(249,243,255)
#F9F5FF
(249,245,255)
#F9F7FF
(249,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E3FF; }

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

This text font color is #F9E3FF.

Background Color

.myBgColor { background-color: #F9E3FF; }

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

This div background color is #F9E3FF.

Border color

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

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

This div border color is #F9E3FF.

Opacity

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

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

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

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

This text has shadow with #F9E3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E3FF.

Preview

Color preview on black background

This text has color #F9E3FF on black background.


Color preview on white background

This text has color #F9E3FF on white background.


Black color preview on #F9E3FF background

This text has black color on #F9E3FF background.


White color preview on #F9E3FF background

This text has white color on #F9E3FF background.


Related colors

Complementary color

Complementary color for #hex is #061C00.


I love getcolorcode.com

Triadic colors

1 #FFF9E3 and #E3FFF9 with #F9E3FF are triadic colors.

2 #FFE3F9 and #E3F9FF with #F9E3FF are triadic colors.