COLOR #F1E6FA

HEX: #F1E6FA
RGB: (241,230,250)

Renk bilgisi

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

RGB renk modeli

#F1E6FA color RGB value is (241,230,250).

  • kırmız ton 241;
  • yeşil ton 230;
  • mavi ton 250.
RGB:
(241,230,250)
(95%,90%,98%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 230 of 255 = 90%
B 250 of 255 = 98%

241
230
250

R + G + B ~ 94%. #F1E6FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 230 + 250 = 721 (100%)
R 241 of 721 ~ 33.43%
G 230 of 721 ~ 31.9%
B 250 of 721 ~ 34.67%

%33.43
%31.9
%34.67

CMYK RENK MODELİ

#F1E6FA rengi CMYK tonu (4,8,0,2).

  • camgöbeği tonu 3.60%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(4,8,0,2)
C4M8Y0K2 
(4%,8%,0%,2%)
(0.04/0.08/0.00/0.02)	

CMYK yüzdeleri

%3.6
%8
%0
%1.96

Codes

Color #F1E6FA in popluar color models

F1E6FA
RGB241230250
HSL273°66.67%94.12%
HSB/HSV273°8.00%98.04%
CMYK3.60%8.00%0.00%
1.96%

Color #F1E6FA in popluar number systems.

HEXF1E6FA
Decimal241230250
Binary111100011110011011111010
Octal361346372

Shades and tints

Shades of #F1E6FA

#F1E6FA
(241,230,250)
#DCD2E4
(220,210,228)
#C7BECE
(199,190,206)
#B2AAB8
(178,170,184)
#9D96A2
(157,150,162)
#88828C
(136,130,140)
#736E76
(115,110,118)
#5E5A60
(94,90,96)
#49464A
(73,70,74)
#343234
(52,50,52)
#1F1E1E
(31,30,30)
#000000
(0,0,0)

Tints of #F1E6FA

#F1E6FA
(241,230,250)
#F2E8FA
(242,232,250)
#F3EAFA
(243,234,250)
#F4ECFA
(244,236,250)
#F5EEFA
(245,238,250)
#F6F0FA
(246,240,250)
#F7F2FA
(247,242,250)
#F8F4FA
(248,244,250)
#F9F6FA
(249,246,250)
#FAF8FA
(250,248,250)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E6FA color. Also use rgb(241,230,250) instead hex code.

Text Font Color

.myTextColor { color: #F1E6FA; }

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

This text font color is #F1E6FA.


Background Color

.myBgColor { background-color: #F1E6FA; }

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

This div background color is #F1E6FA.


Border color

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

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

This div border color is #F1E6FA.


Opacity

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

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

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

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

This text has shadow with #F1E6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E6FA on black background.


Color preview on white background

This text has color #F1E6FA on white background.



Black color preview on #F1E6FA background

This text has black color on #F1E6FA background.


White color preview on #F1E6FA background

This text has white color on #F1E6FA background.