COLOR #F6BBC4

HEX: #F6BBC4
RGB: (246,187,196)

Renk bilgisi

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

RGB renk modeli

#F6BBC4 color RGB value is (246,187,196).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 187 of 255 = 73%
B 196 of 255 = 77%

246
187
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 187 + 196 = 629 (100%)
R 246 of 629 ~ 39.11%
G 187 of 629 ~ 29.73%
B 196 of 629 ~ 31.16%

%39.11
%29.73
%31.16

CMYK RENK MODELİ

#F6BBC4 rengi CMYK tonu (0,24,20,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.98%
  • sarı tonu 20.33%
  • ana renk tonu 3.53%
CMYK:
(0,24,20,4)
C0M24Y20K4 
(0%,24%,20%,4%)
(0.00/0.24/0.20/0.04)	

CMYK yüzdeleri

%0
%23.98
%20.33
%3.53

Codes

Color #F6BBC4 in popluar color models

F6BBC4
RGB246187196
HSL351°76.62%84.90%
HSB/HSV351°23.98%96.47%
CMYK0.00%23.98%20.33%
3.53%

Color #F6BBC4 in popluar number systems.

HEXF6BBC4
Decimal246187196
Binary111101101011101111000100
Octal366273304

Shades and tints

Shades of #F6BBC4

#F6BBC4
(246,187,196)
#E0AAB3
(224,170,179)
#CA99A2
(202,153,162)
#B48891
(180,136,145)
#9E7780
(158,119,128)
#88666F
(136,102,111)
#72555E
(114,85,94)
#5C444D
(92,68,77)
#46333C
(70,51,60)
#30222B
(48,34,43)
#1A111A
(26,17,26)
#000000
(0,0,0)

Tints of #F6BBC4

#F6BBC4
(246,187,196)
#F6C1C9
(246,193,201)
#F6C7CE
(246,199,206)
#F6CDD3
(246,205,211)
#F6D3D8
(246,211,216)
#F6D9DD
(246,217,221)
#F6DFE2
(246,223,226)
#F6E5E7
(246,229,231)
#F6EBEC
(246,235,236)
#F6F1F1
(246,241,241)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BBC4; }

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

This text font color is #F6BBC4.


Background Color

.myBgColor { background-color: #F6BBC4; }

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

This div background color is #F6BBC4.


Border color

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

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

This div border color is #F6BBC4.


Opacity

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

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

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

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

This text has shadow with #F6BBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BBC4 on black background.


Color preview on white background

This text has color #F6BBC4 on white background.



Black color preview on #F6BBC4 background

This text has black color on #F6BBC4 background.


White color preview on #F6BBC4 background

This text has white color on #F6BBC4 background.