COLOR #FAE6F0

HEX: #FAE6F0
RGB: (250,230,240)

Renk bilgisi

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

RGB renk modeli

#FAE6F0 color RGB value is (250,230,240).

  • kırmız ton 250;
  • yeşil ton 230;
  • mavi ton 240.
RGB:
(250,230,240)
(98%,90%,94%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 230 of 255 = 90%
B 240 of 255 = 94%

250
230
240

R + G + B ~ 94%. #FAE6F0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 230 + 240 = 720 (100%)
R 250 of 720 ~ 34.72%
G 230 of 720 ~ 31.94%
B 240 of 720 ~ 33.33%

%34.72
%31.94
%33.33

CMYK RENK MODELİ

#FAE6F0 rengi CMYK tonu (0,8,4,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.00%
  • sarı tonu 4.00%
  • ana renk tonu 1.96%
CMYK:
(0,8,4,2)
C0M8Y4K2 
(0%,8%,4%,2%)
(0.00/0.08/0.04/0.02)	

CMYK yüzdeleri

%0
%8
%4
%1.96

Codes

Color #FAE6F0 in popluar color models

FAE6F0
RGB250230240
HSL330°66.67%94.12%
HSB/HSV330°8.00%98.04%
CMYK0.00%8.00%4.00%
1.96%

Color #FAE6F0 in popluar number systems.

HEXFAE6F0
Decimal250230240
Binary111110101110011011110000
Octal372346360

Shades and tints

Shades of #FAE6F0

#FAE6F0
(250,230,240)
#E4D2DB
(228,210,219)
#CEBEC6
(206,190,198)
#B8AAB1
(184,170,177)
#A2969C
(162,150,156)
#8C8287
(140,130,135)
#766E72
(118,110,114)
#605A5D
(96,90,93)
#4A4648
(74,70,72)
#343233
(52,50,51)
#1E1E1E
(30,30,30)
#000000
(0,0,0)

Tints of #FAE6F0

#FAE6F0
(250,230,240)
#FAE8F1
(250,232,241)
#FAEAF2
(250,234,242)
#FAECF3
(250,236,243)
#FAEEF4
(250,238,244)
#FAF0F5
(250,240,245)
#FAF2F6
(250,242,246)
#FAF4F7
(250,244,247)
#FAF6F8
(250,246,248)
#FAF8F9
(250,248,249)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE6F0 color. Also use rgb(250,230,240) instead hex code.

Text Font Color

.myTextColor { color: #FAE6F0; }

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

This text font color is #FAE6F0.


Background Color

.myBgColor { background-color: #FAE6F0; }

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

This div background color is #FAE6F0.


Border color

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

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

This div border color is #FAE6F0.


Opacity

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

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

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

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

This text has shadow with #FAE6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE6F0 on black background.


Color preview on white background

This text has color #FAE6F0 on white background.



Black color preview on #FAE6F0 background

This text has black color on #FAE6F0 background.


White color preview on #FAE6F0 background

This text has white color on #FAE6F0 background.