COLOR #F6DBEB

HEX: #F6DBEB
RGB: (246,219,235)

Renk bilgisi

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

RGB renk modeli

#F6DBEB color RGB value is (246,219,235).

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

RGB bağlantıları ve doygunluk

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

246
219
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 219 + 235 = 700 (100%)
R 246 of 700 ~ 35.14%
G 219 of 700 ~ 31.29%
B 235 of 700 ~ 33.57%

%35.14
%31.29
%33.57

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%10.98
%4.47
%3.53

Codes

Color #F6DBEB in popluar color models

F6DBEB
RGB246219235
HSL324°60.00%91.18%
HSB/HSV324°10.98%96.47%
CMYK0.00%10.98%4.47%
3.53%

Color #F6DBEB in popluar number systems.

HEXF6DBEB
Decimal246219235
Binary111101101101101111101011
Octal366333353

Shades and tints

Shades of #F6DBEB

#F6DBEB
(246,219,235)
#E0C8D6
(224,200,214)
#CAB5C1
(202,181,193)
#B4A2AC
(180,162,172)
#9E8F97
(158,143,151)
#887C82
(136,124,130)
#72696D
(114,105,109)
#5C5658
(92,86,88)
#464343
(70,67,67)
#30302E
(48,48,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #F6DBEB

#F6DBEB
(246,219,235)
#F6DEEC
(246,222,236)
#F6E1ED
(246,225,237)
#F6E4EE
(246,228,238)
#F6E7EF
(246,231,239)
#F6EAF0
(246,234,240)
#F6EDF1
(246,237,241)
#F6F0F2
(246,240,242)
#F6F3F3
(246,243,243)
#F6F6F4
(246,246,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DBEB; }

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

This text font color is #F6DBEB.


Background Color

.myBgColor { background-color: #F6DBEB; }

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

This div background color is #F6DBEB.


Border color

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

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

This div border color is #F6DBEB.


Opacity

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

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

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

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

This text has shadow with #F6DBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DBEB on black background.


Color preview on white background

This text has color #F6DBEB on white background.



Black color preview on #F6DBEB background

This text has black color on #F6DBEB background.


White color preview on #F6DBEB background

This text has white color on #F6DBEB background.