COLOR #F9E5FE

HEX: #F9E5FE
RGB: (249,229,254)

Renk bilgisi

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

RGB renk modeli

#F9E5FE color RGB value is (249,229,254).

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

RGB bağlantıları ve doygunluk

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

249
229
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 229 + 254 = 732 (100%)
R 249 of 732 ~ 34.02%
G 229 of 732 ~ 31.28%
B 254 of 732 ~ 34.7%

%34.02
%31.28
%34.7

CMYK RENK MODELİ

#F9E5FE rengi CMYK tonu (2,10,0,0).

  • camgöbeği tonu 1.97%
  • eflatun tonu 9.84%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(2,10,0,0)
C2M10Y0K0 
(2%,10%,0%,0%)
(0.02/0.10/0.00/0.00)	

CMYK yüzdeleri

%1.97
%9.84
%0
%0.39

Codes

Color #F9E5FE in popluar color models

F9E5FE
RGB249229254
HSL288°92.59%94.71%
HSB/HSV288°9.84%99.61%
CMYK1.97%9.84%0.00%
0.39%

Color #F9E5FE in popluar number systems.

HEXF9E5FE
Decimal249229254
Binary111110011110010111111110
Octal371345376

Shades and tints

Shades of #F9E5FE

#F9E5FE
(249,229,254)
#E3D1E7
(227,209,231)
#CDBDD0
(205,189,208)
#B7A9B9
(183,169,185)
#A195A2
(161,149,162)
#8B818B
(139,129,139)
#756D74
(117,109,116)
#5F595D
(95,89,93)
#494546
(73,69,70)
#33312F
(51,49,47)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #F9E5FE

#F9E5FE
(249,229,254)
#F9E7FE
(249,231,254)
#F9E9FE
(249,233,254)
#F9EBFE
(249,235,254)
#F9EDFE
(249,237,254)
#F9EFFE
(249,239,254)
#F9F1FE
(249,241,254)
#F9F3FE
(249,243,254)
#F9F5FE
(249,245,254)
#F9F7FE
(249,247,254)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E5FE; }

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

This text font color is #F9E5FE.


Background Color

.myBgColor { background-color: #F9E5FE; }

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

This div background color is #F9E5FE.


Border color

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

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

This div border color is #F9E5FE.


Opacity

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

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

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

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

This text has shadow with #F9E5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E5FE on black background.


Color preview on white background

This text has color #F9E5FE on white background.



Black color preview on #F9E5FE background

This text has black color on #F9E5FE background.


White color preview on #F9E5FE background

This text has white color on #F9E5FE background.