COLOR #F6DCDD

HEX: #F6DCDD
RGB: (246,220,221)

Renk bilgisi

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

RGB renk modeli

#F6DCDD color RGB value is (246,220,221).

  • kırmız ton 246;
  • yeşil ton 220;
  • mavi ton 221.
RGB:
(246,220,221)
(96%,86%,87%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 220 of 255 = 86%
B 221 of 255 = 87%

246
220
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 220 + 221 = 687 (100%)
R 246 of 687 ~ 35.81%
G 220 of 687 ~ 32.02%
B 221 of 687 ~ 32.17%

%35.81
%32.02
%32.17

CMYK RENK MODELİ

#F6DCDD rengi CMYK tonu (0,11,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.57%
  • sarı tonu 10.16%
  • ana renk tonu 3.53%
CMYK:
(0,11,10,4)
C0M11Y10K4 
(0%,11%,10%,4%)
(0.00/0.11/0.10/0.04)	

CMYK yüzdeleri

%0
%10.57
%10.16
%3.53

Codes

Color #F6DCDD in popluar color models

F6DCDD
RGB246220221
HSL358°59.09%91.37%
HSB/HSV358°10.57%96.47%
CMYK0.00%10.57%10.16%
3.53%

Color #F6DCDD in popluar number systems.

HEXF6DCDD
Decimal246220221
Binary111101101101110011011101
Octal366334335

Shades and tints

Shades of #F6DCDD

#F6DCDD
(246,220,221)
#E0C8C9
(224,200,201)
#CAB4B5
(202,180,181)
#B4A0A1
(180,160,161)
#9E8C8D
(158,140,141)
#887879
(136,120,121)
#726465
(114,100,101)
#5C5051
(92,80,81)
#463C3D
(70,60,61)
#302829
(48,40,41)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #F6DCDD

#F6DCDD
(246,220,221)
#F6DFE0
(246,223,224)
#F6E2E3
(246,226,227)
#F6E5E6
(246,229,230)
#F6E8E9
(246,232,233)
#F6EBEC
(246,235,236)
#F6EEEF
(246,238,239)
#F6F1F2
(246,241,242)
#F6F4F5
(246,244,245)
#F6F7F8
(246,247,248)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DCDD color. Also use rgb(246,220,221) instead hex code.

Text Font Color

.myTextColor { color: #F6DCDD; }

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

This text font color is #F6DCDD.


Background Color

.myBgColor { background-color: #F6DCDD; }

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

This div background color is #F6DCDD.


Border color

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

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

This div border color is #F6DCDD.


Opacity

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

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

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

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

This text has shadow with #F6DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DCDD on black background.


Color preview on white background

This text has color #F6DCDD on white background.



Black color preview on #F6DCDD background

This text has black color on #F6DCDD background.


White color preview on #F6DCDD background

This text has white color on #F6DCDD background.