COLOR #F5CAAF

HEX: #F5CAAF RGB: (245,202,175)

Color info

#F5CAAF contains mainly red and green colors. Web safe color of #F5CAAF is #FFCC99 (or #FC9).

RGB color model

#F5CAAF color RGB value is (245,202,175).

RGB: (245,202,175) (96%, 79%, 69%)

RGB channels and saturation

R 245 of 255 = 96%
G 202 of 255 = 79%
B 175 of 255 = 69%

245
202
175

R + G + B ~ 81%. #F5CAAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 202 + 175 = 622 (100%)
R 245 of 622 ~ 39.39%
G 202 of 622 ~ 32.48%
B 175 of 622 ~ 28.14'%

%39.39
%32.48
%28.14

CMYK color model

#F5CAAF color CMYK value is (0,18,29,4).

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

CMYK: (0,18,29,4)
C0M18Y29K4 (0%, 18%, 29%, 4%)
(0.00 / 0.18 / 0.29 / 0.04)

CMYK percentages

%0
%17.55
%28.57
%3.92

Codes

Color #F5CAAF in popluar color models

F5 CA AF
RGB 245 202 175
HSL 23° 77.78% 82.35%
HSB/HSV 23° 28.57% 96.08%
CMYK 0.00% 17.55% 28.57%
3.92%

Color #F5CAAF in popluar number systems.

HEX F5 CA AF
Decimal 245 202 175
Binary 11110101 11001010 10101111
Octal 365 312 257

Shades and tints

Shades of #F5CAAF

#F5CAAF
(245,202,175)
#DFB8A0
(223,184,160)
#C9A691
(201,166,145)
#B39482
(179,148,130)
#9D8273
(157,130,115)
#877064
(135,112,100)
#715E55
(113,94,85)
#5B4C46
(91,76,70)
#453A37
(69,58,55)
#2F2828
(47,40,40)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #F5CAAF

#F5CAAF
(245,202,175)
#F5CEB6
(245,206,182)
#F5D2BD
(245,210,189)
#F5D6C4
(245,214,196)
#F5DACB
(245,218,203)
#F5DED2
(245,222,210)
#F5E2D9
(245,226,217)
#F5E6E0
(245,230,224)
#F5EAE7
(245,234,231)
#F5EEEE
(245,238,238)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CAAF; }

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

This text font color is #F5CAAF.

Background Color

.myBgColor { background-color: #F5CAAF; }

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

This div background color is #F5CAAF.

Border color

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

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

This div border color is #F5CAAF.

Opacity

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

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

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

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

This text has shadow with #F5CAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CAAF.

Preview

Color preview on black background

This text has color #F5CAAF on black background.


Color preview on white background

This text has color #F5CAAF on white background.


Black color preview on #F5CAAF background

This text has black color on #F5CAAF background.


White color preview on #F5CAAF background

This text has white color on #F5CAAF background.


Related colors

Complementary color

Complementary color for #hex is #0A3550.


I love getcolorcode.com

Triadic colors

1 #AFF5CA and #CAAFF5 with #F5CAAF are triadic colors.

2 #AFCAF5 and #CAF5AF with #F5CAAF are triadic colors.