COLOR #F6C3E3

HEX: #F6C3E3
RGB: (246,195,227)

Renk bilgisi

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

RGB renk modeli

#F6C3E3 color RGB value is (246,195,227).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 195 of 255 = 76%
B 227 of 255 = 89%

246
195
227

R + G + B ~ 87%. #F6C3E3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 195 + 227 = 668 (100%)
R 246 of 668 ~ 36.83%
G 195 of 668 ~ 29.19%
B 227 of 668 ~ 33.98%

%36.83
%29.19
%33.98

CMYK RENK MODELİ

#F6C3E3 rengi CMYK tonu (0,21,8,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.73%
  • sarı tonu 7.72%
  • ana renk tonu 3.53%
CMYK:
(0,21,8,4)
C0M21Y8K4 
(0%,21%,8%,4%)
(0.00/0.21/0.08/0.04)	

CMYK yüzdeleri

%0
%20.73
%7.72
%3.53

Codes

Color #F6C3E3 in popluar color models

F6C3E3
RGB246195227
HSL322°73.91%86.47%
HSB/HSV322°20.73%96.47%
CMYK0.00%20.73%7.72%
3.53%

Color #F6C3E3 in popluar number systems.

HEXF6C3E3
Decimal246195227
Binary111101101100001111100011
Octal366303343

Shades and tints

Shades of #F6C3E3

#F6C3E3
(246,195,227)
#E0B2CF
(224,178,207)
#CAA1BB
(202,161,187)
#B490A7
(180,144,167)
#9E7F93
(158,127,147)
#886E7F
(136,110,127)
#725D6B
(114,93,107)
#5C4C57
(92,76,87)
#463B43
(70,59,67)
#302A2F
(48,42,47)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #F6C3E3

#F6C3E3
(246,195,227)
#F6C8E5
(246,200,229)
#F6CDE7
(246,205,231)
#F6D2E9
(246,210,233)
#F6D7EB
(246,215,235)
#F6DCED
(246,220,237)
#F6E1EF
(246,225,239)
#F6E6F1
(246,230,241)
#F6EBF3
(246,235,243)
#F6F0F5
(246,240,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C3E3; }

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

This text font color is #F6C3E3.


Background Color

.myBgColor { background-color: #F6C3E3; }

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

This div background color is #F6C3E3.


Border color

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

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

This div border color is #F6C3E3.


Opacity

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

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

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

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

This text has shadow with #F6C3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C3E3 on black background.


Color preview on white background

This text has color #F6C3E3 on white background.



Black color preview on #F6C3E3 background

This text has black color on #F6C3E3 background.


White color preview on #F6C3E3 background

This text has white color on #F6C3E3 background.