COLOR #FAE1D4

HEX: #FAE1D4
RGB: (250,225,212)

Renk bilgisi

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

RGB renk modeli

#FAE1D4 color RGB value is (250,225,212).

  • kırmız ton 250;
  • yeşil ton 225;
  • mavi ton 212.
RGB:
(250,225,212)
(98%,88%,83%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 225 of 255 = 88%
B 212 of 255 = 83%

250
225
212

R + G + B ~ 90%. #FAE1D4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 225 + 212 = 687 (100%)
R 250 of 687 ~ 36.39%
G 225 of 687 ~ 32.75%
B 212 of 687 ~ 30.86%

%36.39
%32.75
%30.86

CMYK RENK MODELİ

#FAE1D4 rengi CMYK tonu (0,10,15,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 15.20%
  • ana renk tonu 1.96%
CMYK:
(0,10,15,2)
C0M10Y15K2 
(0%,10%,15%,2%)
(0.00/0.10/0.15/0.02)	

CMYK yüzdeleri

%0
%10
%15.2
%1.96

Codes

Color #FAE1D4 in popluar color models

FAE1D4
RGB250225212
HSL21°79.17%90.59%
HSB/HSV21°15.20%98.04%
CMYK0.00%10.00%15.20%
1.96%

Color #FAE1D4 in popluar number systems.

HEXFAE1D4
Decimal250225212
Binary111110101110000111010100
Octal372341324

Shades and tints

Shades of #FAE1D4

#FAE1D4
(250,225,212)
#E4CDC1
(228,205,193)
#CEB9AE
(206,185,174)
#B8A59B
(184,165,155)
#A29188
(162,145,136)
#8C7D75
(140,125,117)
#766962
(118,105,98)
#60554F
(96,85,79)
#4A413C
(74,65,60)
#342D29
(52,45,41)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #FAE1D4

#FAE1D4
(250,225,212)
#FAE3D7
(250,227,215)
#FAE5DA
(250,229,218)
#FAE7DD
(250,231,221)
#FAE9E0
(250,233,224)
#FAEBE3
(250,235,227)
#FAEDE6
(250,237,230)
#FAEFE9
(250,239,233)
#FAF1EC
(250,241,236)
#FAF3EF
(250,243,239)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE1D4 color. Also use rgb(250,225,212) instead hex code.

Text Font Color

.myTextColor { color: #FAE1D4; }

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

This text font color is #FAE1D4.


Background Color

.myBgColor { background-color: #FAE1D4; }

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

This div background color is #FAE1D4.


Border color

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

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

This div border color is #FAE1D4.


Opacity

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

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

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

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

This text has shadow with #FAE1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE1D4 on black background.


Color preview on white background

This text has color #FAE1D4 on white background.



Black color preview on #FAE1D4 background

This text has black color on #FAE1D4 background.


White color preview on #FAE1D4 background

This text has white color on #FAE1D4 background.