COLOR #FAF6DC

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

250
246
220

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

Yüzdelerle RGB renk parçaları

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

%34.92
%34.36
%30.73

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%1.6
%12
%1.96

Codes

Color #FAF6DC in popluar color models

FAF6DC
RGB250246220
HSL52°75.00%92.16%
HSB/HSV52°12.00%98.04%
CMYK0.00%1.60%12.00%
1.96%

Color #FAF6DC in popluar number systems.

HEXFAF6DC
Decimal250246220
Binary111110101111011011011100
Octal372366334

Shades and tints

Shades of #FAF6DC

#FAF6DC
(250,246,220)
#E4E0C8
(228,224,200)
#CECAB4
(206,202,180)
#B8B4A0
(184,180,160)
#A29E8C
(162,158,140)
#8C8878
(140,136,120)
#767264
(118,114,100)
#605C50
(96,92,80)
#4A463C
(74,70,60)
#343028
(52,48,40)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #FAF6DC

#FAF6DC
(250,246,220)
#FAF6DF
(250,246,223)
#FAF6E2
(250,246,226)
#FAF6E5
(250,246,229)
#FAF6E8
(250,246,232)
#FAF6EB
(250,246,235)
#FAF6EE
(250,246,238)
#FAF6F1
(250,246,241)
#FAF6F4
(250,246,244)
#FAF6F7
(250,246,247)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6DC; }

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

This text font color is #FAF6DC.


Background Color

.myBgColor { background-color: #FAF6DC; }

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

This div background color is #FAF6DC.


Border color

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

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

This div border color is #FAF6DC.


Opacity

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

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

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

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

This text has shadow with #FAF6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF6DC on black background.


Color preview on white background

This text has color #FAF6DC on white background.



Black color preview on #FAF6DC background

This text has black color on #FAF6DC background.


White color preview on #FAF6DC background

This text has white color on #FAF6DC background.