COLOR #F9E4FF

HEX: #F9E4FF
RGB: (249,228,255)

Renk bilgisi

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

RGB renk modeli

#F9E4FF color RGB value is (249,228,255).

  • kırmız ton 249;
  • yeşil ton 228;
  • mavi ton 255.
RGB:
(249,228,255)
(98%,89%,100%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 228 of 255 = 89%
B 255 of 255 = 100%

249
228
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 228 + 255 = 732 (100%)
R 249 of 732 ~ 34.02%
G 228 of 732 ~ 31.15%
B 255 of 732 ~ 34.84%

%34.02
%31.15
%34.84

CMYK RENK MODELİ

#F9E4FF rengi CMYK tonu (2,11,0,0).

  • camgöbeği tonu 2.35%
  • eflatun tonu 10.59%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(2,11,0,0)
C2M11Y0K0 
(2%,11%,0%,0%)
(0.02/0.11/0.00/0.00)	

CMYK yüzdeleri

%2.35
%10.59
%0
%0

Codes

Color #F9E4FF in popluar color models

F9E4FF
RGB249228255
HSL287°100.00%94.71%
HSB/HSV287°10.59%100.00%
CMYK2.35%10.59%0.00%
0.00%

Color #F9E4FF in popluar number systems.

HEXF9E4FF
Decimal249228255
Binary111110011110010011111111
Octal371344377

Shades and tints

Shades of #F9E4FF

#F9E4FF
(249,228,255)
#E3D0E8
(227,208,232)
#CDBCD1
(205,188,209)
#B7A8BA
(183,168,186)
#A194A3
(161,148,163)
#8B808C
(139,128,140)
#756C75
(117,108,117)
#5F585E
(95,88,94)
#494447
(73,68,71)
#333030
(51,48,48)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #F9E4FF

#F9E4FF
(249,228,255)
#F9E6FF
(249,230,255)
#F9E8FF
(249,232,255)
#F9EAFF
(249,234,255)
#F9ECFF
(249,236,255)
#F9EEFF
(249,238,255)
#F9F0FF
(249,240,255)
#F9F2FF
(249,242,255)
#F9F4FF
(249,244,255)
#F9F6FF
(249,246,255)
#F9F8FF
(249,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E4FF color. Also use rgb(249,228,255) instead hex code.

Text Font Color

.myTextColor { color: #F9E4FF; }

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

This text font color is #F9E4FF.


Background Color

.myBgColor { background-color: #F9E4FF; }

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

This div background color is #F9E4FF.


Border color

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

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

This div border color is #F9E4FF.


Opacity

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

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

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

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

This text has shadow with #F9E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E4FF on black background.


Color preview on white background

This text has color #F9E4FF on white background.



Black color preview on #F9E4FF background

This text has black color on #F9E4FF background.


White color preview on #F9E4FF background

This text has white color on #F9E4FF background.