COLOR #F1DBE5

HEX: #F1DBE5
RGB: (241,219,229)

Renk bilgisi

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

RGB renk modeli

#F1DBE5 color RGB value is (241,219,229).

  • kırmız ton 241;
  • yeşil ton 219;
  • mavi ton 229.
RGB:
(241,219,229)
(95%,86%,90%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 219 of 255 = 86%
B 229 of 255 = 90%

241
219
229

R + G + B ~ 90%. #F1DBE5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 219 + 229 = 689 (100%)
R 241 of 689 ~ 34.98%
G 219 of 689 ~ 31.79%
B 229 of 689 ~ 33.24%

%34.98
%31.79
%33.24

CMYK RENK MODELİ

#F1DBE5 rengi CMYK tonu (0,9,5,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.13%
  • sarı tonu 4.98%
  • ana renk tonu 5.49%
CMYK:
(0,9,5,5)
C0M9Y5K5 
(0%,9%,5%,5%)
(0.00/0.09/0.05/0.05)	

CMYK yüzdeleri

%0
%9.13
%4.98
%5.49

Codes

Color #F1DBE5 in popluar color models

F1DBE5
RGB241219229
HSL333°44.00%90.20%
HSB/HSV333°9.13%94.51%
CMYK0.00%9.13%4.98%
5.49%

Color #F1DBE5 in popluar number systems.

HEXF1DBE5
Decimal241219229
Binary111100011101101111100101
Octal361333345

Shades and tints

Shades of #F1DBE5

#F1DBE5
(241,219,229)
#DCC8D1
(220,200,209)
#C7B5BD
(199,181,189)
#B2A2A9
(178,162,169)
#9D8F95
(157,143,149)
#887C81
(136,124,129)
#73696D
(115,105,109)
#5E5659
(94,86,89)
#494345
(73,67,69)
#343031
(52,48,49)
#1F1D1D
(31,29,29)
#000000
(0,0,0)

Tints of #F1DBE5

#F1DBE5
(241,219,229)
#F2DEE7
(242,222,231)
#F3E1E9
(243,225,233)
#F4E4EB
(244,228,235)
#F5E7ED
(245,231,237)
#F6EAEF
(246,234,239)
#F7EDF1
(247,237,241)
#F8F0F3
(248,240,243)
#F9F3F5
(249,243,245)
#FAF6F7
(250,246,247)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DBE5 color. Also use rgb(241,219,229) instead hex code.

Text Font Color

.myTextColor { color: #F1DBE5; }

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

This text font color is #F1DBE5.


Background Color

.myBgColor { background-color: #F1DBE5; }

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

This div background color is #F1DBE5.


Border color

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

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

This div border color is #F1DBE5.


Opacity

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

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

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

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

This text has shadow with #F1DBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DBE5 on black background.


Color preview on white background

This text has color #F1DBE5 on white background.



Black color preview on #F1DBE5 background

This text has black color on #F1DBE5 background.


White color preview on #F1DBE5 background

This text has white color on #F1DBE5 background.