COLOR #F5CAC0

HEX: #F5CAC0 RGB: (245,202,192)

Color info

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

RGB color model

#F5CAC0 color RGB value is (245,202,192).

RGB: (245,202,192) (96%, 79%, 75%)

RGB channels and saturation

R 245 of 255 = 96%
G 202 of 255 = 79%
B 192 of 255 = 75%

245
202
192

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

Portions of RGB colors in percentages

R + G + B = 245 + 202 + 192 = 639 (100%)
R 245 of 639 ~ 38.34%
G 202 of 639 ~ 31.61%
B 192 of 639 ~ 30.05'%

%38.34
%31.61
%30.05

CMYK color model

#F5CAC0 color CMYK value is (0,18,22,4).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 21.63%
  • key color value is 3.92%

CMYK: (0,18,22,4)
C0M18Y22K4 (0%, 18%, 22%, 4%)
(0.00 / 0.18 / 0.22 / 0.04)

CMYK percentages

%0
%17.55
%21.63
%3.92

Codes

Color #F5CAC0 in popluar color models

F5 CA C0
RGB 245 202 192
HSL 11° 72.60% 85.69%
HSB/HSV 11° 21.63% 96.08%
CMYK 0.00% 17.55% 21.63%
3.92%

Color #F5CAC0 in popluar number systems.

HEX F5 CA C0
Decimal 245 202 192
Binary 11110101 11001010 11000000
Octal 365 312 300

Shades and tints

Shades of #F5CAC0

#F5CAC0
(245,202,192)
#DFB8AF
(223,184,175)
#C9A69E
(201,166,158)
#B3948D
(179,148,141)
#9D827C
(157,130,124)
#87706B
(135,112,107)
#715E5A
(113,94,90)
#5B4C49
(91,76,73)
#453A38
(69,58,56)
#2F2827
(47,40,39)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #F5CAC0

#F5CAC0
(245,202,192)
#F5CEC5
(245,206,197)
#F5D2CA
(245,210,202)
#F5D6CF
(245,214,207)
#F5DAD4
(245,218,212)
#F5DED9
(245,222,217)
#F5E2DE
(245,226,222)
#F5E6E3
(245,230,227)
#F5EAE8
(245,234,232)
#F5EEED
(245,238,237)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CAC0 color. Also use rgb(245,202,192) instead hex code.

Text Font Color

.myTextColor { color: #F5CAC0; }

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

This text font color is #F5CAC0.

Background Color

.myBgColor { background-color: #F5CAC0; }

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

This div background color is #F5CAC0.

Border color

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

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

This div border color is #F5CAC0.

Opacity

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

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

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

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

This text has shadow with #F5CAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CAC0.

Preview

Color preview on black background

This text has color #F5CAC0 on black background.


Color preview on white background

This text has color #F5CAC0 on white background.


Black color preview on #F5CAC0 background

This text has black color on #F5CAC0 background.


White color preview on #F5CAC0 background

This text has white color on #F5CAC0 background.


Related colors

Complementary color

Complementary color for #hex is #0A353F.


I love getcolorcode.com

Triadic colors

1 #C0F5CA and #CAC0F5 with #F5CAC0 are triadic colors.

2 #C0CAF5 and #CAF5C0 with #F5CAC0 are triadic colors.