COLOR #F2FADD

HEX: #F2FADD
RGB: (242,250,221)

Color info

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

RGB color model

#F2FADD color RGB value is (242,250,221).

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

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 221 of 255 = 87%

242
250
221

R + G + B ~ 93%. #F2FADD is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 221 = 713 (100%)
R 242 of 713 ~ 33.94%
G 250 of 713 ~ 35.06%
B 221 of 713 ~ 31%

%33.94
%35.06
%31

CMYK color model

#F2FADD color CMYK value is (3,0,12,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK:
(3,0,12,2)
C3M0Y12K2 
(3%,0%,12%,2%)
(0.03/0.00/0.12/0.02)	

CMYK percentages

%3.2
%0
%11.6
%1.96

Codes

Color #F2FADD in popluar color models

F2FADD
RGB242250221
HSL77°74.36%92.35%
HSB/HSV77°11.60%98.04%
CMYK3.20%0.00%11.60%
1.96%

Color #F2FADD in popluar number systems.

HEXF2FADD
Decimal242250221
Binary111100101111101011011101
Octal362372335

Shades and tints

Shades of #F2FADD

#F2FADD
(242,250,221)
#DCE4C9
(220,228,201)
#C6CEB5
(198,206,181)
#B0B8A1
(176,184,161)
#9AA28D
(154,162,141)
#848C79
(132,140,121)
#6E7665
(110,118,101)
#586051
(88,96,81)
#424A3D
(66,74,61)
#2C3429
(44,52,41)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #F2FADD

#F2FADD
(242,250,221)
#F3FAE0
(243,250,224)
#F4FAE3
(244,250,227)
#F5FAE6
(245,250,230)
#F6FAE9
(246,250,233)
#F7FAEC
(247,250,236)
#F8FAEF
(248,250,239)
#F9FAF2
(249,250,242)
#FAFAF5
(250,250,245)
#FBFAF8
(251,250,248)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FADD; }

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

This text font color is #F2FADD.


Background Color

.myBgColor { background-color: #F2FADD; }

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

This div background color is #F2FADD.


Border color

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

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

This div border color is #F2FADD.


Opacity

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

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

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

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

This text has shadow with #F2FADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FADD on black background.


Color preview on white background

This text has color #F2FADD on white background.



Black color preview on #F2FADD background

This text has black color on #F2FADD background.


White color preview on #F2FADD background

This text has white color on #F2FADD background.