COLOR #FAC5E2

HEX: #FAC5E2
RGB: (250,197,226)

Renk bilgisi

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

RGB renk modeli

#FAC5E2 color RGB value is (250,197,226).

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

RGB bağlantıları ve doygunluk

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

250
197
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 197 + 226 = 673 (100%)
R 250 of 673 ~ 37.15%
G 197 of 673 ~ 29.27%
B 226 of 673 ~ 33.58%

%37.15
%29.27
%33.58

CMYK RENK MODELİ

#FAC5E2 rengi CMYK tonu (0,21,10,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.20%
  • sarı tonu 9.60%
  • ana renk tonu 1.96%
CMYK:
(0,21,10,2)
C0M21Y10K2 
(0%,21%,10%,2%)
(0.00/0.21/0.10/0.02)	

CMYK yüzdeleri

%0
%21.2
%9.6
%1.96

Codes

Color #FAC5E2 in popluar color models

FAC5E2
RGB250197226
HSL327°84.13%87.65%
HSB/HSV327°21.20%98.04%
CMYK0.00%21.20%9.60%
1.96%

Color #FAC5E2 in popluar number systems.

HEXFAC5E2
Decimal250197226
Binary111110101100010111100010
Octal372305342

Shades and tints

Shades of #FAC5E2

#FAC5E2
(250,197,226)
#E4B4CE
(228,180,206)
#CEA3BA
(206,163,186)
#B892A6
(184,146,166)
#A28192
(162,129,146)
#8C707E
(140,112,126)
#765F6A
(118,95,106)
#604E56
(96,78,86)
#4A3D42
(74,61,66)
#342C2E
(52,44,46)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #FAC5E2

#FAC5E2
(250,197,226)
#FACAE4
(250,202,228)
#FACFE6
(250,207,230)
#FAD4E8
(250,212,232)
#FAD9EA
(250,217,234)
#FADEEC
(250,222,236)
#FAE3EE
(250,227,238)
#FAE8F0
(250,232,240)
#FAEDF2
(250,237,242)
#FAF2F4
(250,242,244)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC5E2; }

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

This text font color is #FAC5E2.


Background Color

.myBgColor { background-color: #FAC5E2; }

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

This div background color is #FAC5E2.


Border color

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

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

This div border color is #FAC5E2.


Opacity

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

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

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

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

This text has shadow with #FAC5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC5E2 on black background.


Color preview on white background

This text has color #FAC5E2 on white background.



Black color preview on #FAC5E2 background

This text has black color on #FAC5E2 background.


White color preview on #FAC5E2 background

This text has white color on #FAC5E2 background.