COLOR #F5DCFF

HEX: #F5DCFF
RGB: (245,220,255)

Renk bilgisi

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

RGB renk modeli

#F5DCFF color RGB value is (245,220,255).

  • kırmız ton 245;
  • yeşil ton 220;
  • mavi ton 255.
RGB:
(245,220,255)
(96%,86%,100%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 220 of 255 = 86%
B 255 of 255 = 100%

245
220
255

R + G + B ~ 94%. #F5DCFF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 220 + 255 = 720 (100%)
R 245 of 720 ~ 34.03%
G 220 of 720 ~ 30.56%
B 255 of 720 ~ 35.42%

%34.03
%30.56
%35.42

CMYK RENK MODELİ

#F5DCFF rengi CMYK tonu (4,14,0,0).

  • camgöbeği tonu 3.92%
  • eflatun tonu 13.73%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(4,14,0,0)
C4M14Y0K0 
(4%,14%,0%,0%)
(0.04/0.14/0.00/0.00)	

CMYK yüzdeleri

%3.92
%13.73
%0
%0

Codes

Color #F5DCFF in popluar color models

F5DCFF
RGB245220255
HSL283°100.00%93.14%
HSB/HSV283°13.73%100.00%
CMYK3.92%13.73%0.00%
0.00%

Color #F5DCFF in popluar number systems.

HEXF5DCFF
Decimal245220255
Binary111101011101110011111111
Octal365334377

Shades and tints

Shades of #F5DCFF

#F5DCFF
(245,220,255)
#DFC8E8
(223,200,232)
#C9B4D1
(201,180,209)
#B3A0BA
(179,160,186)
#9D8CA3
(157,140,163)
#87788C
(135,120,140)
#716475
(113,100,117)
#5B505E
(91,80,94)
#453C47
(69,60,71)
#2F2830
(47,40,48)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #F5DCFF

#F5DCFF
(245,220,255)
#F5DFFF
(245,223,255)
#F5E2FF
(245,226,255)
#F5E5FF
(245,229,255)
#F5E8FF
(245,232,255)
#F5EBFF
(245,235,255)
#F5EEFF
(245,238,255)
#F5F1FF
(245,241,255)
#F5F4FF
(245,244,255)
#F5F7FF
(245,247,255)
#F5FAFF
(245,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DCFF color. Also use rgb(245,220,255) instead hex code.

Text Font Color

.myTextColor { color: #F5DCFF; }

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

This text font color is #F5DCFF.


Background Color

.myBgColor { background-color: #F5DCFF; }

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

This div background color is #F5DCFF.


Border color

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

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

This div border color is #F5DCFF.


Opacity

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

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

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

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

This text has shadow with #F5DCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DCFF on black background.


Color preview on white background

This text has color #F5DCFF on white background.



Black color preview on #F5DCFF background

This text has black color on #F5DCFF background.


White color preview on #F5DCFF background

This text has white color on #F5DCFF background.