COLOR #F6E3E9

HEX: #F6E3E9
RGB: (246,227,233)

Renk bilgisi

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

RGB renk modeli

#F6E3E9 color RGB value is (246,227,233).

  • kırmız ton 246;
  • yeşil ton 227;
  • mavi ton 233.
RGB:
(246,227,233)
(96%,89%,91%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 227 of 255 = 89%
B 233 of 255 = 91%

246
227
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 227 + 233 = 706 (100%)
R 246 of 706 ~ 34.84%
G 227 of 706 ~ 32.15%
B 233 of 706 ~ 33%

%34.84
%32.15
%33

CMYK RENK MODELİ

#F6E3E9 rengi CMYK tonu (0,8,5,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.72%
  • sarı tonu 5.28%
  • ana renk tonu 3.53%
CMYK:
(0,8,5,4)
C0M8Y5K4 
(0%,8%,5%,4%)
(0.00/0.08/0.05/0.04)	

CMYK yüzdeleri

%0
%7.72
%5.28
%3.53

Codes

Color #F6E3E9 in popluar color models

F6E3E9
RGB246227233
HSL341°51.35%92.75%
HSB/HSV341°7.72%96.47%
CMYK0.00%7.72%5.28%
3.53%

Color #F6E3E9 in popluar number systems.

HEXF6E3E9
Decimal246227233
Binary111101101110001111101001
Octal366343351

Shades and tints

Shades of #F6E3E9

#F6E3E9
(246,227,233)
#E0CFD4
(224,207,212)
#CABBBF
(202,187,191)
#B4A7AA
(180,167,170)
#9E9395
(158,147,149)
#887F80
(136,127,128)
#726B6B
(114,107,107)
#5C5756
(92,87,86)
#464341
(70,67,65)
#302F2C
(48,47,44)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #F6E3E9

#F6E3E9
(246,227,233)
#F6E5EB
(246,229,235)
#F6E7ED
(246,231,237)
#F6E9EF
(246,233,239)
#F6EBF1
(246,235,241)
#F6EDF3
(246,237,243)
#F6EFF5
(246,239,245)
#F6F1F7
(246,241,247)
#F6F3F9
(246,243,249)
#F6F5FB
(246,245,251)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E3E9 color. Also use rgb(246,227,233) instead hex code.

Text Font Color

.myTextColor { color: #F6E3E9; }

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

This text font color is #F6E3E9.


Background Color

.myBgColor { background-color: #F6E3E9; }

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

This div background color is #F6E3E9.


Border color

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

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

This div border color is #F6E3E9.


Opacity

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

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

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

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

This text has shadow with #F6E3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E3E9 on black background.


Color preview on white background

This text has color #F6E3E9 on white background.



Black color preview on #F6E3E9 background

This text has black color on #F6E3E9 background.


White color preview on #F6E3E9 background

This text has white color on #F6E3E9 background.