COLOR #F6D9DE

HEX: #F6D9DE
RGB: (246,217,222)

Renk bilgisi

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

RGB renk modeli

#F6D9DE color RGB value is (246,217,222).

  • kırmız ton 246;
  • yeşil ton 217;
  • mavi ton 222.
RGB:
(246,217,222)
(96%,85%,87%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 217 of 255 = 85%
B 222 of 255 = 87%

246
217
222

R + G + B ~ 89%. #F6D9DE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 217 + 222 = 685 (100%)
R 246 of 685 ~ 35.91%
G 217 of 685 ~ 31.68%
B 222 of 685 ~ 32.41%

%35.91
%31.68
%32.41

CMYK RENK MODELİ

#F6D9DE rengi CMYK tonu (0,12,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.79%
  • sarı tonu 9.76%
  • ana renk tonu 3.53%
CMYK:
(0,12,10,4)
C0M12Y10K4 
(0%,12%,10%,4%)
(0.00/0.12/0.10/0.04)	

CMYK yüzdeleri

%0
%11.79
%9.76
%3.53

Codes

Color #F6D9DE in popluar color models

F6D9DE
RGB246217222
HSL350°61.70%90.78%
HSB/HSV350°11.79%96.47%
CMYK0.00%11.79%9.76%
3.53%

Color #F6D9DE in popluar number systems.

HEXF6D9DE
Decimal246217222
Binary111101101101100111011110
Octal366331336

Shades and tints

Shades of #F6D9DE

#F6D9DE
(246,217,222)
#E0C6CA
(224,198,202)
#CAB3B6
(202,179,182)
#B4A0A2
(180,160,162)
#9E8D8E
(158,141,142)
#887A7A
(136,122,122)
#726766
(114,103,102)
#5C5452
(92,84,82)
#46413E
(70,65,62)
#302E2A
(48,46,42)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #F6D9DE

#F6D9DE
(246,217,222)
#F6DCE1
(246,220,225)
#F6DFE4
(246,223,228)
#F6E2E7
(246,226,231)
#F6E5EA
(246,229,234)
#F6E8ED
(246,232,237)
#F6EBF0
(246,235,240)
#F6EEF3
(246,238,243)
#F6F1F6
(246,241,246)
#F6F4F9
(246,244,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D9DE color. Also use rgb(246,217,222) instead hex code.

Text Font Color

.myTextColor { color: #F6D9DE; }

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

This text font color is #F6D9DE.


Background Color

.myBgColor { background-color: #F6D9DE; }

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

This div background color is #F6D9DE.


Border color

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

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

This div border color is #F6D9DE.


Opacity

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

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

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

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

This text has shadow with #F6D9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9DE on black background.


Color preview on white background

This text has color #F6D9DE on white background.



Black color preview on #F6D9DE background

This text has black color on #F6D9DE background.


White color preview on #F6D9DE background

This text has white color on #F6D9DE background.