COLOR #FFC4C7

HEX: #FFC4C7 RGB: (255,196,199)

Color info

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

RGB color model

#FFC4C7 color RGB value is (255,196,199).

RGB: (255,196,199) (100%, 77%, 78%)

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 199 of 255 = 78%

255
196
199

R + G + B ~ 85%. #FFC4C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 196 + 199 = 650 (100%)
R 255 of 650 ~ 39.23%
G 196 of 650 ~ 30.15%
B 199 of 650 ~ 30.62'%

%39.23
%30.15
%30.62

CMYK color model

#FFC4C7 color CMYK value is (0,23,22,0).

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

CMYK: (0,23,22,0)
C0M23Y22K0 (0%, 23%, 22%, 0%)
(0.00 / 0.23 / 0.22 / 0.00)

CMYK percentages

%0
%23.14
%21.96
%0

Codes

Color #FFC4C7 in popluar color models

FF C4 C7
RGB 255 196 199
HSL 357° 100.00% 88.43%
HSB/HSV 357° 23.14% 100.00%
CMYK 0.00% 23.14% 21.96%
0.00%

Color #FFC4C7 in popluar number systems.

HEX FF C4 C7
Decimal 255 196 199
Binary 11111111 11000100 11000111
Octal 377 304 307

Shades and tints

Shades of #FFC4C7

#FFC4C7
(255,196,199)
#E8B3B5
(232,179,181)
#D1A2A3
(209,162,163)
#BA9191
(186,145,145)
#A3807F
(163,128,127)
#8C6F6D
(140,111,109)
#755E5B
(117,94,91)
#5E4D49
(94,77,73)
#473C37
(71,60,55)
#302B25
(48,43,37)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #FFC4C7

#FFC4C7
(255,196,199)
#FFC9CC
(255,201,204)
#FFCED1
(255,206,209)
#FFD3D6
(255,211,214)
#FFD8DB
(255,216,219)
#FFDDE0
(255,221,224)
#FFE2E5
(255,226,229)
#FFE7EA
(255,231,234)
#FFECEF
(255,236,239)
#FFF1F4
(255,241,244)
#FFF6F9
(255,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC4C7; }

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

This text font color is #FFC4C7.

Background Color

.myBgColor { background-color: #FFC4C7; }

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

This div background color is #FFC4C7.

Border color

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

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

This div border color is #FFC4C7.

Opacity

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

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

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

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

This text has shadow with #FFC4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC4C7.

Preview

Color preview on black background

This text has color #FFC4C7 on black background.


Color preview on white background

This text has color #FFC4C7 on white background.


Black color preview on #FFC4C7 background

This text has black color on #FFC4C7 background.


White color preview on #FFC4C7 background

This text has white color on #FFC4C7 background.


Related colors

Complementary color

Complementary color for #hex is #003B38.


I love getcolorcode.com

Triadic colors

1 #C7FFC4 and #C4C7FF with #FFC4C7 are triadic colors.

2 #C7C4FF and #C4FFC7 with #FFC4C7 are triadic colors.