COLOR #F5E5FF

HEX: #F5E5FF
RGB: (245,229,255)

Renk bilgisi

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

RGB renk modeli

#F5E5FF color RGB value is (245,229,255).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 229 of 255 = 90%
B 255 of 255 = 100%

245
229
255

R + G + B ~ 95%. #F5E5FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 229 + 255 = 729 (100%)
R 245 of 729 ~ 33.61%
G 229 of 729 ~ 31.41%
B 255 of 729 ~ 34.98%

%33.61
%31.41
%34.98

CMYK RENK MODELİ

#F5E5FF rengi CMYK tonu (4,10,0,0).

  • camgöbeği tonu 3.92%
  • eflatun tonu 10.20%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(4,10,0,0)
C4M10Y0K0 
(4%,10%,0%,0%)
(0.04/0.10/0.00/0.00)	

CMYK yüzdeleri

%3.92
%10.2
%0
%0

Codes

Color #F5E5FF in popluar color models

F5E5FF
RGB245229255
HSL277°100.00%94.90%
HSB/HSV277°10.20%100.00%
CMYK3.92%10.20%0.00%
0.00%

Color #F5E5FF in popluar number systems.

HEXF5E5FF
Decimal245229255
Binary111101011110010111111111
Octal365345377

Shades and tints

Shades of #F5E5FF

#F5E5FF
(245,229,255)
#DFD1E8
(223,209,232)
#C9BDD1
(201,189,209)
#B3A9BA
(179,169,186)
#9D95A3
(157,149,163)
#87818C
(135,129,140)
#716D75
(113,109,117)
#5B595E
(91,89,94)
#454547
(69,69,71)
#2F3130
(47,49,48)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #F5E5FF

#F5E5FF
(245,229,255)
#F5E7FF
(245,231,255)
#F5E9FF
(245,233,255)
#F5EBFF
(245,235,255)
#F5EDFF
(245,237,255)
#F5EFFF
(245,239,255)
#F5F1FF
(245,241,255)
#F5F3FF
(245,243,255)
#F5F5FF
(245,245,255)
#F5F7FF
(245,247,255)
#F5F9FF
(245,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E5FF; }

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

This text font color is #F5E5FF.


Background Color

.myBgColor { background-color: #F5E5FF; }

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

This div background color is #F5E5FF.


Border color

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

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

This div border color is #F5E5FF.


Opacity

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

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

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

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

This text has shadow with #F5E5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E5FF on black background.


Color preview on white background

This text has color #F5E5FF on white background.



Black color preview on #F5E5FF background

This text has black color on #F5E5FF background.


White color preview on #F5E5FF background

This text has white color on #F5E5FF background.