COLOR #F6D8F3

HEX: #F6D8F3
RGB: (246,216,243)

Renk bilgisi

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

RGB renk modeli

#F6D8F3 color RGB value is (246,216,243).

  • kırmız ton 246;
  • yeşil ton 216;
  • mavi ton 243.
RGB:
(246,216,243)
(96%,85%,95%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 216 of 255 = 85%
B 243 of 255 = 95%

246
216
243

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 216 + 243 = 705 (100%)
R 246 of 705 ~ 34.89%
G 216 of 705 ~ 30.64%
B 243 of 705 ~ 34.47%

%34.89
%30.64
%34.47

CMYK RENK MODELİ

#F6D8F3 rengi CMYK tonu (0,12,1,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.20%
  • sarı tonu 1.22%
  • ana renk tonu 3.53%
CMYK:
(0,12,1,4)
C0M12Y1K4 
(0%,12%,1%,4%)
(0.00/0.12/0.01/0.04)	

CMYK yüzdeleri

%0
%12.2
%1.22
%3.53

Codes

Color #F6D8F3 in popluar color models

F6D8F3
RGB246216243
HSL306°62.50%90.59%
HSB/HSV306°12.20%96.47%
CMYK0.00%12.20%1.22%
3.53%

Color #F6D8F3 in popluar number systems.

HEXF6D8F3
Decimal246216243
Binary111101101101100011110011
Octal366330363

Shades and tints

Shades of #F6D8F3

#F6D8F3
(246,216,243)
#E0C5DD
(224,197,221)
#CAB2C7
(202,178,199)
#B49FB1
(180,159,177)
#9E8C9B
(158,140,155)
#887985
(136,121,133)
#72666F
(114,102,111)
#5C5359
(92,83,89)
#464043
(70,64,67)
#302D2D
(48,45,45)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #F6D8F3

#F6D8F3
(246,216,243)
#F6DBF4
(246,219,244)
#F6DEF5
(246,222,245)
#F6E1F6
(246,225,246)
#F6E4F7
(246,228,247)
#F6E7F8
(246,231,248)
#F6EAF9
(246,234,249)
#F6EDFA
(246,237,250)
#F6F0FB
(246,240,251)
#F6F3FC
(246,243,252)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D8F3 color. Also use rgb(246,216,243) instead hex code.

Text Font Color

.myTextColor { color: #F6D8F3; }

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

This text font color is #F6D8F3.


Background Color

.myBgColor { background-color: #F6D8F3; }

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

This div background color is #F6D8F3.


Border color

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

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

This div border color is #F6D8F3.


Opacity

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

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

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

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

This text has shadow with #F6D8F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D8F3 on black background.


Color preview on white background

This text has color #F6D8F3 on white background.



Black color preview on #F6D8F3 background

This text has black color on #F6D8F3 background.


White color preview on #F6D8F3 background

This text has white color on #F6D8F3 background.