COLOR #F9D5F3

HEX: #F9D5F3
RGB: (249,213,243)

Color info

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

RGB color model

#F9D5F3 color RGB value is (249,213,243).

  • red value is 249;
  • green value is 213;
  • blue value is 243.
RGB:
(249,213,243)
(98%,84%,95%)

RGB channels and saturation

R 249 of 255 = 98%
G 213 of 255 = 84%
B 243 of 255 = 95%

249
213
243

R + G + B ~ 92%. #F9D5F3 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 213 + 243 = 705 (100%)
R 249 of 705 ~ 35.32%
G 213 of 705 ~ 30.21%
B 243 of 705 ~ 34.47%

%35.32
%30.21
%34.47

CMYK color model

#F9D5F3 color CMYK value is (0,14,2,2).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 2.41%
  • key color value is 2.35%
CMYK:
(0,14,2,2)
C0M14Y2K2 
(0%,14%,2%,2%)
(0.00/0.14/0.02/0.02)	

CMYK percentages

%0
%14.46
%2.41
%2.35

Codes

Color #F9D5F3 in popluar color models

F9D5F3
RGB249213243
HSL310°75.00%90.59%
HSB/HSV310°14.46%97.65%
CMYK0.00%14.46%2.41%
2.35%

Color #F9D5F3 in popluar number systems.

HEXF9D5F3
Decimal249213243
Binary111110011101010111110011
Octal371325363

Shades and tints

Shades of #F9D5F3

#F9D5F3
(249,213,243)
#E3C2DD
(227,194,221)
#CDAFC7
(205,175,199)
#B79CB1
(183,156,177)
#A1899B
(161,137,155)
#8B7685
(139,118,133)
#75636F
(117,99,111)
#5F5059
(95,80,89)
#493D43
(73,61,67)
#332A2D
(51,42,45)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #F9D5F3

#F9D5F3
(249,213,243)
#F9D8F4
(249,216,244)
#F9DBF5
(249,219,245)
#F9DEF6
(249,222,246)
#F9E1F7
(249,225,247)
#F9E4F8
(249,228,248)
#F9E7F9
(249,231,249)
#F9EAFA
(249,234,250)
#F9EDFB
(249,237,251)
#F9F0FC
(249,240,252)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D5F3; }

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

This text font color is #F9D5F3.


Background Color

.myBgColor { background-color: #F9D5F3; }

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

This div background color is #F9D5F3.


Border color

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

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

This div border color is #F9D5F3.


Opacity

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

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

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

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

This text has shadow with #F9D5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D5F3 on black background.


Color preview on white background

This text has color #F9D5F3 on white background.



Black color preview on #F9D5F3 background

This text has black color on #F9D5F3 background.


White color preview on #F9D5F3 background

This text has white color on #F9D5F3 background.