COLOR #F0FEDF

HEX: #F0FEDF RGB: (240,254,223)

Color info

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

RGB color model

#F0FEDF color RGB value is (240,254,223).

RGB: (240,254,223) (94%, 100%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 254 of 255 = 100%
B 223 of 255 = 87%

240
254
223

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

Portions of RGB colors in percentages

R + G + B = 240 + 254 + 223 = 717 (100%)
R 240 of 717 ~ 33.47%
G 254 of 717 ~ 35.43%
B 223 of 717 ~ 31.1'%

%33.47
%35.43
%31.1

CMYK color model

#F0FEDF color CMYK value is (6,0,12,0).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%

CMYK: (6,0,12,0)
C6M0Y12K0 (6%, 0%, 12%, 0%)
(0.06 / 0.00 / 0.12 / 0.00)

CMYK percentages

%5.51
%0
%12.2
%0.39

Codes

Color #F0FEDF in popluar color models

F0 FE DF
RGB 240 254 223
HSL 87° 93.94% 93.53%
HSB/HSV 87° 12.20% 99.61%
CMYK 5.51% 0.00% 12.20%
0.39%

Color #F0FEDF in popluar number systems.

HEX F0 FE DF
Decimal 240 254 223
Binary 11110000 11111110 11011111
Octal 360 376 337

Shades and tints

Shades of #F0FEDF

#F0FEDF
(240,254,223)
#DBE7CB
(219,231,203)
#C6D0B7
(198,208,183)
#B1B9A3
(177,185,163)
#9CA28F
(156,162,143)
#878B7B
(135,139,123)
#727467
(114,116,103)
#5D5D53
(93,93,83)
#48463F
(72,70,63)
#332F2B
(51,47,43)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0FEDF

#F0FEDF
(240,254,223)
#F1FEE1
(241,254,225)
#F2FEE3
(242,254,227)
#F3FEE5
(243,254,229)
#F4FEE7
(244,254,231)
#F5FEE9
(245,254,233)
#F6FEEB
(246,254,235)
#F7FEED
(247,254,237)
#F8FEEF
(248,254,239)
#F9FEF1
(249,254,241)
#FAFEF3
(250,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEDF; }

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

This text font color is #F0FEDF.

Background Color

.myBgColor { background-color: #F0FEDF; }

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

This div background color is #F0FEDF.

Border color

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

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

This div border color is #F0FEDF.

Opacity

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

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

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

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

This text has shadow with #F0FEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FEDF.

Preview

Color preview on black background

This text has color #F0FEDF on black background.


Color preview on white background

This text has color #F0FEDF on white background.


Black color preview on #F0FEDF background

This text has black color on #F0FEDF background.


White color preview on #F0FEDF background

This text has white color on #F0FEDF background.


Related colors

Complementary color

Complementary color for #hex is #0F0120.


I love getcolorcode.com

Triadic colors

1 #DFF0FE and #FEDFF0 with #F0FEDF are triadic colors.

2 #DFFEF0 and #FEF0DF with #F0FEDF are triadic colors.