COLOR #F5FCCD

HEX: #F5FCCD RGB: (245,252,205)

Color info

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

RGB color model

#F5FCCD color RGB value is (245,252,205).

RGB: (245,252,205) (96%, 99%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 205 of 255 = 80%

245
252
205

R + G + B ~ 92%. #F5FCCD is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 252 + 205 = 702 (100%)
R 245 of 702 ~ 34.9%
G 252 of 702 ~ 35.9%
B 205 of 702 ~ 29.2'%

%34.9
%35.9
%29.2

CMYK color model

#F5FCCD color CMYK value is (3,0,19,1).

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

CMYK: (3,0,19,1)
C3M0Y19K1 (3%, 0%, 19%, 1%)
(0.03 / 0.00 / 0.19 / 0.01)

CMYK percentages

%2.78
%0
%18.65
%1.18

Codes

Color #F5FCCD in popluar color models

F5 FC CD
RGB 245 252 205
HSL 69° 88.68% 89.61%
HSB/HSV 69° 18.65% 98.82%
CMYK 2.78% 0.00% 18.65%
1.18%

Color #F5FCCD in popluar number systems.

HEX F5 FC CD
Decimal 245 252 205
Binary 11110101 11111100 11001101
Octal 365 374 315

Shades and tints

Shades of #F5FCCD

#F5FCCD
(245,252,205)
#DFE6BB
(223,230,187)
#C9D0A9
(201,208,169)
#B3BA97
(179,186,151)
#9DA485
(157,164,133)
#878E73
(135,142,115)
#717861
(113,120,97)
#5B624F
(91,98,79)
#454C3D
(69,76,61)
#2F362B
(47,54,43)
#192019
(25,32,25)
#000000
(0,0,0)

Tints of #F5FCCD

#F5FCCD
(245,252,205)
#F5FCD1
(245,252,209)
#F5FCD5
(245,252,213)
#F5FCD9
(245,252,217)
#F5FCDD
(245,252,221)
#F5FCE1
(245,252,225)
#F5FCE5
(245,252,229)
#F5FCE9
(245,252,233)
#F5FCED
(245,252,237)
#F5FCF1
(245,252,241)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FCCD; }

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

This text font color is #F5FCCD.

Background Color

.myBgColor { background-color: #F5FCCD; }

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

This div background color is #F5FCCD.

Border color

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

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

This div border color is #F5FCCD.

Opacity

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

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

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

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

This text has shadow with #F5FCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FCCD.

Preview

Color preview on black background

This text has color #F5FCCD on black background.


Color preview on white background

This text has color #F5FCCD on white background.


Black color preview on #F5FCCD background

This text has black color on #F5FCCD background.


White color preview on #F5FCCD background

This text has white color on #F5FCCD background.


Related colors

Complementary color

Complementary color for #hex is #0A0332.


I love getcolorcode.com

Triadic colors

1 #CDF5FC and #FCCDF5 with #F5FCCD are triadic colors.

2 #CDFCF5 and #FCF5CD with #F5FCCD are triadic colors.