COLOR #F6FADC

HEX: #F6FADC
RGB: (246,250,220)

Renk bilgisi

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

RGB renk modeli

#F6FADC color RGB value is (246,250,220).

  • kırmız ton 246;
  • yeşil ton 250;
  • mavi ton 220.
RGB:
(246,250,220)
(96%,98%,86%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 250 of 255 = 98%
B 220 of 255 = 86%

246
250
220

R + G + B ~ 93%. #F6FADC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 250 + 220 = 716 (100%)
R 246 of 716 ~ 34.36%
G 250 of 716 ~ 34.92%
B 220 of 716 ~ 30.73%

%34.36
%34.92
%30.73

CMYK RENK MODELİ

#F6FADC rengi CMYK tonu (2,0,12,2).

  • camgöbeği tonu 1.60%
  • eflatun tonu 0.00%
  • sarı tonu 12.00%
  • ana renk tonu 1.96%
CMYK:
(2,0,12,2)
C2M0Y12K2 
(2%,0%,12%,2%)
(0.02/0.00/0.12/0.02)	

CMYK yüzdeleri

%1.6
%0
%12
%1.96

Codes

Color #F6FADC in popluar color models

F6FADC
RGB246250220
HSL68°75.00%92.16%
HSB/HSV68°12.00%98.04%
CMYK1.60%0.00%12.00%
1.96%

Color #F6FADC in popluar number systems.

HEXF6FADC
Decimal246250220
Binary111101101111101011011100
Octal366372334

Shades and tints

Shades of #F6FADC

#F6FADC
(246,250,220)
#E0E4C8
(224,228,200)
#CACEB4
(202,206,180)
#B4B8A0
(180,184,160)
#9EA28C
(158,162,140)
#888C78
(136,140,120)
#727664
(114,118,100)
#5C6050
(92,96,80)
#464A3C
(70,74,60)
#303428
(48,52,40)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #F6FADC

#F6FADC
(246,250,220)
#F6FADF
(246,250,223)
#F6FAE2
(246,250,226)
#F6FAE5
(246,250,229)
#F6FAE8
(246,250,232)
#F6FAEB
(246,250,235)
#F6FAEE
(246,250,238)
#F6FAF1
(246,250,241)
#F6FAF4
(246,250,244)
#F6FAF7
(246,250,247)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FADC color. Also use rgb(246,250,220) instead hex code.

Text Font Color

.myTextColor { color: #F6FADC; }

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

This text font color is #F6FADC.


Background Color

.myBgColor { background-color: #F6FADC; }

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

This div background color is #F6FADC.


Border color

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

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

This div border color is #F6FADC.


Opacity

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

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

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

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

This text has shadow with #F6FADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FADC on black background.


Color preview on white background

This text has color #F6FADC on white background.



Black color preview on #F6FADC background

This text has black color on #F6FADC background.


White color preview on #F6FADC background

This text has white color on #F6FADC background.