COLOR #F3D5FD

HEX: #F3D5FD
RGB: (243,213,253)

Renk bilgisi

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

RGB renk modeli

#F3D5FD color RGB value is (243,213,253).

  • kırmız ton 243;
  • yeşil ton 213;
  • mavi ton 253.
RGB:
(243,213,253)
(95%,84%,99%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 213 of 255 = 84%
B 253 of 255 = 99%

243
213
253

R + G + B ~ 93%. #F3D5FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 213 + 253 = 709 (100%)
R 243 of 709 ~ 34.27%
G 213 of 709 ~ 30.04%
B 253 of 709 ~ 35.68%

%34.27
%30.04
%35.68

CMYK RENK MODELİ

#F3D5FD rengi CMYK tonu (4,16,0,1).

  • camgöbeği tonu 3.95%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(4,16,0,1)
C4M16Y0K1 
(4%,16%,0%,1%)
(0.04/0.16/0.00/0.01)	

CMYK yüzdeleri

%3.95
%15.81
%0
%0.78

Codes

Color #F3D5FD in popluar color models

F3D5FD
RGB243213253
HSL285°90.91%91.37%
HSB/HSV285°15.81%99.22%
CMYK3.95%15.81%0.00%
0.78%

Color #F3D5FD in popluar number systems.

HEXF3D5FD
Decimal243213253
Binary111100111101010111111101
Octal363325375

Shades and tints

Shades of #F3D5FD

#F3D5FD
(243,213,253)
#DDC2E6
(221,194,230)
#C7AFCF
(199,175,207)
#B19CB8
(177,156,184)
#9B89A1
(155,137,161)
#85768A
(133,118,138)
#6F6373
(111,99,115)
#59505C
(89,80,92)
#433D45
(67,61,69)
#2D2A2E
(45,42,46)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #F3D5FD

#F3D5FD
(243,213,253)
#F4D8FD
(244,216,253)
#F5DBFD
(245,219,253)
#F6DEFD
(246,222,253)
#F7E1FD
(247,225,253)
#F8E4FD
(248,228,253)
#F9E7FD
(249,231,253)
#FAEAFD
(250,234,253)
#FBEDFD
(251,237,253)
#FCF0FD
(252,240,253)
#FDF3FD
(253,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D5FD color. Also use rgb(243,213,253) instead hex code.

Text Font Color

.myTextColor { color: #F3D5FD; }

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

This text font color is #F3D5FD.


Background Color

.myBgColor { background-color: #F3D5FD; }

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

This div background color is #F3D5FD.


Border color

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

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

This div border color is #F3D5FD.


Opacity

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

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

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

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

This text has shadow with #F3D5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D5FD on black background.


Color preview on white background

This text has color #F3D5FD on white background.



Black color preview on #F3D5FD background

This text has black color on #F3D5FD background.


White color preview on #F3D5FD background

This text has white color on #F3D5FD background.