COLOR #FAE5EA

HEX: #FAE5EA
RGB: (250,229,234)

Renk bilgisi

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

RGB renk modeli

#FAE5EA color RGB value is (250,229,234).

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

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 229 of 255 = 90%
B 234 of 255 = 92%

250
229
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 229 + 234 = 713 (100%)
R 250 of 713 ~ 35.06%
G 229 of 713 ~ 32.12%
B 234 of 713 ~ 32.82%

%35.06
%32.12
%32.82

CMYK RENK MODELİ

#FAE5EA rengi CMYK tonu (0,8,6,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 6.40%
  • ana renk tonu 1.96%
CMYK:
(0,8,6,2)
C0M8Y6K2 
(0%,8%,6%,2%)
(0.00/0.08/0.06/0.02)	

CMYK yüzdeleri

%0
%8.4
%6.4
%1.96

Codes

Color #FAE5EA in popluar color models

FAE5EA
RGB250229234
HSL346°67.74%93.92%
HSB/HSV346°8.40%98.04%
CMYK0.00%8.40%6.40%
1.96%

Color #FAE5EA in popluar number systems.

HEXFAE5EA
Decimal250229234
Binary111110101110010111101010
Octal372345352

Shades and tints

Shades of #FAE5EA

#FAE5EA
(250,229,234)
#E4D1D5
(228,209,213)
#CEBDC0
(206,189,192)
#B8A9AB
(184,169,171)
#A29596
(162,149,150)
#8C8181
(140,129,129)
#766D6C
(118,109,108)
#605957
(96,89,87)
#4A4542
(74,69,66)
#34312D
(52,49,45)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #FAE5EA

#FAE5EA
(250,229,234)
#FAE7EB
(250,231,235)
#FAE9EC
(250,233,236)
#FAEBED
(250,235,237)
#FAEDEE
(250,237,238)
#FAEFEF
(250,239,239)
#FAF1F0
(250,241,240)
#FAF3F1
(250,243,241)
#FAF5F2
(250,245,242)
#FAF7F3
(250,247,243)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5EA; }

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

This text font color is #FAE5EA.


Background Color

.myBgColor { background-color: #FAE5EA; }

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

This div background color is #FAE5EA.


Border color

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

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

This div border color is #FAE5EA.


Opacity

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

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

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

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

This text has shadow with #FAE5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5EA on black background.


Color preview on white background

This text has color #FAE5EA on white background.



Black color preview on #FAE5EA background

This text has black color on #FAE5EA background.


White color preview on #FAE5EA background

This text has white color on #FAE5EA background.