COLOR #FEF0FA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

254
240
250

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

Portions of RGB colors in percentages

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

%34.14
%32.26
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 1.57%
  • key color value is 0.39%
CMYK:
(0,6,2,0)
C0M6Y2K0 
(0%,6%,2%,0%)
(0.00/0.06/0.02/0.00)	

CMYK percentages

%0
%5.51
%1.57
%0.39

Codes

Color #FEF0FA in popluar color models

FEF0FA
RGB254240250
HSL317°87.50%96.86%
HSB/HSV317°5.51%99.61%
CMYK0.00%5.51%1.57%
0.39%

Color #FEF0FA in popluar number systems.

HEXFEF0FA
Decimal254240250
Binary111111101111000011111010
Octal376360372

Shades and tints

Shades of #FEF0FA

#FEF0FA
(254,240,250)
#E7DBE4
(231,219,228)
#D0C6CE
(208,198,206)
#B9B1B8
(185,177,184)
#A29CA2
(162,156,162)
#8B878C
(139,135,140)
#747276
(116,114,118)
#5D5D60
(93,93,96)
#46484A
(70,72,74)
#2F3334
(47,51,52)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #FEF0FA

#FEF0FA
(254,240,250)
#FEF1FA
(254,241,250)
#FEF2FA
(254,242,250)
#FEF3FA
(254,243,250)
#FEF4FA
(254,244,250)
#FEF5FA
(254,245,250)
#FEF6FA
(254,246,250)
#FEF7FA
(254,247,250)
#FEF8FA
(254,248,250)
#FEF9FA
(254,249,250)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF0FA; }

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

This text font color is #FEF0FA.


Background Color

.myBgColor { background-color: #FEF0FA; }

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

This div background color is #FEF0FA.


Border color

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

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

This div border color is #FEF0FA.


Opacity

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

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

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

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

This text has shadow with #FEF0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF0FA on black background.


Color preview on white background

This text has color #FEF0FA on white background.



Black color preview on #FEF0FA background

This text has black color on #FEF0FA background.


White color preview on #FEF0FA background

This text has white color on #FEF0FA background.