COLOR #F9D3EF

HEX: #F9D3EF
RGB: (249,211,239)

Renk bilgisi

#F9D3EF contains red, green and blue colors in about the same proportion. #F9D3EF ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#F9D3EF color RGB value is (249,211,239).

  • kırmız ton 249;
  • yeşil ton 211;
  • mavi ton 239.
RGB:
(249,211,239)
(98%,83%,94%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 211 of 255 = 83%
B 239 of 255 = 94%

249
211
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 211 + 239 = 699 (100%)
R 249 of 699 ~ 35.62%
G 211 of 699 ~ 30.19%
B 239 of 699 ~ 34.19%

%35.62
%30.19
%34.19

CMYK RENK MODELİ

#F9D3EF rengi CMYK tonu (0,15,4,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.26%
  • sarı tonu 4.02%
  • ana renk tonu 2.35%
CMYK:
(0,15,4,2)
C0M15Y4K2 
(0%,15%,4%,2%)
(0.00/0.15/0.04/0.02)	

CMYK yüzdeleri

%0
%15.26
%4.02
%2.35

Codes

Color #F9D3EF in popluar color models

F9D3EF
RGB249211239
HSL316°76.00%90.20%
HSB/HSV316°15.26%97.65%
CMYK0.00%15.26%4.02%
2.35%

Color #F9D3EF in popluar number systems.

HEXF9D3EF
Decimal249211239
Binary111110011101001111101111
Octal371323357

Shades and tints

Shades of #F9D3EF

#F9D3EF
(249,211,239)
#E3C0DA
(227,192,218)
#CDADC5
(205,173,197)
#B79AB0
(183,154,176)
#A1879B
(161,135,155)
#8B7486
(139,116,134)
#756171
(117,97,113)
#5F4E5C
(95,78,92)
#493B47
(73,59,71)
#332832
(51,40,50)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #F9D3EF

#F9D3EF
(249,211,239)
#F9D7F0
(249,215,240)
#F9DBF1
(249,219,241)
#F9DFF2
(249,223,242)
#F9E3F3
(249,227,243)
#F9E7F4
(249,231,244)
#F9EBF5
(249,235,245)
#F9EFF6
(249,239,246)
#F9F3F7
(249,243,247)
#F9F7F8
(249,247,248)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D3EF; }

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

This text font color is #F9D3EF.


Background Color

.myBgColor { background-color: #F9D3EF; }

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

This div background color is #F9D3EF.


Border color

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

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

This div border color is #F9D3EF.


Opacity

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

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

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

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

This text has shadow with #F9D3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D3EF on black background.


Color preview on white background

This text has color #F9D3EF on white background.



Black color preview on #F9D3EF background

This text has black color on #F9D3EF background.


White color preview on #F9D3EF background

This text has white color on #F9D3EF background.