COLOR #FEF2FA

HEX: #FEF2FA RGB: (254,242,250)

Color info

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

RGB color model

#FEF2FA color RGB value is (254,242,250).

RGB: (254,242,250) (100%, 95%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 242 of 255 = 95%
B 250 of 255 = 98%

254
242
250

R + G + B ~ 98%. #FEF2FA is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 242 + 250 = 746 (100%)
R 254 of 746 ~ 34.05%
G 242 of 746 ~ 32.44%
B 250 of 746 ~ 33.51'%

%34.05
%32.44
%33.51

CMYK color model

#FEF2FA color CMYK value is (0,5,2,0).

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

CMYK: (0,5,2,0)
C0M5Y2K0 (0%, 5%, 2%, 0%)
(0.00 / 0.05 / 0.02 / 0.00)

CMYK percentages

%0
%4.72
%1.57
%0.39

Codes

Color #FEF2FA in popluar color models

FE F2 FA
RGB 254 242 250
HSL 320° 85.71% 97.25%
HSB/HSV 320° 4.72% 99.61%
CMYK 0.00% 4.72% 1.57%
0.39%

Color #FEF2FA in popluar number systems.

HEX FE F2 FA
Decimal 254 242 250
Binary 11111110 11110010 11111010
Octal 376 362 372

Shades and tints

Shades of #FEF2FA

#FEF2FA
(254,242,250)
#E7DCE4
(231,220,228)
#D0C6CE
(208,198,206)
#B9B0B8
(185,176,184)
#A29AA2
(162,154,162)
#8B848C
(139,132,140)
#746E76
(116,110,118)
#5D5860
(93,88,96)
#46424A
(70,66,74)
#2F2C34
(47,44,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #FEF2FA

#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)
#FEFBFA
(254,251,250)
#FEFCFA
(254,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF2FA; }

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

This text font color is #FEF2FA.

Background Color

.myBgColor { background-color: #FEF2FA; }

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

This div background color is #FEF2FA.

Border color

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

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

This div border color is #FEF2FA.

Opacity

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

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

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

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

This text has shadow with #FEF2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF2FA.

Preview

Color preview on black background

This text has color #FEF2FA on black background.


Color preview on white background

This text has color #FEF2FA on white background.


Black color preview on #FEF2FA background

This text has black color on #FEF2FA background.


White color preview on #FEF2FA background

This text has white color on #FEF2FA background.


Related colors

Complementary color

Complementary color for #hex is #010D05.


I love getcolorcode.com

Triadic colors

1 #FAFEF2 and #F2FAFE with #FEF2FA are triadic colors.

2 #FAF2FE and #F2FEFA with #FEF2FA are triadic colors.