COLOR #F5BDE5

HEX: #F5BDE5
RGB: (245,189,229)

Renk bilgisi

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

RGB renk modeli

#F5BDE5 color RGB value is (245,189,229).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 189 of 255 = 74%
B 229 of 255 = 90%

245
189
229

R + G + B ~ 87%. #F5BDE5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 189 + 229 = 663 (100%)
R 245 of 663 ~ 36.95%
G 189 of 663 ~ 28.51%
B 229 of 663 ~ 34.54%

%36.95
%28.51
%34.54

CMYK RENK MODELİ

#F5BDE5 rengi CMYK tonu (0,23,7,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.86%
  • sarı tonu 6.53%
  • ana renk tonu 3.92%
CMYK:
(0,23,7,4)
C0M23Y7K4 
(0%,23%,7%,4%)
(0.00/0.23/0.07/0.04)	

CMYK yüzdeleri

%0
%22.86
%6.53
%3.92

Codes

Color #F5BDE5 in popluar color models

F5BDE5
RGB245189229
HSL317°73.68%85.10%
HSB/HSV317°22.86%96.08%
CMYK0.00%22.86%6.53%
3.92%

Color #F5BDE5 in popluar number systems.

HEXF5BDE5
Decimal245189229
Binary111101011011110111100101
Octal365275345

Shades and tints

Shades of #F5BDE5

#F5BDE5
(245,189,229)
#DFACD1
(223,172,209)
#C99BBD
(201,155,189)
#B38AA9
(179,138,169)
#9D7995
(157,121,149)
#876881
(135,104,129)
#71576D
(113,87,109)
#5B4659
(91,70,89)
#453545
(69,53,69)
#2F2431
(47,36,49)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #F5BDE5

#F5BDE5
(245,189,229)
#F5C3E7
(245,195,231)
#F5C9E9
(245,201,233)
#F5CFEB
(245,207,235)
#F5D5ED
(245,213,237)
#F5DBEF
(245,219,239)
#F5E1F1
(245,225,241)
#F5E7F3
(245,231,243)
#F5EDF5
(245,237,245)
#F5F3F7
(245,243,247)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BDE5; }

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

This text font color is #F5BDE5.


Background Color

.myBgColor { background-color: #F5BDE5; }

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

This div background color is #F5BDE5.


Border color

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

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

This div border color is #F5BDE5.


Opacity

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

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

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

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

This text has shadow with #F5BDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BDE5 on black background.


Color preview on white background

This text has color #F5BDE5 on white background.



Black color preview on #F5BDE5 background

This text has black color on #F5BDE5 background.


White color preview on #F5BDE5 background

This text has white color on #F5BDE5 background.