COLOR #FAC8E4

HEX: #FAC8E4
RGB: (250,200,228)

Renk bilgisi

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

RGB renk modeli

#FAC8E4 color RGB value is (250,200,228).

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

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 200 of 255 = 78%
B 228 of 255 = 89%

250
200
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 200 + 228 = 678 (100%)
R 250 of 678 ~ 36.87%
G 200 of 678 ~ 29.5%
B 228 of 678 ~ 33.63%

%36.87
%29.5
%33.63

CMYK RENK MODELİ

#FAC8E4 rengi CMYK tonu (0,20,9,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 8.80%
  • ana renk tonu 1.96%
CMYK:
(0,20,9,2)
C0M20Y9K2 
(0%,20%,9%,2%)
(0.00/0.20/0.09/0.02)	

CMYK yüzdeleri

%0
%20
%8.8
%1.96

Codes

Color #FAC8E4 in popluar color models

FAC8E4
RGB250200228
HSL326°83.33%88.24%
HSB/HSV326°20.00%98.04%
CMYK0.00%20.00%8.80%
1.96%

Color #FAC8E4 in popluar number systems.

HEXFAC8E4
Decimal250200228
Binary111110101100100011100100
Octal372310344

Shades and tints

Shades of #FAC8E4

#FAC8E4
(250,200,228)
#E4B6D0
(228,182,208)
#CEA4BC
(206,164,188)
#B892A8
(184,146,168)
#A28094
(162,128,148)
#8C6E80
(140,110,128)
#765C6C
(118,92,108)
#604A58
(96,74,88)
#4A3844
(74,56,68)
#342630
(52,38,48)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #FAC8E4

#FAC8E4
(250,200,228)
#FACDE6
(250,205,230)
#FAD2E8
(250,210,232)
#FAD7EA
(250,215,234)
#FADCEC
(250,220,236)
#FAE1EE
(250,225,238)
#FAE6F0
(250,230,240)
#FAEBF2
(250,235,242)
#FAF0F4
(250,240,244)
#FAF5F6
(250,245,246)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC8E4; }

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

This text font color is #FAC8E4.


Background Color

.myBgColor { background-color: #FAC8E4; }

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

This div background color is #FAC8E4.


Border color

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

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

This div border color is #FAC8E4.


Opacity

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

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

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

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

This text has shadow with #FAC8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC8E4 on black background.


Color preview on white background

This text has color #FAC8E4 on white background.



Black color preview on #FAC8E4 background

This text has black color on #FAC8E4 background.


White color preview on #FAC8E4 background

This text has white color on #FAC8E4 background.