COLOR #FAE5DC

HEX: #FAE5DC
RGB: (250,229,220)

Renk bilgisi

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

RGB renk modeli

#FAE5DC color RGB value is (250,229,220).

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

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 229 of 255 = 90%
B 220 of 255 = 86%

250
229
220

R + G + B ~ 91%. #FAE5DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 229 + 220 = 699 (100%)
R 250 of 699 ~ 35.77%
G 229 of 699 ~ 32.76%
B 220 of 699 ~ 31.47%

%35.77
%32.76
%31.47

CMYK RENK MODELİ

#FAE5DC rengi CMYK tonu (0,8,12,2).

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

CMYK yüzdeleri

%0
%8.4
%12
%1.96

Codes

Color #FAE5DC in popluar color models

FAE5DC
RGB250229220
HSL18°75.00%92.16%
HSB/HSV18°12.00%98.04%
CMYK0.00%8.40%12.00%
1.96%

Color #FAE5DC in popluar number systems.

HEXFAE5DC
Decimal250229220
Binary111110101110010111011100
Octal372345334

Shades and tints

Shades of #FAE5DC

#FAE5DC
(250,229,220)
#E4D1C8
(228,209,200)
#CEBDB4
(206,189,180)
#B8A9A0
(184,169,160)
#A2958C
(162,149,140)
#8C8178
(140,129,120)
#766D64
(118,109,100)
#605950
(96,89,80)
#4A453C
(74,69,60)
#343128
(52,49,40)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #FAE5DC

#FAE5DC
(250,229,220)
#FAE7DF
(250,231,223)
#FAE9E2
(250,233,226)
#FAEBE5
(250,235,229)
#FAEDE8
(250,237,232)
#FAEFEB
(250,239,235)
#FAF1EE
(250,241,238)
#FAF3F1
(250,243,241)
#FAF5F4
(250,245,244)
#FAF7F7
(250,247,247)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5DC; }

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

This text font color is #FAE5DC.


Background Color

.myBgColor { background-color: #FAE5DC; }

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

This div background color is #FAE5DC.


Border color

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

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

This div border color is #FAE5DC.


Opacity

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

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

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

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

This text has shadow with #FAE5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5DC on black background.


Color preview on white background

This text has color #FAE5DC on white background.



Black color preview on #FAE5DC background

This text has black color on #FAE5DC background.


White color preview on #FAE5DC background

This text has white color on #FAE5DC background.