COLOR #FAE6FF

HEX: #FAE6FF
RGB: (250,230,255)

Renk bilgisi

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

RGB renk modeli

#FAE6FF color RGB value is (250,230,255).

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

RGB bağlantıları ve doygunluk

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

250
230
255

R + G + B ~ 96%. #FAE6FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 230 + 255 = 735 (100%)
R 250 of 735 ~ 34.01%
G 230 of 735 ~ 31.29%
B 255 of 735 ~ 34.69%

%34.01
%31.29
%34.69

CMYK RENK MODELİ

#FAE6FF rengi CMYK tonu (2,10,0,0).

  • camgöbeği tonu 1.96%
  • eflatun tonu 9.80%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(2,10,0,0)
C2M10Y0K0 
(2%,10%,0%,0%)
(0.02/0.10/0.00/0.00)	

CMYK yüzdeleri

%1.96
%9.8
%0
%0

Codes

Color #FAE6FF in popluar color models

FAE6FF
RGB250230255
HSL288°100.00%95.10%
HSB/HSV288°9.80%100.00%
CMYK1.96%9.80%0.00%
0.00%

Color #FAE6FF in popluar number systems.

HEXFAE6FF
Decimal250230255
Binary111110101110011011111111
Octal372346377

Shades and tints

Shades of #FAE6FF

#FAE6FF
(250,230,255)
#E4D2E8
(228,210,232)
#CEBED1
(206,190,209)
#B8AABA
(184,170,186)
#A296A3
(162,150,163)
#8C828C
(140,130,140)
#766E75
(118,110,117)
#605A5E
(96,90,94)
#4A4647
(74,70,71)
#343230
(52,50,48)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #FAE6FF

#FAE6FF
(250,230,255)
#FAE8FF
(250,232,255)
#FAEAFF
(250,234,255)
#FAECFF
(250,236,255)
#FAEEFF
(250,238,255)
#FAF0FF
(250,240,255)
#FAF2FF
(250,242,255)
#FAF4FF
(250,244,255)
#FAF6FF
(250,246,255)
#FAF8FF
(250,248,255)
#FAFAFF
(250,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE6FF; }

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

This text font color is #FAE6FF.


Background Color

.myBgColor { background-color: #FAE6FF; }

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

This div background color is #FAE6FF.


Border color

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

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

This div border color is #FAE6FF.


Opacity

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

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

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

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

This text has shadow with #FAE6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE6FF on black background.


Color preview on white background

This text has color #FAE6FF on white background.



Black color preview on #FAE6FF background

This text has black color on #FAE6FF background.


White color preview on #FAE6FF background

This text has white color on #FAE6FF background.