COLOR #F6BDC5

HEX: #F6BDC5
RGB: (246,189,197)

Renk bilgisi

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

RGB renk modeli

#F6BDC5 color RGB value is (246,189,197).

  • kırmız ton 246;
  • yeşil ton 189;
  • mavi ton 197.
RGB:
(246,189,197)
(96%,74%,77%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 189 of 255 = 74%
B 197 of 255 = 77%

246
189
197

R + G + B ~ 82%. #F6BDC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 189 + 197 = 632 (100%)
R 246 of 632 ~ 38.92%
G 189 of 632 ~ 29.91%
B 197 of 632 ~ 31.17%

%38.92
%29.91
%31.17

CMYK RENK MODELİ

#F6BDC5 rengi CMYK tonu (0,23,20,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.17%
  • sarı tonu 19.92%
  • ana renk tonu 3.53%
CMYK:
(0,23,20,4)
C0M23Y20K4 
(0%,23%,20%,4%)
(0.00/0.23/0.20/0.04)	

CMYK yüzdeleri

%0
%23.17
%19.92
%3.53

Codes

Color #F6BDC5 in popluar color models

F6BDC5
RGB246189197
HSL352°76.00%85.29%
HSB/HSV352°23.17%96.47%
CMYK0.00%23.17%19.92%
3.53%

Color #F6BDC5 in popluar number systems.

HEXF6BDC5
Decimal246189197
Binary111101101011110111000101
Octal366275305

Shades and tints

Shades of #F6BDC5

#F6BDC5
(246,189,197)
#E0ACB4
(224,172,180)
#CA9BA3
(202,155,163)
#B48A92
(180,138,146)
#9E7981
(158,121,129)
#886870
(136,104,112)
#72575F
(114,87,95)
#5C464E
(92,70,78)
#46353D
(70,53,61)
#30242C
(48,36,44)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #F6BDC5

#F6BDC5
(246,189,197)
#F6C3CA
(246,195,202)
#F6C9CF
(246,201,207)
#F6CFD4
(246,207,212)
#F6D5D9
(246,213,217)
#F6DBDE
(246,219,222)
#F6E1E3
(246,225,227)
#F6E7E8
(246,231,232)
#F6EDED
(246,237,237)
#F6F3F2
(246,243,242)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BDC5 color. Also use rgb(246,189,197) instead hex code.

Text Font Color

.myTextColor { color: #F6BDC5; }

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

This text font color is #F6BDC5.


Background Color

.myBgColor { background-color: #F6BDC5; }

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

This div background color is #F6BDC5.


Border color

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

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

This div border color is #F6BDC5.


Opacity

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

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

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

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

This text has shadow with #F6BDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDC5 on black background.


Color preview on white background

This text has color #F6BDC5 on white background.



Black color preview on #F6BDC5 background

This text has black color on #F6BDC5 background.


White color preview on #F6BDC5 background

This text has white color on #F6BDC5 background.