COLOR #F0D4FA

HEX: #F0D4FA
RGB: (240,212,250)

Renk bilgisi

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

RGB renk modeli

#F0D4FA color RGB value is (240,212,250).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 212 of 255 = 83%
B 250 of 255 = 98%

240
212
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 212 + 250 = 702 (100%)
R 240 of 702 ~ 34.19%
G 212 of 702 ~ 30.2%
B 250 of 702 ~ 35.61%

%34.19
%30.2
%35.61

CMYK RENK MODELİ

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

  • camgöbeği tonu 4.00%
  • eflatun tonu 15.20%
  • 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
%15.2
%0
%1.96

Codes

Color #F0D4FA in popluar color models

F0D4FA
RGB240212250
HSL284°79.17%90.59%
HSB/HSV284°15.20%98.04%
CMYK4.00%15.20%0.00%
1.96%

Color #F0D4FA in popluar number systems.

HEXF0D4FA
Decimal240212250
Binary111100001101010011111010
Octal360324372

Shades and tints

Shades of #F0D4FA

#F0D4FA
(240,212,250)
#DBC1E4
(219,193,228)
#C6AECE
(198,174,206)
#B19BB8
(177,155,184)
#9C88A2
(156,136,162)
#87758C
(135,117,140)
#726276
(114,98,118)
#5D4F60
(93,79,96)
#483C4A
(72,60,74)
#332934
(51,41,52)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #F0D4FA

#F0D4FA
(240,212,250)
#F1D7FA
(241,215,250)
#F2DAFA
(242,218,250)
#F3DDFA
(243,221,250)
#F4E0FA
(244,224,250)
#F5E3FA
(245,227,250)
#F6E6FA
(246,230,250)
#F7E9FA
(247,233,250)
#F8ECFA
(248,236,250)
#F9EFFA
(249,239,250)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D4FA; }

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

This text font color is #F0D4FA.


Background Color

.myBgColor { background-color: #F0D4FA; }

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

This div background color is #F0D4FA.


Border color

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

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

This div border color is #F0D4FA.


Opacity

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

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

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

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

This text has shadow with #F0D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D4FA on black background.


Color preview on white background

This text has color #F0D4FA on white background.



Black color preview on #F0D4FA background

This text has black color on #F0D4FA background.


White color preview on #F0D4FA background

This text has white color on #F0D4FA background.