COLOR #F5D4FA

HEX: #F5D4FA
RGB: (245,212,250)

Renk bilgisi

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

RGB renk modeli

#F5D4FA color RGB value is (245,212,250).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 212 of 255 = 83%
B 250 of 255 = 98%

245
212
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 212 + 250 = 707 (100%)
R 245 of 707 ~ 34.65%
G 212 of 707 ~ 29.99%
B 250 of 707 ~ 35.36%

%34.65
%29.99
%35.36

CMYK RENK MODELİ

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

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

Codes

Color #F5D4FA in popluar color models

F5D4FA
RGB245212250
HSL292°79.17%90.59%
HSB/HSV292°15.20%98.04%
CMYK2.00%15.20%0.00%
1.96%

Color #F5D4FA in popluar number systems.

HEXF5D4FA
Decimal245212250
Binary111101011101010011111010
Octal365324372

Shades and tints

Shades of #F5D4FA

#F5D4FA
(245,212,250)
#DFC1E4
(223,193,228)
#C9AECE
(201,174,206)
#B39BB8
(179,155,184)
#9D88A2
(157,136,162)
#87758C
(135,117,140)
#716276
(113,98,118)
#5B4F60
(91,79,96)
#453C4A
(69,60,74)
#2F2934
(47,41,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #F5D4FA

#F5D4FA
(245,212,250)
#F5D7FA
(245,215,250)
#F5DAFA
(245,218,250)
#F5DDFA
(245,221,250)
#F5E0FA
(245,224,250)
#F5E3FA
(245,227,250)
#F5E6FA
(245,230,250)
#F5E9FA
(245,233,250)
#F5ECFA
(245,236,250)
#F5EFFA
(245,239,250)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D4FA; }

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

This text font color is #F5D4FA.


Background Color

.myBgColor { background-color: #F5D4FA; }

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

This div background color is #F5D4FA.


Border color

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

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

This div border color is #F5D4FA.


Opacity

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

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

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

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

This text has shadow with #F5D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D4FA on black background.


Color preview on white background

This text has color #F5D4FA on white background.



Black color preview on #F5D4FA background

This text has black color on #F5D4FA background.


White color preview on #F5D4FA background

This text has white color on #F5D4FA background.