COLOR #F0D5FA

HEX: #F0D5FA
RGB: (240,213,250)

Renk bilgisi

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

RGB renk modeli

#F0D5FA color RGB value is (240,213,250).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 213 of 255 = 84%
B 250 of 255 = 98%

240
213
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 213 + 250 = 703 (100%)
R 240 of 703 ~ 34.14%
G 213 of 703 ~ 30.3%
B 250 of 703 ~ 35.56%

%34.14
%30.3
%35.56

CMYK RENK MODELİ

#F0D5FA rengi CMYK tonu (4,15,0,2).

  • camgöbeği tonu 4.00%
  • eflatun tonu 14.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(4,15,0,2)
C4M15Y0K2 
(4%,15%,0%,2%)
(0.04/0.15/0.00/0.02)	

CMYK yüzdeleri

%4
%14.8
%0
%1.96

Codes

Color #F0D5FA in popluar color models

F0D5FA
RGB240213250
HSL284°78.72%90.78%
HSB/HSV284°14.80%98.04%
CMYK4.00%14.80%0.00%
1.96%

Color #F0D5FA in popluar number systems.

HEXF0D5FA
Decimal240213250
Binary111100001101010111111010
Octal360325372

Shades and tints

Shades of #F0D5FA

#F0D5FA
(240,213,250)
#DBC2E4
(219,194,228)
#C6AFCE
(198,175,206)
#B19CB8
(177,156,184)
#9C89A2
(156,137,162)
#87768C
(135,118,140)
#726376
(114,99,118)
#5D5060
(93,80,96)
#483D4A
(72,61,74)
#332A34
(51,42,52)
#1E171E
(30,23,30)
#000000
(0,0,0)

Tints of #F0D5FA

#F0D5FA
(240,213,250)
#F1D8FA
(241,216,250)
#F2DBFA
(242,219,250)
#F3DEFA
(243,222,250)
#F4E1FA
(244,225,250)
#F5E4FA
(245,228,250)
#F6E7FA
(246,231,250)
#F7EAFA
(247,234,250)
#F8EDFA
(248,237,250)
#F9F0FA
(249,240,250)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D5FA; }

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

This text font color is #F0D5FA.


Background Color

.myBgColor { background-color: #F0D5FA; }

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

This div background color is #F0D5FA.


Border color

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

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

This div border color is #F0D5FA.


Opacity

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

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

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

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

This text has shadow with #F0D5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D5FA on black background.


Color preview on white background

This text has color #F0D5FA on white background.



Black color preview on #F0D5FA background

This text has black color on #F0D5FA background.


White color preview on #F0D5FA background

This text has white color on #F0D5FA background.