COLOR #FAFECA

HEX: #FAFECA
RGB: (250,254,202)

Color info

#FAFECA contains red, green and blue colors in about the same proportion. Web safe color of #FAFECA is #FFFFCC (or #FFC).

RGB color model

#FAFECA color RGB value is (250,254,202).

  • red value is 250;
  • green value is 254;
  • blue value is 202.
RGB:
(250,254,202)
(98%,100%,79%)

RGB channels and saturation

R 250 of 255 = 98%
G 254 of 255 = 100%
B 202 of 255 = 79%

250
254
202

R + G + B ~ 92%. #FAFECA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 254 + 202 = 706 (100%)
R 250 of 706 ~ 35.41%
G 254 of 706 ~ 35.98%
B 202 of 706 ~ 28.61%

%35.41
%35.98
%28.61

CMYK color model

#FAFECA color CMYK value is (2,0,20,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 0.39%
CMYK:
(2,0,20,0)
C2M0Y20K0 
(2%,0%,20%,0%)
(0.02/0.00/0.20/0.00)	

CMYK percentages

%1.57
%0
%20.47
%0.39

Codes

Color #FAFECA in popluar color models

FAFECA
RGB250254202
HSL65°96.30%89.41%
HSB/HSV65°20.47%99.61%
CMYK1.57%0.00%20.47%
0.39%

Color #FAFECA in popluar number systems.

HEXFAFECA
Decimal250254202
Binary111110101111111011001010
Octal372376312

Shades and tints

Shades of #FAFECA

#FAFECA
(250,254,202)
#E4E7B8
(228,231,184)
#CED0A6
(206,208,166)
#B8B994
(184,185,148)
#A2A282
(162,162,130)
#8C8B70
(140,139,112)
#76745E
(118,116,94)
#605D4C
(96,93,76)
#4A463A
(74,70,58)
#342F28
(52,47,40)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #FAFECA

#FAFECA
(250,254,202)
#FAFECE
(250,254,206)
#FAFED2
(250,254,210)
#FAFED6
(250,254,214)
#FAFEDA
(250,254,218)
#FAFEDE
(250,254,222)
#FAFEE2
(250,254,226)
#FAFEE6
(250,254,230)
#FAFEEA
(250,254,234)
#FAFEEE
(250,254,238)
#FAFEF2
(250,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAFECA color. Also use rgb(250,254,202) instead hex code.

Text Font Color

.myTextColor { color: #FAFECA; }

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

This text font color is #FAFECA.


Background Color

.myBgColor { background-color: #FAFECA; }

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

This div background color is #FAFECA.


Border color

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

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

This div border color is #FAFECA.


Opacity

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

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

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

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

This text has shadow with #FAFECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFECA on black background.


Color preview on white background

This text has color #FAFECA on white background.



Black color preview on #FAFECA background

This text has black color on #FAFECA background.


White color preview on #FAFECA background

This text has white color on #FAFECA background.