COLOR #F5FCED

HEX: #F5FCED RGB: (245,252,237)

Color info

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

RGB color model

#F5FCED color RGB value is (245,252,237).

RGB: (245,252,237) (96%, 99%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 237 of 255 = 93%

245
252
237

R + G + B ~ 96%. #F5FCED is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 252 + 237 = 734 (100%)
R 245 of 734 ~ 33.38%
G 252 of 734 ~ 34.33%
B 237 of 734 ~ 32.29'%

%33.38
%34.33
%32.29

CMYK color model

#F5FCED color CMYK value is (3,0,6,1).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 1.18%

CMYK: (3,0,6,1)
C3M0Y6K1 (3%, 0%, 6%, 1%)
(0.03 / 0.00 / 0.06 / 0.01)

CMYK percentages

%2.78
%0
%5.95
%1.18

Codes

Color #F5FCED in popluar color models

F5 FC ED
RGB 245 252 237
HSL 88° 71.43% 95.88%
HSB/HSV 88° 5.95% 98.82%
CMYK 2.78% 0.00% 5.95%
1.18%

Color #F5FCED in popluar number systems.

HEX F5 FC ED
Decimal 245 252 237
Binary 11110101 11111100 11101101
Octal 365 374 355

Shades and tints

Shades of #F5FCED

#F5FCED
(245,252,237)
#DFE6D8
(223,230,216)
#C9D0C3
(201,208,195)
#B3BAAE
(179,186,174)
#9DA499
(157,164,153)
#878E84
(135,142,132)
#71786F
(113,120,111)
#5B625A
(91,98,90)
#454C45
(69,76,69)
#2F3630
(47,54,48)
#19201B
(25,32,27)
#000000
(0,0,0)

Tints of #F5FCED

#F5FCED
(245,252,237)
#F5FCEE
(245,252,238)
#F5FCEF
(245,252,239)
#F5FCF0
(245,252,240)
#F5FCF1
(245,252,241)
#F5FCF2
(245,252,242)
#F5FCF3
(245,252,243)
#F5FCF4
(245,252,244)
#F5FCF5
(245,252,245)
#F5FCF6
(245,252,246)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FCED color. Also use rgb(245,252,237) instead hex code.

Text Font Color

.myTextColor { color: #F5FCED; }

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

This text font color is #F5FCED.

Background Color

.myBgColor { background-color: #F5FCED; }

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

This div background color is #F5FCED.

Border color

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

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

This div border color is #F5FCED.

Opacity

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

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

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

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

This text has shadow with #F5FCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FCED.

Preview

Color preview on black background

This text has color #F5FCED on black background.


Color preview on white background

This text has color #F5FCED on white background.


Black color preview on #F5FCED background

This text has black color on #F5FCED background.


White color preview on #F5FCED background

This text has white color on #F5FCED background.


Related colors

Complementary color

Complementary color for #hex is #0A0312.


I love getcolorcode.com

Triadic colors

1 #EDF5FC and #FCEDF5 with #F5FCED are triadic colors.

2 #EDFCF5 and #FCF5ED with #F5FCED are triadic colors.