COLOR #F5C8DA

HEX: #F5C8DA RGB: (245,200,218)

Color info

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

RGB color model

#F5C8DA color RGB value is (245,200,218).

RGB: (245,200,218) (96%, 78%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 200 of 255 = 78%
B 218 of 255 = 85%

245
200
218

R + G + B ~ 86%. #F5C8DA is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 200 + 218 = 663 (100%)
R 245 of 663 ~ 36.95%
G 200 of 663 ~ 30.17%
B 218 of 663 ~ 32.88'%

%36.95
%30.17
%32.88

CMYK color model

#F5C8DA color CMYK value is (0,18,11,4).

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

CMYK: (0,18,11,4)
C0M18Y11K4 (0%, 18%, 11%, 4%)
(0.00 / 0.18 / 0.11 / 0.04)

CMYK percentages

%0
%18.37
%11.02
%3.92

Codes

Color #F5C8DA in popluar color models

F5 C8 DA
RGB 245 200 218
HSL 336° 69.23% 87.25%
HSB/HSV 336° 18.37% 96.08%
CMYK 0.00% 18.37% 11.02%
3.92%

Color #F5C8DA in popluar number systems.

HEX F5 C8 DA
Decimal 245 200 218
Binary 11110101 11001000 11011010
Octal 365 310 332

Shades and tints

Shades of #F5C8DA

#F5C8DA
(245,200,218)
#DFB6C7
(223,182,199)
#C9A4B4
(201,164,180)
#B392A1
(179,146,161)
#9D808E
(157,128,142)
#876E7B
(135,110,123)
#715C68
(113,92,104)
#5B4A55
(91,74,85)
#453842
(69,56,66)
#2F262F
(47,38,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #F5C8DA

#F5C8DA
(245,200,218)
#F5CDDD
(245,205,221)
#F5D2E0
(245,210,224)
#F5D7E3
(245,215,227)
#F5DCE6
(245,220,230)
#F5E1E9
(245,225,233)
#F5E6EC
(245,230,236)
#F5EBEF
(245,235,239)
#F5F0F2
(245,240,242)
#F5F5F5
(245,245,245)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C8DA; }

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

This text font color is #F5C8DA.

Background Color

.myBgColor { background-color: #F5C8DA; }

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

This div background color is #F5C8DA.

Border color

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

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

This div border color is #F5C8DA.

Opacity

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

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

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

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

This text has shadow with #F5C8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C8DA.

Preview

Color preview on black background

This text has color #F5C8DA on black background.


Color preview on white background

This text has color #F5C8DA on white background.


Black color preview on #F5C8DA background

This text has black color on #F5C8DA background.


White color preview on #F5C8DA background

This text has white color on #F5C8DA background.


Related colors

Complementary color

Complementary color for #hex is #0A3725.


I love getcolorcode.com

Triadic colors

1 #DAF5C8 and #C8DAF5 with #F5C8DA are triadic colors.

2 #DAC8F5 and #C8F5DA with #F5C8DA are triadic colors.