COLOR #F5DDE5

HEX: #F5DDE5
RGB: (245,221,229)

Renk bilgisi

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

RGB renk modeli

#F5DDE5 color RGB value is (245,221,229).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 221 of 255 = 87%
B 229 of 255 = 90%

245
221
229

R + G + B ~ 91%. #F5DDE5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 221 + 229 = 695 (100%)
R 245 of 695 ~ 35.25%
G 221 of 695 ~ 31.8%
B 229 of 695 ~ 32.95%

%35.25
%31.8
%32.95

CMYK RENK MODELİ

#F5DDE5 rengi CMYK tonu (0,10,7,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.80%
  • sarı tonu 6.53%
  • ana renk tonu 3.92%
CMYK:
(0,10,7,4)
C0M10Y7K4 
(0%,10%,7%,4%)
(0.00/0.10/0.07/0.04)	

CMYK yüzdeleri

%0
%9.8
%6.53
%3.92

Codes

Color #F5DDE5 in popluar color models

F5DDE5
RGB245221229
HSL340°54.55%91.37%
HSB/HSV340°9.80%96.08%
CMYK0.00%9.80%6.53%
3.92%

Color #F5DDE5 in popluar number systems.

HEXF5DDE5
Decimal245221229
Binary111101011101110111100101
Octal365335345

Shades and tints

Shades of #F5DDE5

#F5DDE5
(245,221,229)
#DFC9D1
(223,201,209)
#C9B5BD
(201,181,189)
#B3A1A9
(179,161,169)
#9D8D95
(157,141,149)
#877981
(135,121,129)
#71656D
(113,101,109)
#5B5159
(91,81,89)
#453D45
(69,61,69)
#2F2931
(47,41,49)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #F5DDE5

#F5DDE5
(245,221,229)
#F5E0E7
(245,224,231)
#F5E3E9
(245,227,233)
#F5E6EB
(245,230,235)
#F5E9ED
(245,233,237)
#F5ECEF
(245,236,239)
#F5EFF1
(245,239,241)
#F5F2F3
(245,242,243)
#F5F5F5
(245,245,245)
#F5F8F7
(245,248,247)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DDE5; }

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

This text font color is #F5DDE5.


Background Color

.myBgColor { background-color: #F5DDE5; }

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

This div background color is #F5DDE5.


Border color

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

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

This div border color is #F5DDE5.


Opacity

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

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

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

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

This text has shadow with #F5DDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DDE5 on black background.


Color preview on white background

This text has color #F5DDE5 on white background.



Black color preview on #F5DDE5 background

This text has black color on #F5DDE5 background.


White color preview on #F5DDE5 background

This text has white color on #F5DDE5 background.