COLOR #FAC5E4

HEX: #FAC5E4
RGB: (250,197,228)

Renk bilgisi

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

RGB renk modeli

#FAC5E4 color RGB value is (250,197,228).

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

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 197 of 255 = 77%
B 228 of 255 = 89%

250
197
228

R + G + B ~ 88%. #FAC5E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 197 + 228 = 675 (100%)
R 250 of 675 ~ 37.04%
G 197 of 675 ~ 29.19%
B 228 of 675 ~ 33.78%

%37.04
%29.19
%33.78

CMYK RENK MODELİ

#FAC5E4 rengi CMYK tonu (0,21,9,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.20%
  • sarı tonu 8.80%
  • ana renk tonu 1.96%
CMYK:
(0,21,9,2)
C0M21Y9K2 
(0%,21%,9%,2%)
(0.00/0.21/0.09/0.02)	

CMYK yüzdeleri

%0
%21.2
%8.8
%1.96

Codes

Color #FAC5E4 in popluar color models

FAC5E4
RGB250197228
HSL325°84.13%87.65%
HSB/HSV325°21.20%98.04%
CMYK0.00%21.20%8.80%
1.96%

Color #FAC5E4 in popluar number systems.

HEXFAC5E4
Decimal250197228
Binary111110101100010111100100
Octal372305344

Shades and tints

Shades of #FAC5E4

#FAC5E4
(250,197,228)
#E4B4D0
(228,180,208)
#CEA3BC
(206,163,188)
#B892A8
(184,146,168)
#A28194
(162,129,148)
#8C7080
(140,112,128)
#765F6C
(118,95,108)
#604E58
(96,78,88)
#4A3D44
(74,61,68)
#342C30
(52,44,48)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #FAC5E4

#FAC5E4
(250,197,228)
#FACAE6
(250,202,230)
#FACFE8
(250,207,232)
#FAD4EA
(250,212,234)
#FAD9EC
(250,217,236)
#FADEEE
(250,222,238)
#FAE3F0
(250,227,240)
#FAE8F2
(250,232,242)
#FAEDF4
(250,237,244)
#FAF2F6
(250,242,246)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC5E4; }

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

This text font color is #FAC5E4.


Background Color

.myBgColor { background-color: #FAC5E4; }

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

This div background color is #FAC5E4.


Border color

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

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

This div border color is #FAC5E4.


Opacity

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

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

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

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

This text has shadow with #FAC5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC5E4 on black background.


Color preview on white background

This text has color #FAC5E4 on white background.



Black color preview on #FAC5E4 background

This text has black color on #FAC5E4 background.


White color preview on #FAC5E4 background

This text has white color on #FAC5E4 background.