COLOR #F9CAC1

HEX: #F9CAC1
RGB: (249,202,193)

Color info

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

RGB color model

#F9CAC1 color RGB value is (249,202,193).

  • red value is 249;
  • green value is 202;
  • blue value is 193.
RGB:
(249,202,193)
(98%,79%,76%)

RGB channels and saturation

R 249 of 255 = 98%
G 202 of 255 = 79%
B 193 of 255 = 76%

249
202
193

R + G + B ~ 84%. #F9CAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 202 + 193 = 644 (100%)
R 249 of 644 ~ 38.66%
G 202 of 644 ~ 31.37%
B 193 of 644 ~ 29.97%

%38.66
%31.37
%29.97

CMYK color model

#F9CAC1 color CMYK value is (0,19,22,2).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 22.49%
  • key color value is 2.35%
CMYK:
(0,19,22,2)
C0M19Y22K2 
(0%,19%,22%,2%)
(0.00/0.19/0.22/0.02)	

CMYK percentages

%0
%18.88
%22.49
%2.35

Codes

Color #F9CAC1 in popluar color models

F9CAC1
RGB249202193
HSL10°82.35%86.67%
HSB/HSV10°22.49%97.65%
CMYK0.00%18.88%22.49%
2.35%

Color #F9CAC1 in popluar number systems.

HEXF9CAC1
Decimal249202193
Binary111110011100101011000001
Octal371312301

Shades and tints

Shades of #F9CAC1

#F9CAC1
(249,202,193)
#E3B8B0
(227,184,176)
#CDA69F
(205,166,159)
#B7948E
(183,148,142)
#A1827D
(161,130,125)
#8B706C
(139,112,108)
#755E5B
(117,94,91)
#5F4C4A
(95,76,74)
#493A39
(73,58,57)
#332828
(51,40,40)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #F9CAC1

#F9CAC1
(249,202,193)
#F9CEC6
(249,206,198)
#F9D2CB
(249,210,203)
#F9D6D0
(249,214,208)
#F9DAD5
(249,218,213)
#F9DEDA
(249,222,218)
#F9E2DF
(249,226,223)
#F9E6E4
(249,230,228)
#F9EAE9
(249,234,233)
#F9EEEE
(249,238,238)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CAC1 color. Also use rgb(249,202,193) instead hex code.

Text Font Color

.myTextColor { color: #F9CAC1; }

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

This text font color is #F9CAC1.


Background Color

.myBgColor { background-color: #F9CAC1; }

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

This div background color is #F9CAC1.


Border color

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

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

This div border color is #F9CAC1.


Opacity

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

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

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

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

This text has shadow with #F9CAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CAC1 on black background.


Color preview on white background

This text has color #F9CAC1 on white background.



Black color preview on #F9CAC1 background

This text has black color on #F9CAC1 background.


White color preview on #F9CAC1 background

This text has white color on #F9CAC1 background.