COLOR #F9E3FB

HEX: #F9E3FB
RGB: (249,227,251)

Color info

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

RGB color model

#F9E3FB color RGB value is (249,227,251).

  • red value is 249;
  • green value is 227;
  • blue value is 251.
RGB:
(249,227,251)
(98%,89%,98%)

RGB channels and saturation

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

249
227
251

R + G + B ~ 95%. #F9E3FB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 227 + 251 = 727 (100%)
R 249 of 727 ~ 34.25%
G 227 of 727 ~ 31.22%
B 251 of 727 ~ 34.53%

%34.25
%31.22
%34.53

CMYK color model

#F9E3FB color CMYK value is (1,10,0,2).

  • cyan value is 0.80%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(1,10,0,2)
C1M10Y0K2 
(1%,10%,0%,2%)
(0.01/0.10/0.00/0.02)	

CMYK percentages

%0.8
%9.56
%0
%1.57

Codes

Color #F9E3FB in popluar color models

F9E3FB
RGB249227251
HSL295°75.00%93.73%
HSB/HSV295°9.56%98.43%
CMYK0.80%9.56%0.00%
1.57%

Color #F9E3FB in popluar number systems.

HEXF9E3FB
Decimal249227251
Binary111110011110001111111011
Octal371343373

Shades and tints

Shades of #F9E3FB

#F9E3FB
(249,227,251)
#E3CFE5
(227,207,229)
#CDBBCF
(205,187,207)
#B7A7B9
(183,167,185)
#A193A3
(161,147,163)
#8B7F8D
(139,127,141)
#756B77
(117,107,119)
#5F5761
(95,87,97)
#49434B
(73,67,75)
#332F35
(51,47,53)
#1D1B1F
(29,27,31)
#000000
(0,0,0)

Tints of #F9E3FB

#F9E3FB
(249,227,251)
#F9E5FB
(249,229,251)
#F9E7FB
(249,231,251)
#F9E9FB
(249,233,251)
#F9EBFB
(249,235,251)
#F9EDFB
(249,237,251)
#F9EFFB
(249,239,251)
#F9F1FB
(249,241,251)
#F9F3FB
(249,243,251)
#F9F5FB
(249,245,251)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E3FB; }

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

This text font color is #F9E3FB.


Background Color

.myBgColor { background-color: #F9E3FB; }

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

This div background color is #F9E3FB.


Border color

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

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

This div border color is #F9E3FB.


Opacity

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

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

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

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

This text has shadow with #F9E3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E3FB on black background.


Color preview on white background

This text has color #F9E3FB on white background.



Black color preview on #F9E3FB background

This text has black color on #F9E3FB background.


White color preview on #F9E3FB background

This text has white color on #F9E3FB background.