COLOR #F9D6DF

HEX: #F9D6DF
RGB: (249,214,223)

Renk bilgisi

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

RGB renk modeli

#F9D6DF color RGB value is (249,214,223).

  • kırmız ton 249;
  • yeşil ton 214;
  • mavi ton 223.
RGB:
(249,214,223)
(98%,84%,87%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 214 of 255 = 84%
B 223 of 255 = 87%

249
214
223

R + G + B ~ 90%. #F9D6DF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 214 + 223 = 686 (100%)
R 249 of 686 ~ 36.3%
G 214 of 686 ~ 31.2%
B 223 of 686 ~ 32.51%

%36.3
%31.2
%32.51

CMYK RENK MODELİ

#F9D6DF rengi CMYK tonu (0,14,10,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.06%
  • sarı tonu 10.44%
  • ana renk tonu 2.35%
CMYK:
(0,14,10,2)
C0M14Y10K2 
(0%,14%,10%,2%)
(0.00/0.14/0.10/0.02)	

CMYK yüzdeleri

%0
%14.06
%10.44
%2.35

Codes

Color #F9D6DF in popluar color models

F9D6DF
RGB249214223
HSL345°74.47%90.78%
HSB/HSV345°14.06%97.65%
CMYK0.00%14.06%10.44%
2.35%

Color #F9D6DF in popluar number systems.

HEXF9D6DF
Decimal249214223
Binary111110011101011011011111
Octal371326337

Shades and tints

Shades of #F9D6DF

#F9D6DF
(249,214,223)
#E3C3CB
(227,195,203)
#CDB0B7
(205,176,183)
#B79DA3
(183,157,163)
#A18A8F
(161,138,143)
#8B777B
(139,119,123)
#756467
(117,100,103)
#5F5153
(95,81,83)
#493E3F
(73,62,63)
#332B2B
(51,43,43)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #F9D6DF

#F9D6DF
(249,214,223)
#F9D9E1
(249,217,225)
#F9DCE3
(249,220,227)
#F9DFE5
(249,223,229)
#F9E2E7
(249,226,231)
#F9E5E9
(249,229,233)
#F9E8EB
(249,232,235)
#F9EBED
(249,235,237)
#F9EEEF
(249,238,239)
#F9F1F1
(249,241,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D6DF color. Also use rgb(249,214,223) instead hex code.

Text Font Color

.myTextColor { color: #F9D6DF; }

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

This text font color is #F9D6DF.


Background Color

.myBgColor { background-color: #F9D6DF; }

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

This div background color is #F9D6DF.


Border color

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

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

This div border color is #F9D6DF.


Opacity

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

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

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

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

This text has shadow with #F9D6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D6DF on black background.


Color preview on white background

This text has color #F9D6DF on white background.



Black color preview on #F9D6DF background

This text has black color on #F9D6DF background.


White color preview on #F9D6DF background

This text has white color on #F9D6DF background.