COLOR #F6C4BD

HEX: #F6C4BD
RGB: (246,196,189)

Renk bilgisi

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

RGB renk modeli

#F6C4BD color RGB value is (246,196,189).

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

RGB bağlantıları ve doygunluk

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

246
196
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 196 + 189 = 631 (100%)
R 246 of 631 ~ 38.99%
G 196 of 631 ~ 31.06%
B 189 of 631 ~ 29.95%

%38.99
%31.06
%29.95

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%20.33
%23.17
%3.53

Codes

Color #F6C4BD in popluar color models

F6C4BD
RGB246196189
HSL76.00%85.29%
HSB/HSV23.17%96.47%
CMYK0.00%20.33%23.17%
3.53%

Color #F6C4BD in popluar number systems.

HEXF6C4BD
Decimal246196189
Binary111101101100010010111101
Octal366304275

Shades and tints

Shades of #F6C4BD

#F6C4BD
(246,196,189)
#E0B3AC
(224,179,172)
#CAA29B
(202,162,155)
#B4918A
(180,145,138)
#9E8079
(158,128,121)
#886F68
(136,111,104)
#725E57
(114,94,87)
#5C4D46
(92,77,70)
#463C35
(70,60,53)
#302B24
(48,43,36)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #F6C4BD

#F6C4BD
(246,196,189)
#F6C9C3
(246,201,195)
#F6CEC9
(246,206,201)
#F6D3CF
(246,211,207)
#F6D8D5
(246,216,213)
#F6DDDB
(246,221,219)
#F6E2E1
(246,226,225)
#F6E7E7
(246,231,231)
#F6ECED
(246,236,237)
#F6F1F3
(246,241,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C4BD; }

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

This text font color is #F6C4BD.


Background Color

.myBgColor { background-color: #F6C4BD; }

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

This div background color is #F6C4BD.


Border color

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

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

This div border color is #F6C4BD.


Opacity

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

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

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

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

This text has shadow with #F6C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4BD on black background.


Color preview on white background

This text has color #F6C4BD on white background.



Black color preview on #F6C4BD background

This text has black color on #F6C4BD background.


White color preview on #F6C4BD background

This text has white color on #F6C4BD background.