COLOR #F5D8FA

HEX: #F5D8FA
RGB: (245,216,250)

Renk bilgisi

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

RGB renk modeli

#F5D8FA color RGB value is (245,216,250).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 216 of 255 = 85%
B 250 of 255 = 98%

245
216
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 216 + 250 = 711 (100%)
R 245 of 711 ~ 34.46%
G 216 of 711 ~ 30.38%
B 250 of 711 ~ 35.16%

%34.46
%30.38
%35.16

CMYK RENK MODELİ

#F5D8FA rengi CMYK tonu (2,14,0,2).

  • camgöbeği tonu 2.00%
  • eflatun tonu 13.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(2,14,0,2)
C2M14Y0K2 
(2%,14%,0%,2%)
(0.02/0.14/0.00/0.02)	

CMYK yüzdeleri

%2
%13.6
%0
%1.96

Codes

Color #F5D8FA in popluar color models

F5D8FA
RGB245216250
HSL291°77.27%91.37%
HSB/HSV291°13.60%98.04%
CMYK2.00%13.60%0.00%
1.96%

Color #F5D8FA in popluar number systems.

HEXF5D8FA
Decimal245216250
Binary111101011101100011111010
Octal365330372

Shades and tints

Shades of #F5D8FA

#F5D8FA
(245,216,250)
#DFC5E4
(223,197,228)
#C9B2CE
(201,178,206)
#B39FB8
(179,159,184)
#9D8CA2
(157,140,162)
#87798C
(135,121,140)
#716676
(113,102,118)
#5B5360
(91,83,96)
#45404A
(69,64,74)
#2F2D34
(47,45,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #F5D8FA

#F5D8FA
(245,216,250)
#F5DBFA
(245,219,250)
#F5DEFA
(245,222,250)
#F5E1FA
(245,225,250)
#F5E4FA
(245,228,250)
#F5E7FA
(245,231,250)
#F5EAFA
(245,234,250)
#F5EDFA
(245,237,250)
#F5F0FA
(245,240,250)
#F5F3FA
(245,243,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D8FA; }

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

This text font color is #F5D8FA.


Background Color

.myBgColor { background-color: #F5D8FA; }

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

This div background color is #F5D8FA.


Border color

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

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

This div border color is #F5D8FA.


Opacity

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

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

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

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

This text has shadow with #F5D8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D8FA on black background.


Color preview on white background

This text has color #F5D8FA on white background.



Black color preview on #F5D8FA background

This text has black color on #F5D8FA background.


White color preview on #F5D8FA background

This text has white color on #F5D8FA background.