COLOR #F6DDEA

HEX: #F6DDEA
RGB: (246,221,234)

Renk bilgisi

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

RGB renk modeli

#F6DDEA color RGB value is (246,221,234).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 221 of 255 = 87%
B 234 of 255 = 92%

246
221
234

R + G + B ~ 92%. #F6DDEA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 221 + 234 = 701 (100%)
R 246 of 701 ~ 35.09%
G 221 of 701 ~ 31.53%
B 234 of 701 ~ 33.38%

%35.09
%31.53
%33.38

CMYK RENK MODELİ

#F6DDEA rengi CMYK tonu (0,10,5,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.16%
  • sarı tonu 4.88%
  • ana renk tonu 3.53%
CMYK:
(0,10,5,4)
C0M10Y5K4 
(0%,10%,5%,4%)
(0.00/0.10/0.05/0.04)	

CMYK yüzdeleri

%0
%10.16
%4.88
%3.53

Codes

Color #F6DDEA in popluar color models

F6DDEA
RGB246221234
HSL329°58.14%91.57%
HSB/HSV329°10.16%96.47%
CMYK0.00%10.16%4.88%
3.53%

Color #F6DDEA in popluar number systems.

HEXF6DDEA
Decimal246221234
Binary111101101101110111101010
Octal366335352

Shades and tints

Shades of #F6DDEA

#F6DDEA
(246,221,234)
#E0C9D5
(224,201,213)
#CAB5C0
(202,181,192)
#B4A1AB
(180,161,171)
#9E8D96
(158,141,150)
#887981
(136,121,129)
#72656C
(114,101,108)
#5C5157
(92,81,87)
#463D42
(70,61,66)
#30292D
(48,41,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #F6DDEA

#F6DDEA
(246,221,234)
#F6E0EB
(246,224,235)
#F6E3EC
(246,227,236)
#F6E6ED
(246,230,237)
#F6E9EE
(246,233,238)
#F6ECEF
(246,236,239)
#F6EFF0
(246,239,240)
#F6F2F1
(246,242,241)
#F6F5F2
(246,245,242)
#F6F8F3
(246,248,243)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DDEA; }

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

This text font color is #F6DDEA.


Background Color

.myBgColor { background-color: #F6DDEA; }

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

This div background color is #F6DDEA.


Border color

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

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

This div border color is #F6DDEA.


Opacity

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

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

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

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

This text has shadow with #F6DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DDEA on black background.


Color preview on white background

This text has color #F6DDEA on white background.



Black color preview on #F6DDEA background

This text has black color on #F6DDEA background.


White color preview on #F6DDEA background

This text has white color on #F6DDEA background.