COLOR #F9D3D4

HEX: #F9D3D4
RGB: (249,211,212)

Color info

#F9D3D4 contains red, green and blue colors in about the same proportion. Web safe color of #F9D3D4 is #FFCCCC (or #FCC).

RGB color model

#F9D3D4 color RGB value is (249,211,212).

  • red value is 249;
  • green value is 211;
  • blue value is 212.
RGB:
(249,211,212)
(98%,83%,83%)

RGB channels and saturation

R 249 of 255 = 98%
G 211 of 255 = 83%
B 212 of 255 = 83%

249
211
212

R + G + B ~ 88%. #F9D3D4 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 211 + 212 = 672 (100%)
R 249 of 672 ~ 37.05%
G 211 of 672 ~ 31.4%
B 212 of 672 ~ 31.55%

%37.05
%31.4
%31.55

CMYK color model

#F9D3D4 color CMYK value is (0,15,15,2).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK:
(0,15,15,2)
C0M15Y15K2 
(0%,15%,15%,2%)
(0.00/0.15/0.15/0.02)	

CMYK percentages

%0
%15.26
%14.86
%2.35

Codes

Color #F9D3D4 in popluar color models

F9D3D4
RGB249211212
HSL358°76.00%90.20%
HSB/HSV358°15.26%97.65%
CMYK0.00%15.26%14.86%
2.35%

Color #F9D3D4 in popluar number systems.

HEXF9D3D4
Decimal249211212
Binary111110011101001111010100
Octal371323324

Shades and tints

Shades of #F9D3D4

#F9D3D4
(249,211,212)
#E3C0C1
(227,192,193)
#CDADAE
(205,173,174)
#B79A9B
(183,154,155)
#A18788
(161,135,136)
#8B7475
(139,116,117)
#756162
(117,97,98)
#5F4E4F
(95,78,79)
#493B3C
(73,59,60)
#332829
(51,40,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #F9D3D4

#F9D3D4
(249,211,212)
#F9D7D7
(249,215,215)
#F9DBDA
(249,219,218)
#F9DFDD
(249,223,221)
#F9E3E0
(249,227,224)
#F9E7E3
(249,231,227)
#F9EBE6
(249,235,230)
#F9EFE9
(249,239,233)
#F9F3EC
(249,243,236)
#F9F7EF
(249,247,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D3D4 color. Also use rgb(249,211,212) instead hex code.

Text Font Color

.myTextColor { color: #F9D3D4; }

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

This text font color is #F9D3D4.


Background Color

.myBgColor { background-color: #F9D3D4; }

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

This div background color is #F9D3D4.


Border color

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

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

This div border color is #F9D3D4.


Opacity

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

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

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

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

This text has shadow with #F9D3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D3D4 on black background.


Color preview on white background

This text has color #F9D3D4 on white background.



Black color preview on #F9D3D4 background

This text has black color on #F9D3D4 background.


White color preview on #F9D3D4 background

This text has white color on #F9D3D4 background.