COLOR #F3E5FC

HEX: #F3E5FC
RGB: (243,229,252)

Renk bilgisi

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

RGB renk modeli

#F3E5FC color RGB value is (243,229,252).

  • kırmız ton 243;
  • yeşil ton 229;
  • mavi ton 252.
RGB:
(243,229,252)
(95%,90%,99%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 229 of 255 = 90%
B 252 of 255 = 99%

243
229
252

R + G + B ~ 95%. #F3E5FC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 229 + 252 = 724 (100%)
R 243 of 724 ~ 33.56%
G 229 of 724 ~ 31.63%
B 252 of 724 ~ 34.81%

%33.56
%31.63
%34.81

CMYK RENK MODELİ

#F3E5FC rengi CMYK tonu (4,9,0,1).

  • camgöbeği tonu 3.57%
  • eflatun tonu 9.13%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(4,9,0,1)
C4M9Y0K1 
(4%,9%,0%,1%)
(0.04/0.09/0.00/0.01)	

CMYK yüzdeleri

%3.57
%9.13
%0
%1.18

Codes

Color #F3E5FC in popluar color models

F3E5FC
RGB243229252
HSL277°79.31%94.31%
HSB/HSV277°9.13%98.82%
CMYK3.57%9.13%0.00%
1.18%

Color #F3E5FC in popluar number systems.

HEXF3E5FC
Decimal243229252
Binary111100111110010111111100
Octal363345374

Shades and tints

Shades of #F3E5FC

#F3E5FC
(243,229,252)
#DDD1E6
(221,209,230)
#C7BDD0
(199,189,208)
#B1A9BA
(177,169,186)
#9B95A4
(155,149,164)
#85818E
(133,129,142)
#6F6D78
(111,109,120)
#595962
(89,89,98)
#43454C
(67,69,76)
#2D3136
(45,49,54)
#171D20
(23,29,32)
#000000
(0,0,0)

Tints of #F3E5FC

#F3E5FC
(243,229,252)
#F4E7FC
(244,231,252)
#F5E9FC
(245,233,252)
#F6EBFC
(246,235,252)
#F7EDFC
(247,237,252)
#F8EFFC
(248,239,252)
#F9F1FC
(249,241,252)
#FAF3FC
(250,243,252)
#FBF5FC
(251,245,252)
#FCF7FC
(252,247,252)
#FDF9FC
(253,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E5FC color. Also use rgb(243,229,252) instead hex code.

Text Font Color

.myTextColor { color: #F3E5FC; }

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

This text font color is #F3E5FC.


Background Color

.myBgColor { background-color: #F3E5FC; }

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

This div background color is #F3E5FC.


Border color

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

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

This div border color is #F3E5FC.


Opacity

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

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

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

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

This text has shadow with #F3E5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E5FC on black background.


Color preview on white background

This text has color #F3E5FC on white background.



Black color preview on #F3E5FC background

This text has black color on #F3E5FC background.


White color preview on #F3E5FC background

This text has white color on #F3E5FC background.