COLOR #F6E2EE

HEX: #F6E2EE
RGB: (246,226,238)

Renk bilgisi

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

RGB renk modeli

#F6E2EE color RGB value is (246,226,238).

  • kırmız ton 246;
  • yeşil ton 226;
  • mavi ton 238.
RGB:
(246,226,238)
(96%,89%,93%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 226 of 255 = 89%
B 238 of 255 = 93%

246
226
238

R + G + B ~ 93%. #F6E2EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 226 + 238 = 710 (100%)
R 246 of 710 ~ 34.65%
G 226 of 710 ~ 31.83%
B 238 of 710 ~ 33.52%

%34.65
%31.83
%33.52

CMYK RENK MODELİ

#F6E2EE rengi CMYK tonu (0,8,3,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.13%
  • sarı tonu 3.25%
  • ana renk tonu 3.53%
CMYK:
(0,8,3,4)
C0M8Y3K4 
(0%,8%,3%,4%)
(0.00/0.08/0.03/0.04)	

CMYK yüzdeleri

%0
%8.13
%3.25
%3.53

Codes

Color #F6E2EE in popluar color models

F6E2EE
RGB246226238
HSL324°52.63%92.55%
HSB/HSV324°8.13%96.47%
CMYK0.00%8.13%3.25%
3.53%

Color #F6E2EE in popluar number systems.

HEXF6E2EE
Decimal246226238
Binary111101101110001011101110
Octal366342356

Shades and tints

Shades of #F6E2EE

#F6E2EE
(246,226,238)
#E0CED9
(224,206,217)
#CABAC4
(202,186,196)
#B4A6AF
(180,166,175)
#9E929A
(158,146,154)
#887E85
(136,126,133)
#726A70
(114,106,112)
#5C565B
(92,86,91)
#464246
(70,66,70)
#302E31
(48,46,49)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #F6E2EE

#F6E2EE
(246,226,238)
#F6E4EF
(246,228,239)
#F6E6F0
(246,230,240)
#F6E8F1
(246,232,241)
#F6EAF2
(246,234,242)
#F6ECF3
(246,236,243)
#F6EEF4
(246,238,244)
#F6F0F5
(246,240,245)
#F6F2F6
(246,242,246)
#F6F4F7
(246,244,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E2EE color. Also use rgb(246,226,238) instead hex code.

Text Font Color

.myTextColor { color: #F6E2EE; }

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

This text font color is #F6E2EE.


Background Color

.myBgColor { background-color: #F6E2EE; }

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

This div background color is #F6E2EE.


Border color

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

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

This div border color is #F6E2EE.


Opacity

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

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

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

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

This text has shadow with #F6E2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2EE on black background.


Color preview on white background

This text has color #F6E2EE on white background.



Black color preview on #F6E2EE background

This text has black color on #F6E2EE background.


White color preview on #F6E2EE background

This text has white color on #F6E2EE background.