COLOR #F4D5FA

HEX: #F4D5FA
RGB: (244,213,250)

Renk bilgisi

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

RGB renk modeli

#F4D5FA color RGB value is (244,213,250).

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

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 213 of 255 = 84%
B 250 of 255 = 98%

244
213
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 213 + 250 = 707 (100%)
R 244 of 707 ~ 34.51%
G 213 of 707 ~ 30.13%
B 250 of 707 ~ 35.36%

%34.51
%30.13
%35.36

CMYK RENK MODELİ

#F4D5FA rengi CMYK tonu (2,15,0,2).

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

CMYK yüzdeleri

%2.4
%14.8
%0
%1.96

Codes

Color #F4D5FA in popluar color models

F4D5FA
RGB244213250
HSL290°78.72%90.78%
HSB/HSV290°14.80%98.04%
CMYK2.40%14.80%0.00%
1.96%

Color #F4D5FA in popluar number systems.

HEXF4D5FA
Decimal244213250
Binary111101001101010111111010
Octal364325372

Shades and tints

Shades of #F4D5FA

#F4D5FA
(244,213,250)
#DEC2E4
(222,194,228)
#C8AFCE
(200,175,206)
#B29CB8
(178,156,184)
#9C89A2
(156,137,162)
#86768C
(134,118,140)
#706376
(112,99,118)
#5A5060
(90,80,96)
#443D4A
(68,61,74)
#2E2A34
(46,42,52)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #F4D5FA

#F4D5FA
(244,213,250)
#F5D8FA
(245,216,250)
#F6DBFA
(246,219,250)
#F7DEFA
(247,222,250)
#F8E1FA
(248,225,250)
#F9E4FA
(249,228,250)
#FAE7FA
(250,231,250)
#FBEAFA
(251,234,250)
#FCEDFA
(252,237,250)
#FDF0FA
(253,240,250)
#FEF3FA
(254,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D5FA; }

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

This text font color is #F4D5FA.


Background Color

.myBgColor { background-color: #F4D5FA; }

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

This div background color is #F4D5FA.


Border color

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

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

This div border color is #F4D5FA.


Opacity

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

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

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

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

This text has shadow with #F4D5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D5FA on black background.


Color preview on white background

This text has color #F4D5FA on white background.



Black color preview on #F4D5FA background

This text has black color on #F4D5FA background.


White color preview on #F4D5FA background

This text has white color on #F4D5FA background.