COLOR #FAC5EE

HEX: #FAC5EE
RGB: (250,197,238)

Renk bilgisi

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

RGB renk modeli

#FAC5EE color RGB value is (250,197,238).

  • kırmız ton 250;
  • yeşil ton 197;
  • mavi ton 238.
RGB:
(250,197,238)
(98%,77%,93%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 197 of 255 = 77%
B 238 of 255 = 93%

250
197
238

R + G + B ~ 89%. #FAC5EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 197 + 238 = 685 (100%)
R 250 of 685 ~ 36.5%
G 197 of 685 ~ 28.76%
B 238 of 685 ~ 34.74%

%36.5
%28.76
%34.74

CMYK RENK MODELİ

#FAC5EE rengi CMYK tonu (0,21,5,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.20%
  • sarı tonu 4.80%
  • ana renk tonu 1.96%
CMYK:
(0,21,5,2)
C0M21Y5K2 
(0%,21%,5%,2%)
(0.00/0.21/0.05/0.02)	

CMYK yüzdeleri

%0
%21.2
%4.8
%1.96

Codes

Color #FAC5EE in popluar color models

FAC5EE
RGB250197238
HSL314°84.13%87.65%
HSB/HSV314°21.20%98.04%
CMYK0.00%21.20%4.80%
1.96%

Color #FAC5EE in popluar number systems.

HEXFAC5EE
Decimal250197238
Binary111110101100010111101110
Octal372305356

Shades and tints

Shades of #FAC5EE

#FAC5EE
(250,197,238)
#E4B4D9
(228,180,217)
#CEA3C4
(206,163,196)
#B892AF
(184,146,175)
#A2819A
(162,129,154)
#8C7085
(140,112,133)
#765F70
(118,95,112)
#604E5B
(96,78,91)
#4A3D46
(74,61,70)
#342C31
(52,44,49)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #FAC5EE

#FAC5EE
(250,197,238)
#FACAEF
(250,202,239)
#FACFF0
(250,207,240)
#FAD4F1
(250,212,241)
#FAD9F2
(250,217,242)
#FADEF3
(250,222,243)
#FAE3F4
(250,227,244)
#FAE8F5
(250,232,245)
#FAEDF6
(250,237,246)
#FAF2F7
(250,242,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC5EE; }

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

This text font color is #FAC5EE.


Background Color

.myBgColor { background-color: #FAC5EE; }

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

This div background color is #FAC5EE.


Border color

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

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

This div border color is #FAC5EE.


Opacity

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

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

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

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

This text has shadow with #FAC5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC5EE on black background.


Color preview on white background

This text has color #FAC5EE on white background.



Black color preview on #FAC5EE background

This text has black color on #FAC5EE background.


White color preview on #FAC5EE background

This text has white color on #FAC5EE background.