COLOR #FFC4C2

HEX: #FFC4C2 RGB: (255,196,194)

Color info

#FFC4C2 contains mainly red and green colors. Web safe color of #FFC4C2 is #FFCCCC (or #FCC).

RGB color model

#FFC4C2 color RGB value is (255,196,194).

RGB: (255,196,194) (100%, 77%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 194 of 255 = 76%

255
196
194

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

Portions of RGB colors in percentages

R + G + B = 255 + 196 + 194 = 645 (100%)
R 255 of 645 ~ 39.53%
G 196 of 645 ~ 30.39%
B 194 of 645 ~ 30.08'%

%39.53
%30.39
%30.08

CMYK color model

#FFC4C2 color CMYK value is (0,23,24,0).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 23.92%
  • key color value is 0.00%

CMYK: (0,23,24,0)
C0M23Y24K0 (0%, 23%, 24%, 0%)
(0.00 / 0.23 / 0.24 / 0.00)

CMYK percentages

%0
%23.14
%23.92
%0

Codes

Color #FFC4C2 in popluar color models

FF C4 C2
RGB 255 196 194
HSL 100.00% 88.04%
HSB/HSV 23.92% 100.00%
CMYK 0.00% 23.14% 23.92%
0.00%

Color #FFC4C2 in popluar number systems.

HEX FF C4 C2
Decimal 255 196 194
Binary 11111111 11000100 11000010
Octal 377 304 302

Shades and tints

Shades of #FFC4C2

#FFC4C2
(255,196,194)
#E8B3B1
(232,179,177)
#D1A2A0
(209,162,160)
#BA918F
(186,145,143)
#A3807E
(163,128,126)
#8C6F6D
(140,111,109)
#755E5C
(117,94,92)
#5E4D4B
(94,77,75)
#473C3A
(71,60,58)
#302B29
(48,43,41)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #FFC4C2

#FFC4C2
(255,196,194)
#FFC9C7
(255,201,199)
#FFCECC
(255,206,204)
#FFD3D1
(255,211,209)
#FFD8D6
(255,216,214)
#FFDDDB
(255,221,219)
#FFE2E0
(255,226,224)
#FFE7E5
(255,231,229)
#FFECEA
(255,236,234)
#FFF1EF
(255,241,239)
#FFF6F4
(255,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC4C2 color. Also use rgb(255,196,194) instead hex code.

Text Font Color

.myTextColor { color: #FFC4C2; }

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

This text font color is #FFC4C2.

Background Color

.myBgColor { background-color: #FFC4C2; }

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

This div background color is #FFC4C2.

Border color

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

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

This div border color is #FFC4C2.

Opacity

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

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

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

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

This text has shadow with #FFC4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC4C2.

Preview

Color preview on black background

This text has color #FFC4C2 on black background.


Color preview on white background

This text has color #FFC4C2 on white background.


Black color preview on #FFC4C2 background

This text has black color on #FFC4C2 background.


White color preview on #FFC4C2 background

This text has white color on #FFC4C2 background.


Related colors

Complementary color

Complementary color for #hex is #003B3D.


I love getcolorcode.com

Triadic colors

1 #C2FFC4 and #C4C2FF with #FFC4C2 are triadic colors.

2 #C2C4FF and #C4FFC2 with #FFC4C2 are triadic colors.