COLOR #F9EDFC

HEX: #F9EDFC
RGB: (249,237,252)

Renk bilgisi

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

RGB renk modeli

#F9EDFC color RGB value is (249,237,252).

  • kırmız ton 249;
  • yeşil ton 237;
  • mavi ton 252.
RGB:
(249,237,252)
(98%,93%,99%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 237 of 255 = 93%
B 252 of 255 = 99%

249
237
252

R + G + B ~ 97%. #F9EDFC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 237 + 252 = 738 (100%)
R 249 of 738 ~ 33.74%
G 237 of 738 ~ 32.11%
B 252 of 738 ~ 34.15%

%33.74
%32.11
%34.15

CMYK RENK MODELİ

#F9EDFC rengi CMYK tonu (1,6,0,1).

  • camgöbeği tonu 1.19%
  • eflatun tonu 5.95%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(1,6,0,1)
C1M6Y0K1 
(1%,6%,0%,1%)
(0.01/0.06/0.00/0.01)	

CMYK yüzdeleri

%1.19
%5.95
%0
%1.18

Codes

Color #F9EDFC in popluar color models

F9EDFC
RGB249237252
HSL288°71.43%95.88%
HSB/HSV288°5.95%98.82%
CMYK1.19%5.95%0.00%
1.18%

Color #F9EDFC in popluar number systems.

HEXF9EDFC
Decimal249237252
Binary111110011110110111111100
Octal371355374

Shades and tints

Shades of #F9EDFC

#F9EDFC
(249,237,252)
#E3D8E6
(227,216,230)
#CDC3D0
(205,195,208)
#B7AEBA
(183,174,186)
#A199A4
(161,153,164)
#8B848E
(139,132,142)
#756F78
(117,111,120)
#5F5A62
(95,90,98)
#49454C
(73,69,76)
#333036
(51,48,54)
#1D1B20
(29,27,32)
#000000
(0,0,0)

Tints of #F9EDFC

#F9EDFC
(249,237,252)
#F9EEFC
(249,238,252)
#F9EFFC
(249,239,252)
#F9F0FC
(249,240,252)
#F9F1FC
(249,241,252)
#F9F2FC
(249,242,252)
#F9F3FC
(249,243,252)
#F9F4FC
(249,244,252)
#F9F5FC
(249,245,252)
#F9F6FC
(249,246,252)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EDFC color. Also use rgb(249,237,252) instead hex code.

Text Font Color

.myTextColor { color: #F9EDFC; }

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

This text font color is #F9EDFC.


Background Color

.myBgColor { background-color: #F9EDFC; }

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

This div background color is #F9EDFC.


Border color

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

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

This div border color is #F9EDFC.


Opacity

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

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

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

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

This text has shadow with #F9EDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EDFC on black background.


Color preview on white background

This text has color #F9EDFC on white background.



Black color preview on #F9EDFC background

This text has black color on #F9EDFC background.


White color preview on #F9EDFC background

This text has white color on #F9EDFC background.