COLOR #F6DFF9

HEX: #F6DFF9
RGB: (246,223,249)

Renk bilgisi

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

RGB renk modeli

#F6DFF9 color RGB value is (246,223,249).

  • kırmız ton 246;
  • yeşil ton 223;
  • mavi ton 249.
RGB:
(246,223,249)
(96%,87%,98%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 223 of 255 = 87%
B 249 of 255 = 98%

246
223
249

R + G + B ~ 94%. #F6DFF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 223 + 249 = 718 (100%)
R 246 of 718 ~ 34.26%
G 223 of 718 ~ 31.06%
B 249 of 718 ~ 34.68%

%34.26
%31.06
%34.68

CMYK RENK MODELİ

#F6DFF9 rengi CMYK tonu (1,10,0,2).

  • camgöbeği tonu 1.20%
  • eflatun tonu 10.44%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(1,10,0,2)
C1M10Y0K2 
(1%,10%,0%,2%)
(0.01/0.10/0.00/0.02)	

CMYK yüzdeleri

%1.2
%10.44
%0
%2.35

Codes

Color #F6DFF9 in popluar color models

F6DFF9
RGB246223249
HSL293°68.42%92.55%
HSB/HSV293°10.44%97.65%
CMYK1.20%10.44%0.00%
2.35%

Color #F6DFF9 in popluar number systems.

HEXF6DFF9
Decimal246223249
Binary111101101101111111111001
Octal366337371

Shades and tints

Shades of #F6DFF9

#F6DFF9
(246,223,249)
#E0CBE3
(224,203,227)
#CAB7CD
(202,183,205)
#B4A3B7
(180,163,183)
#9E8FA1
(158,143,161)
#887B8B
(136,123,139)
#726775
(114,103,117)
#5C535F
(92,83,95)
#463F49
(70,63,73)
#302B33
(48,43,51)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #F6DFF9

#F6DFF9
(246,223,249)
#F6E1F9
(246,225,249)
#F6E3F9
(246,227,249)
#F6E5F9
(246,229,249)
#F6E7F9
(246,231,249)
#F6E9F9
(246,233,249)
#F6EBF9
(246,235,249)
#F6EDF9
(246,237,249)
#F6EFF9
(246,239,249)
#F6F1F9
(246,241,249)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DFF9 color. Also use rgb(246,223,249) instead hex code.

Text Font Color

.myTextColor { color: #F6DFF9; }

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

This text font color is #F6DFF9.


Background Color

.myBgColor { background-color: #F6DFF9; }

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

This div background color is #F6DFF9.


Border color

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

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

This div border color is #F6DFF9.


Opacity

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

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

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

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

This text has shadow with #F6DFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFF9 on black background.


Color preview on white background

This text has color #F6DFF9 on white background.



Black color preview on #F6DFF9 background

This text has black color on #F6DFF9 background.


White color preview on #F6DFF9 background

This text has white color on #F6DFF9 background.