COLOR #FAFEDB

HEX: #FAFEDB
RGB: (250,254,219)

Color info

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

RGB color model

#FAFEDB color RGB value is (250,254,219).

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

RGB channels and saturation

R 250 of 255 = 98%
G 254 of 255 = 100%
B 219 of 255 = 86%

250
254
219

R + G + B ~ 95%. #FAFEDB is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 254 + 219 = 723 (100%)
R 250 of 723 ~ 34.58%
G 254 of 723 ~ 35.13%
B 219 of 723 ~ 30.29%

%34.58
%35.13
%30.29

CMYK color model

#FAFEDB color CMYK value is (2,0,14,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 0.39%
CMYK:
(2,0,14,0)
C2M0Y14K0 
(2%,0%,14%,0%)
(0.02/0.00/0.14/0.00)	

CMYK percentages

%1.57
%0
%13.78
%0.39

Codes

Color #FAFEDB in popluar color models

FAFEDB
RGB250254219
HSL67°94.59%92.75%
HSB/HSV67°13.78%99.61%
CMYK1.57%0.00%13.78%
0.39%

Color #FAFEDB in popluar number systems.

HEXFAFEDB
Decimal250254219
Binary111110101111111011011011
Octal372376333

Shades and tints

Shades of #FAFEDB

#FAFEDB
(250,254,219)
#E4E7C8
(228,231,200)
#CED0B5
(206,208,181)
#B8B9A2
(184,185,162)
#A2A28F
(162,162,143)
#8C8B7C
(140,139,124)
#767469
(118,116,105)
#605D56
(96,93,86)
#4A4643
(74,70,67)
#342F30
(52,47,48)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #FAFEDB

#FAFEDB
(250,254,219)
#FAFEDE
(250,254,222)
#FAFEE1
(250,254,225)
#FAFEE4
(250,254,228)
#FAFEE7
(250,254,231)
#FAFEEA
(250,254,234)
#FAFEED
(250,254,237)
#FAFEF0
(250,254,240)
#FAFEF3
(250,254,243)
#FAFEF6
(250,254,246)
#FAFEF9
(250,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFEDB; }

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

This text font color is #FAFEDB.


Background Color

.myBgColor { background-color: #FAFEDB; }

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

This div background color is #FAFEDB.


Border color

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

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

This div border color is #FAFEDB.


Opacity

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

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

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

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

This text has shadow with #FAFEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFEDB on black background.


Color preview on white background

This text has color #FAFEDB on white background.



Black color preview on #FAFEDB background

This text has black color on #FAFEDB background.


White color preview on #FAFEDB background

This text has white color on #FAFEDB background.