COLOR #F5C8C2

HEX: #F5C8C2 RGB: (245,200,194)

Color info

#F5C8C2 contains red, green and blue colors in about the same proportion. Web safe color of #F5C8C2 is #FFCCCC (or #FCC).

RGB color model

#F5C8C2 color RGB value is (245,200,194).

RGB: (245,200,194) (96%, 78%, 76%)

RGB channels and saturation

R 245 of 255 = 96%
G 200 of 255 = 78%
B 194 of 255 = 76%

245
200
194

R + G + B ~ 83%. #F5C8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 200 + 194 = 639 (100%)
R 245 of 639 ~ 38.34%
G 200 of 639 ~ 31.3%
B 194 of 639 ~ 30.36'%

%38.34
%31.3
%30.36

CMYK color model

#F5C8C2 color CMYK value is (0,18,21,4).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 20.82%
  • key color value is 3.92%

CMYK: (0,18,21,4)
C0M18Y21K4 (0%, 18%, 21%, 4%)
(0.00 / 0.18 / 0.21 / 0.04)

CMYK percentages

%0
%18.37
%20.82
%3.92

Codes

Color #F5C8C2 in popluar color models

F5 C8 C2
RGB 245 200 194
HSL 71.83% 86.08%
HSB/HSV 20.82% 96.08%
CMYK 0.00% 18.37% 20.82%
3.92%

Color #F5C8C2 in popluar number systems.

HEX F5 C8 C2
Decimal 245 200 194
Binary 11110101 11001000 11000010
Octal 365 310 302

Shades and tints

Shades of #F5C8C2

#F5C8C2
(245,200,194)
#DFB6B1
(223,182,177)
#C9A4A0
(201,164,160)
#B3928F
(179,146,143)
#9D807E
(157,128,126)
#876E6D
(135,110,109)
#715C5C
(113,92,92)
#5B4A4B
(91,74,75)
#45383A
(69,56,58)
#2F2629
(47,38,41)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #F5C8C2

#F5C8C2
(245,200,194)
#F5CDC7
(245,205,199)
#F5D2CC
(245,210,204)
#F5D7D1
(245,215,209)
#F5DCD6
(245,220,214)
#F5E1DB
(245,225,219)
#F5E6E0
(245,230,224)
#F5EBE5
(245,235,229)
#F5F0EA
(245,240,234)
#F5F5EF
(245,245,239)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C8C2 color. Also use rgb(245,200,194) instead hex code.

Text Font Color

.myTextColor { color: #F5C8C2; }

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

This text font color is #F5C8C2.

Background Color

.myBgColor { background-color: #F5C8C2; }

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

This div background color is #F5C8C2.

Border color

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

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

This div border color is #F5C8C2.

Opacity

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

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

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

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

This text has shadow with #F5C8C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C8C2.

Preview

Color preview on black background

This text has color #F5C8C2 on black background.


Color preview on white background

This text has color #F5C8C2 on white background.


Black color preview on #F5C8C2 background

This text has black color on #F5C8C2 background.


White color preview on #F5C8C2 background

This text has white color on #F5C8C2 background.


Related colors

Complementary color

Complementary color for #hex is #0A373D.


I love getcolorcode.com

Triadic colors

1 #C2F5C8 and #C8C2F5 with #F5C8C2 are triadic colors.

2 #C2C8F5 and #C8F5C2 with #F5C8C2 are triadic colors.