COLOR #F2FAE4

HEX: #F2FAE4
RGB: (242,250,228)

Color info

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

RGB color model

#F2FAE4 color RGB value is (242,250,228).

  • red value is 242;
  • green value is 250;
  • blue value is 228.
RGB:
(242,250,228)
(95%,98%,89%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 228 of 255 = 89%

242
250
228

R + G + B ~ 94%. #F2FAE4 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 228 = 720 (100%)
R 242 of 720 ~ 33.61%
G 250 of 720 ~ 34.72%
B 228 of 720 ~ 31.67%

%33.61
%34.72
%31.67

CMYK color model

#F2FAE4 color CMYK value is (3,0,9,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(3,0,9,2)
C3M0Y9K2 
(3%,0%,9%,2%)
(0.03/0.00/0.09/0.02)	

CMYK percentages

%3.2
%0
%8.8
%1.96

Codes

Color #F2FAE4 in popluar color models

F2FAE4
RGB242250228
HSL82°68.75%93.73%
HSB/HSV82°8.80%98.04%
CMYK3.20%0.00%8.80%
1.96%

Color #F2FAE4 in popluar number systems.

HEXF2FAE4
Decimal242250228
Binary111100101111101011100100
Octal362372344

Shades and tints

Shades of #F2FAE4

#F2FAE4
(242,250,228)
#DCE4D0
(220,228,208)
#C6CEBC
(198,206,188)
#B0B8A8
(176,184,168)
#9AA294
(154,162,148)
#848C80
(132,140,128)
#6E766C
(110,118,108)
#586058
(88,96,88)
#424A44
(66,74,68)
#2C3430
(44,52,48)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #F2FAE4

#F2FAE4
(242,250,228)
#F3FAE6
(243,250,230)
#F4FAE8
(244,250,232)
#F5FAEA
(245,250,234)
#F6FAEC
(246,250,236)
#F7FAEE
(247,250,238)
#F8FAF0
(248,250,240)
#F9FAF2
(249,250,242)
#FAFAF4
(250,250,244)
#FBFAF6
(251,250,246)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FAE4; }

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

This text font color is #F2FAE4.


Background Color

.myBgColor { background-color: #F2FAE4; }

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

This div background color is #F2FAE4.


Border color

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

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

This div border color is #F2FAE4.


Opacity

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

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

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

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

This text has shadow with #F2FAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FAE4 on black background.


Color preview on white background

This text has color #F2FAE4 on white background.



Black color preview on #F2FAE4 background

This text has black color on #F2FAE4 background.


White color preview on #F2FAE4 background

This text has white color on #F2FAE4 background.