COLOR #F9D4EC

HEX: #F9D4EC
RGB: (249,212,236)

Renk bilgisi

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

RGB renk modeli

#F9D4EC color RGB value is (249,212,236).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 212 of 255 = 83%
B 236 of 255 = 93%

249
212
236

R + G + B ~ 91%. #F9D4EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 212 + 236 = 697 (100%)
R 249 of 697 ~ 35.72%
G 212 of 697 ~ 30.42%
B 236 of 697 ~ 33.86%

%35.72
%30.42
%33.86

CMYK RENK MODELİ

#F9D4EC rengi CMYK tonu (0,15,5,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.86%
  • sarı tonu 5.22%
  • ana renk tonu 2.35%
CMYK:
(0,15,5,2)
C0M15Y5K2 
(0%,15%,5%,2%)
(0.00/0.15/0.05/0.02)	

CMYK yüzdeleri

%0
%14.86
%5.22
%2.35

Codes

Color #F9D4EC in popluar color models

F9D4EC
RGB249212236
HSL321°75.51%90.39%
HSB/HSV321°14.86%97.65%
CMYK0.00%14.86%5.22%
2.35%

Color #F9D4EC in popluar number systems.

HEXF9D4EC
Decimal249212236
Binary111110011101010011101100
Octal371324354

Shades and tints

Shades of #F9D4EC

#F9D4EC
(249,212,236)
#E3C1D7
(227,193,215)
#CDAEC2
(205,174,194)
#B79BAD
(183,155,173)
#A18898
(161,136,152)
#8B7583
(139,117,131)
#75626E
(117,98,110)
#5F4F59
(95,79,89)
#493C44
(73,60,68)
#33292F
(51,41,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #F9D4EC

#F9D4EC
(249,212,236)
#F9D7ED
(249,215,237)
#F9DAEE
(249,218,238)
#F9DDEF
(249,221,239)
#F9E0F0
(249,224,240)
#F9E3F1
(249,227,241)
#F9E6F2
(249,230,242)
#F9E9F3
(249,233,243)
#F9ECF4
(249,236,244)
#F9EFF5
(249,239,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D4EC; }

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

This text font color is #F9D4EC.


Background Color

.myBgColor { background-color: #F9D4EC; }

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

This div background color is #F9D4EC.


Border color

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

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

This div border color is #F9D4EC.


Opacity

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

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

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

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

This text has shadow with #F9D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D4EC on black background.


Color preview on white background

This text has color #F9D4EC on white background.



Black color preview on #F9D4EC background

This text has black color on #F9D4EC background.


White color preview on #F9D4EC background

This text has white color on #F9D4EC background.