COLOR #FFC4B3

HEX: #FFC4B3 RGB: (255,196,179)

Color info

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

RGB color model

#FFC4B3 color RGB value is (255,196,179).

RGB: (255,196,179) (100%, 77%, 70%)

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 179 of 255 = 70%

255
196
179

R + G + B ~ 82%. #FFC4B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 196 + 179 = 630 (100%)
R 255 of 630 ~ 40.48%
G 196 of 630 ~ 31.11%
B 179 of 630 ~ 28.41'%

%40.48
%31.11
%28.41

CMYK color model

#FFC4B3 color CMYK value is (0,23,30,0).

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

CMYK: (0,23,30,0)
C0M23Y30K0 (0%, 23%, 30%, 0%)
(0.00 / 0.23 / 0.30 / 0.00)

CMYK percentages

%0
%23.14
%29.8
%0

Codes

Color #FFC4B3 in popluar color models

FF C4 B3
RGB 255 196 179
HSL 13° 100.00% 85.10%
HSB/HSV 13° 29.80% 100.00%
CMYK 0.00% 23.14% 29.80%
0.00%

Color #FFC4B3 in popluar number systems.

HEX FF C4 B3
Decimal 255 196 179
Binary 11111111 11000100 10110011
Octal 377 304 263

Shades and tints

Shades of #FFC4B3

#FFC4B3
(255,196,179)
#E8B3A3
(232,179,163)
#D1A293
(209,162,147)
#BA9183
(186,145,131)
#A38073
(163,128,115)
#8C6F63
(140,111,99)
#755E53
(117,94,83)
#5E4D43
(94,77,67)
#473C33
(71,60,51)
#302B23
(48,43,35)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #FFC4B3

#FFC4B3
(255,196,179)
#FFC9B9
(255,201,185)
#FFCEBF
(255,206,191)
#FFD3C5
(255,211,197)
#FFD8CB
(255,216,203)
#FFDDD1
(255,221,209)
#FFE2D7
(255,226,215)
#FFE7DD
(255,231,221)
#FFECE3
(255,236,227)
#FFF1E9
(255,241,233)
#FFF6EF
(255,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC4B3; }

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

This text font color is #FFC4B3.

Background Color

.myBgColor { background-color: #FFC4B3; }

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

This div background color is #FFC4B3.

Border color

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

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

This div border color is #FFC4B3.

Opacity

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

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

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

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

This text has shadow with #FFC4B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC4B3.

Preview

Color preview on black background

This text has color #FFC4B3 on black background.


Color preview on white background

This text has color #FFC4B3 on white background.


Black color preview on #FFC4B3 background

This text has black color on #FFC4B3 background.


White color preview on #FFC4B3 background

This text has white color on #FFC4B3 background.


Related colors

Complementary color

Complementary color for #hex is #003B4C.


I love getcolorcode.com

Triadic colors

1 #B3FFC4 and #C4B3FF with #FFC4B3 are triadic colors.

2 #B3C4FF and #C4FFB3 with #FFC4B3 are triadic colors.