COLOR #FAE6FA

HEX: #FAE6FA
RGB: (250,230,250)

Renk bilgisi

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

RGB renk modeli

#FAE6FA color RGB value is (250,230,250).

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

RGB bağlantıları ve doygunluk

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

250
230
250

R + G + B ~ 95%. #FAE6FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 230 + 250 = 730 (100%)
R 250 of 730 ~ 34.25%
G 230 of 730 ~ 31.51%
B 250 of 730 ~ 34.25%

%34.25
%31.51
%34.25

CMYK RENK MODELİ

#FAE6FA rengi CMYK tonu (0,8,0,2).

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

CMYK yüzdeleri

%0
%8
%0
%1.96

Codes

Color #FAE6FA in popluar color models

FAE6FA
RGB250230250
HSL300°66.67%94.12%
HSB/HSV300°8.00%98.04%
CMYK0.00%8.00%0.00%
1.96%

Color #FAE6FA in popluar number systems.

HEXFAE6FA
Decimal250230250
Binary111110101110011011111010
Octal372346372

Shades and tints

Shades of #FAE6FA

#FAE6FA
(250,230,250)
#E4D2E4
(228,210,228)
#CEBECE
(206,190,206)
#B8AAB8
(184,170,184)
#A296A2
(162,150,162)
#8C828C
(140,130,140)
#766E76
(118,110,118)
#605A60
(96,90,96)
#4A464A
(74,70,74)
#343234
(52,50,52)
#1E1E1E
(30,30,30)
#000000
(0,0,0)

Tints of #FAE6FA

#FAE6FA
(250,230,250)
#FAE8FA
(250,232,250)
#FAEAFA
(250,234,250)
#FAECFA
(250,236,250)
#FAEEFA
(250,238,250)
#FAF0FA
(250,240,250)
#FAF2FA
(250,242,250)
#FAF4FA
(250,244,250)
#FAF6FA
(250,246,250)
#FAF8FA
(250,248,250)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE6FA; }

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

This text font color is #FAE6FA.


Background Color

.myBgColor { background-color: #FAE6FA; }

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

This div background color is #FAE6FA.


Border color

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

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

This div border color is #FAE6FA.


Opacity

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

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

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

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

This text has shadow with #FAE6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE6FA on black background.


Color preview on white background

This text has color #FAE6FA on white background.



Black color preview on #FAE6FA background

This text has black color on #FAE6FA background.


White color preview on #FAE6FA background

This text has white color on #FAE6FA background.