COLOR #F9D4D9

HEX: #F9D4D9
RGB: (249,212,217)

Renk bilgisi

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

RGB renk modeli

#F9D4D9 color RGB value is (249,212,217).

  • kırmız ton 249;
  • yeşil ton 212;
  • mavi ton 217.
RGB:
(249,212,217)
(98%,83%,85%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 212 of 255 = 83%
B 217 of 255 = 85%

249
212
217

R + G + B ~ 89%. #F9D4D9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 212 + 217 = 678 (100%)
R 249 of 678 ~ 36.73%
G 212 of 678 ~ 31.27%
B 217 of 678 ~ 32.01%

%36.73
%31.27
%32.01

CMYK RENK MODELİ

#F9D4D9 rengi CMYK tonu (0,15,13,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.86%
  • sarı tonu 12.85%
  • ana renk tonu 2.35%
CMYK:
(0,15,13,2)
C0M15Y13K2 
(0%,15%,13%,2%)
(0.00/0.15/0.13/0.02)	

CMYK yüzdeleri

%0
%14.86
%12.85
%2.35

Codes

Color #F9D4D9 in popluar color models

F9D4D9
RGB249212217
HSL352°75.51%90.39%
HSB/HSV352°14.86%97.65%
CMYK0.00%14.86%12.85%
2.35%

Color #F9D4D9 in popluar number systems.

HEXF9D4D9
Decimal249212217
Binary111110011101010011011001
Octal371324331

Shades and tints

Shades of #F9D4D9

#F9D4D9
(249,212,217)
#E3C1C6
(227,193,198)
#CDAEB3
(205,174,179)
#B79BA0
(183,155,160)
#A1888D
(161,136,141)
#8B757A
(139,117,122)
#756267
(117,98,103)
#5F4F54
(95,79,84)
#493C41
(73,60,65)
#33292E
(51,41,46)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #F9D4D9

#F9D4D9
(249,212,217)
#F9D7DC
(249,215,220)
#F9DADF
(249,218,223)
#F9DDE2
(249,221,226)
#F9E0E5
(249,224,229)
#F9E3E8
(249,227,232)
#F9E6EB
(249,230,235)
#F9E9EE
(249,233,238)
#F9ECF1
(249,236,241)
#F9EFF4
(249,239,244)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D4D9; }

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

This text font color is #F9D4D9.


Background Color

.myBgColor { background-color: #F9D4D9; }

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

This div background color is #F9D4D9.


Border color

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

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

This div border color is #F9D4D9.


Opacity

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

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

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

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

This text has shadow with #F9D4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D4D9 on black background.


Color preview on white background

This text has color #F9D4D9 on white background.



Black color preview on #F9D4D9 background

This text has black color on #F9D4D9 background.


White color preview on #F9D4D9 background

This text has white color on #F9D4D9 background.