COLOR #F9E6FE

HEX: #F9E6FE
RGB: (249,230,254)

Renk bilgisi

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

RGB renk modeli

#F9E6FE color RGB value is (249,230,254).

  • kırmız ton 249;
  • yeşil ton 230;
  • mavi ton 254.
RGB:
(249,230,254)
(98%,90%,100%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 230 of 255 = 90%
B 254 of 255 = 100%

249
230
254

R + G + B ~ 96%. #F9E6FE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 230 + 254 = 733 (100%)
R 249 of 733 ~ 33.97%
G 230 of 733 ~ 31.38%
B 254 of 733 ~ 34.65%

%33.97
%31.38
%34.65

CMYK RENK MODELİ

#F9E6FE rengi CMYK tonu (2,9,0,0).

  • camgöbeği tonu 1.97%
  • eflatun tonu 9.45%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(2,9,0,0)
C2M9Y0K0 
(2%,9%,0%,0%)
(0.02/0.09/0.00/0.00)	

CMYK yüzdeleri

%1.97
%9.45
%0
%0.39

Codes

Color #F9E6FE in popluar color models

F9E6FE
RGB249230254
HSL288°92.31%94.90%
HSB/HSV288°9.45%99.61%
CMYK1.97%9.45%0.00%
0.39%

Color #F9E6FE in popluar number systems.

HEXF9E6FE
Decimal249230254
Binary111110011110011011111110
Octal371346376

Shades and tints

Shades of #F9E6FE

#F9E6FE
(249,230,254)
#E3D2E7
(227,210,231)
#CDBED0
(205,190,208)
#B7AAB9
(183,170,185)
#A196A2
(161,150,162)
#8B828B
(139,130,139)
#756E74
(117,110,116)
#5F5A5D
(95,90,93)
#494646
(73,70,70)
#33322F
(51,50,47)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #F9E6FE

#F9E6FE
(249,230,254)
#F9E8FE
(249,232,254)
#F9EAFE
(249,234,254)
#F9ECFE
(249,236,254)
#F9EEFE
(249,238,254)
#F9F0FE
(249,240,254)
#F9F2FE
(249,242,254)
#F9F4FE
(249,244,254)
#F9F6FE
(249,246,254)
#F9F8FE
(249,248,254)
#F9FAFE
(249,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E6FE color. Also use rgb(249,230,254) instead hex code.

Text Font Color

.myTextColor { color: #F9E6FE; }

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

This text font color is #F9E6FE.


Background Color

.myBgColor { background-color: #F9E6FE; }

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

This div background color is #F9E6FE.


Border color

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

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

This div border color is #F9E6FE.


Opacity

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

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

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

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

This text has shadow with #F9E6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E6FE on black background.


Color preview on white background

This text has color #F9E6FE on white background.



Black color preview on #F9E6FE background

This text has black color on #F9E6FE background.


White color preview on #F9E6FE background

This text has white color on #F9E6FE background.