COLOR #F0D5FD

HEX: #F0D5FD
RGB: (240,213,253)

Renk bilgisi

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

RGB renk modeli

#F0D5FD color RGB value is (240,213,253).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 213 of 255 = 84%
B 253 of 255 = 99%

240
213
253

R + G + B ~ 92%. #F0D5FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 213 + 253 = 706 (100%)
R 240 of 706 ~ 33.99%
G 213 of 706 ~ 30.17%
B 253 of 706 ~ 35.84%

%33.99
%30.17
%35.84

CMYK RENK MODELİ

#F0D5FD rengi CMYK tonu (5,16,0,1).

  • camgöbeği tonu 5.14%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(5,16,0,1)
C5M16Y0K1 
(5%,16%,0%,1%)
(0.05/0.16/0.00/0.01)	

CMYK yüzdeleri

%5.14
%15.81
%0
%0.78

Codes

Color #F0D5FD in popluar color models

F0D5FD
RGB240213253
HSL281°90.91%91.37%
HSB/HSV281°15.81%99.22%
CMYK5.14%15.81%0.00%
0.78%

Color #F0D5FD in popluar number systems.

HEXF0D5FD
Decimal240213253
Binary111100001101010111111101
Octal360325375

Shades and tints

Shades of #F0D5FD

#F0D5FD
(240,213,253)
#DBC2E6
(219,194,230)
#C6AFCF
(198,175,207)
#B19CB8
(177,156,184)
#9C89A1
(156,137,161)
#87768A
(135,118,138)
#726373
(114,99,115)
#5D505C
(93,80,92)
#483D45
(72,61,69)
#332A2E
(51,42,46)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F0D5FD

#F0D5FD
(240,213,253)
#F1D8FD
(241,216,253)
#F2DBFD
(242,219,253)
#F3DEFD
(243,222,253)
#F4E1FD
(244,225,253)
#F5E4FD
(245,228,253)
#F6E7FD
(246,231,253)
#F7EAFD
(247,234,253)
#F8EDFD
(248,237,253)
#F9F0FD
(249,240,253)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D5FD; }

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

This text font color is #F0D5FD.


Background Color

.myBgColor { background-color: #F0D5FD; }

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

This div background color is #F0D5FD.


Border color

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

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

This div border color is #F0D5FD.


Opacity

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

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

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

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

This text has shadow with #F0D5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D5FD on black background.


Color preview on white background

This text has color #F0D5FD on white background.



Black color preview on #F0D5FD background

This text has black color on #F0D5FD background.


White color preview on #F0D5FD background

This text has white color on #F0D5FD background.