COLOR #FEFAF0

HEX: #FEFAF0 RGB: (254,250,240)

Color info

#FEFAF0 contains red, green and blue colors in about the same proportion. Web safe color of #FEFAF0 is #FFFFFF (or #FFF).

RGB color model

#FEFAF0 color RGB value is (254,250,240).

RGB: (254,250,240) (100%, 98%, 94%)

RGB channels and saturation

R 254 of 255 = 100%
G 250 of 255 = 98%
B 240 of 255 = 94%

254
250
240

R + G + B ~ 97%. #FEFAF0 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 250 + 240 = 744 (100%)
R 254 of 744 ~ 34.14%
G 250 of 744 ~ 33.6%
B 240 of 744 ~ 32.26'%

%34.14
%33.6
%32.26

CMYK color model

#FEFAF0 color CMYK value is (0,2,6,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 5.51%
  • key color value is 0.39%

CMYK: (0,2,6,0)
C0M2Y6K0 (0%, 2%, 6%, 0%)
(0.00 / 0.02 / 0.06 / 0.00)

CMYK percentages

%0
%1.57
%5.51
%0.39

Codes

Color #FEFAF0 in popluar color models

FE FA F0
RGB 254 250 240
HSL 43° 87.50% 96.86%
HSB/HSV 43° 5.51% 99.61%
CMYK 0.00% 1.57% 5.51%
0.39%

Color #FEFAF0 in popluar number systems.

HEX FE FA F0
Decimal 254 250 240
Binary 11111110 11111010 11110000
Octal 376 372 360

Shades and tints

Shades of #FEFAF0

#FEFAF0
(254,250,240)
#E7E4DB
(231,228,219)
#D0CEC6
(208,206,198)
#B9B8B1
(185,184,177)
#A2A29C
(162,162,156)
#8B8C87
(139,140,135)
#747672
(116,118,114)
#5D605D
(93,96,93)
#464A48
(70,74,72)
#2F3433
(47,52,51)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #FEFAF0

#FEFAF0
(254,250,240)
#FEFAF1
(254,250,241)
#FEFAF2
(254,250,242)
#FEFAF3
(254,250,243)
#FEFAF4
(254,250,244)
#FEFAF5
(254,250,245)
#FEFAF6
(254,250,246)
#FEFAF7
(254,250,247)
#FEFAF8
(254,250,248)
#FEFAF9
(254,250,249)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFAF0; }

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

This text font color is #FEFAF0.

Background Color

.myBgColor { background-color: #FEFAF0; }

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

This div background color is #FEFAF0.

Border color

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

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

This div border color is #FEFAF0.

Opacity

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

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

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

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

This text has shadow with #FEFAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFAF0.

Preview

Color preview on black background

This text has color #FEFAF0 on black background.


Color preview on white background

This text has color #FEFAF0 on white background.


Black color preview on #FEFAF0 background

This text has black color on #FEFAF0 background.


White color preview on #FEFAF0 background

This text has white color on #FEFAF0 background.


Related colors

Complementary color

Complementary color for #hex is #01050F.


I love getcolorcode.com

Triadic colors

1 #F0FEFA and #FAF0FE with #FEFAF0 are triadic colors.

2 #F0FAFE and #FAFEF0 with #FEFAF0 are triadic colors.