COLOR #F6D5E1

HEX: #F6D5E1
RGB: (246,213,225)

Renk bilgisi

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

RGB renk modeli

#F6D5E1 color RGB value is (246,213,225).

  • kırmız ton 246;
  • yeşil ton 213;
  • mavi ton 225.
RGB:
(246,213,225)
(96%,84%,88%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 213 of 255 = 84%
B 225 of 255 = 88%

246
213
225

R + G + B ~ 89%. #F6D5E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 213 + 225 = 684 (100%)
R 246 of 684 ~ 35.96%
G 213 of 684 ~ 31.14%
B 225 of 684 ~ 32.89%

%35.96
%31.14
%32.89

CMYK RENK MODELİ

#F6D5E1 rengi CMYK tonu (0,13,9,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.41%
  • sarı tonu 8.54%
  • ana renk tonu 3.53%
CMYK:
(0,13,9,4)
C0M13Y9K4 
(0%,13%,9%,4%)
(0.00/0.13/0.09/0.04)	

CMYK yüzdeleri

%0
%13.41
%8.54
%3.53

Codes

Color #F6D5E1 in popluar color models

F6D5E1
RGB246213225
HSL338°64.71%90.00%
HSB/HSV338°13.41%96.47%
CMYK0.00%13.41%8.54%
3.53%

Color #F6D5E1 in popluar number systems.

HEXF6D5E1
Decimal246213225
Binary111101101101010111100001
Octal366325341

Shades and tints

Shades of #F6D5E1

#F6D5E1
(246,213,225)
#E0C2CD
(224,194,205)
#CAAFB9
(202,175,185)
#B49CA5
(180,156,165)
#9E8991
(158,137,145)
#88767D
(136,118,125)
#726369
(114,99,105)
#5C5055
(92,80,85)
#463D41
(70,61,65)
#302A2D
(48,42,45)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #F6D5E1

#F6D5E1
(246,213,225)
#F6D8E3
(246,216,227)
#F6DBE5
(246,219,229)
#F6DEE7
(246,222,231)
#F6E1E9
(246,225,233)
#F6E4EB
(246,228,235)
#F6E7ED
(246,231,237)
#F6EAEF
(246,234,239)
#F6EDF1
(246,237,241)
#F6F0F3
(246,240,243)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D5E1 color. Also use rgb(246,213,225) instead hex code.

Text Font Color

.myTextColor { color: #F6D5E1; }

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

This text font color is #F6D5E1.


Background Color

.myBgColor { background-color: #F6D5E1; }

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

This div background color is #F6D5E1.


Border color

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

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

This div border color is #F6D5E1.


Opacity

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

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

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

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

This text has shadow with #F6D5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D5E1 on black background.


Color preview on white background

This text has color #F6D5E1 on white background.



Black color preview on #F6D5E1 background

This text has black color on #F6D5E1 background.


White color preview on #F6D5E1 background

This text has white color on #F6D5E1 background.