COLOR #F2FEDD

HEX: #F2FEDD RGB: (242,254,221)

Color info

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

RGB color model

#F2FEDD color RGB value is (242,254,221).

RGB: (242,254,221) (95%, 100%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 254 of 255 = 100%
B 221 of 255 = 87%

242
254
221

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

Portions of RGB colors in percentages

R + G + B = 242 + 254 + 221 = 717 (100%)
R 242 of 717 ~ 33.75%
G 254 of 717 ~ 35.43%
B 221 of 717 ~ 30.82'%

%33.75
%35.43
%30.82

CMYK color model

#F2FEDD color CMYK value is (5,0,13,0).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK: (5,0,13,0) C5M0Y13K0 (5%,0%,13%,0%) (0.05/0.00/0.13/0.00) 

CMYK percentages

%4.72
%0
%12.99
%0.39

Codes

Color #F2FEDD in popluar color models

F2 FE DD
RGB 242 254 221
HSL 82° 94.29% 93.14%
HSB/HSV 82° 12.99% 99.61%
CMYK 4.72% 0.00% 12.99%
0.39%

Color #F2FEDD in popluar number systems.

HEX F2 FE DD
Decimal 242 254 221
Binary 11110010 11111110 11011101
Octal 362 376 335

Shades and tints

Shades of #F2FEDD

#F2FEDD
(242,254,221)
#DCE7C9
(220,231,201)
#C6D0B5
(198,208,181)
#B0B9A1
(176,185,161)
#9AA28D
(154,162,141)
#848B79
(132,139,121)
#6E7465
(110,116,101)
#585D51
(88,93,81)
#42463D
(66,70,61)
#2C2F29
(44,47,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #F2FEDD

#F2FEDD
(242,254,221)
#F3FEE0
(243,254,224)
#F4FEE3
(244,254,227)
#F5FEE6
(245,254,230)
#F6FEE9
(246,254,233)
#F7FEEC
(247,254,236)
#F8FEEF
(248,254,239)
#F9FEF2
(249,254,242)
#FAFEF5
(250,254,245)
#FBFEF8
(251,254,248)
#FCFEFB
(252,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FEDD; }

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

This text font color is #F2FEDD.

Background Color

.myBgColor { background-color: #F2FEDD; }

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

This div background color is #F2FEDD.

Border color

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

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

This div border color is #F2FEDD.

Opacity

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

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

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

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

This text has shadow with #F2FEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FEDD.

Preview

Color preview on black background

This text has color #F2FEDD on black background.


Color preview on white background

This text has color #F2FEDD on white background.


Black color preview on #F2FEDD background

This text has black color on #F2FEDD background.


White color preview on #F2FEDD background

This text has white color on #F2FEDD background.


Related colors

Complementary color

Complementary color for #hex is #0D0122.


I love getcolorcode.com

Triadic colors

1 #DDF2FE and #FEDDF2 with #F2FEDD are triadic colors.

2 #DDFEF2 and #FEF2DD with #F2FEDD are triadic colors.