COLOR #F5DBEB

HEX: #F5DBEB
RGB: (245,219,235)

Renk bilgisi

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

RGB renk modeli

#F5DBEB color RGB value is (245,219,235).

  • kırmız ton 245;
  • yeşil ton 219;
  • mavi ton 235.
RGB:
(245,219,235)
(96%,86%,92%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 219 of 255 = 86%
B 235 of 255 = 92%

245
219
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 219 + 235 = 699 (100%)
R 245 of 699 ~ 35.05%
G 219 of 699 ~ 31.33%
B 235 of 699 ~ 33.62%

%35.05
%31.33
%33.62

CMYK RENK MODELİ

#F5DBEB rengi CMYK tonu (0,11,4,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.61%
  • sarı tonu 4.08%
  • ana renk tonu 3.92%
CMYK:
(0,11,4,4)
C0M11Y4K4 
(0%,11%,4%,4%)
(0.00/0.11/0.04/0.04)	

CMYK yüzdeleri

%0
%10.61
%4.08
%3.92

Codes

Color #F5DBEB in popluar color models

F5DBEB
RGB245219235
HSL323°56.52%90.98%
HSB/HSV323°10.61%96.08%
CMYK0.00%10.61%4.08%
3.92%

Color #F5DBEB in popluar number systems.

HEXF5DBEB
Decimal245219235
Binary111101011101101111101011
Octal365333353

Shades and tints

Shades of #F5DBEB

#F5DBEB
(245,219,235)
#DFC8D6
(223,200,214)
#C9B5C1
(201,181,193)
#B3A2AC
(179,162,172)
#9D8F97
(157,143,151)
#877C82
(135,124,130)
#71696D
(113,105,109)
#5B5658
(91,86,88)
#454343
(69,67,67)
#2F302E
(47,48,46)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #F5DBEB

#F5DBEB
(245,219,235)
#F5DEEC
(245,222,236)
#F5E1ED
(245,225,237)
#F5E4EE
(245,228,238)
#F5E7EF
(245,231,239)
#F5EAF0
(245,234,240)
#F5EDF1
(245,237,241)
#F5F0F2
(245,240,242)
#F5F3F3
(245,243,243)
#F5F6F4
(245,246,244)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DBEB color. Also use rgb(245,219,235) instead hex code.

Text Font Color

.myTextColor { color: #F5DBEB; }

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

This text font color is #F5DBEB.


Background Color

.myBgColor { background-color: #F5DBEB; }

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

This div background color is #F5DBEB.


Border color

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

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

This div border color is #F5DBEB.


Opacity

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

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

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

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

This text has shadow with #F5DBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DBEB on black background.


Color preview on white background

This text has color #F5DBEB on white background.



Black color preview on #F5DBEB background

This text has black color on #F5DBEB background.


White color preview on #F5DBEB background

This text has white color on #F5DBEB background.