COLOR #FFC3B7

HEX: #FFC3B7
RGB: (255,195,183)

Color info

#FFC3B7 contains mainly red color. Web safe color of #FFC3B7 is #FFCCCC (or #FCC).

RGB color model

#FFC3B7 color RGB value is (255,195,183).

  • red value is 255;
  • green value is 195;
  • blue value is 183.
RGB:
(255,195,183)
(100%,76%,72%)

RGB channels and saturation

R 255 of 255 = 100%
G 195 of 255 = 76%
B 183 of 255 = 72%

255
195
183

R + G + B ~ 83%. #FFC3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 195 + 183 = 633 (100%)
R 255 of 633 ~ 40.28%
G 195 of 633 ~ 30.81%
B 183 of 633 ~ 28.91%

%40.28
%30.81
%28.91

CMYK color model

#FFC3B7 color CMYK value is (0,24,28,0).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK:
(0,24,28,0)
C0M24Y28K0 
(0%,24%,28%,0%)
(0.00/0.24/0.28/0.00)	

CMYK percentages

%0
%23.53
%28.24
%0

Codes

Color #FFC3B7 in popluar color models

FFC3B7
RGB255195183
HSL10°100.00%85.88%
HSB/HSV10°28.24%100.00%
CMYK0.00%23.53%28.24%
0.00%

Color #FFC3B7 in popluar number systems.

HEXFFC3B7
Decimal255195183
Binary111111111100001110110111
Octal377303267

Shades and tints

Shades of #FFC3B7

#FFC3B7
(255,195,183)
#E8B2A7
(232,178,167)
#D1A197
(209,161,151)
#BA9087
(186,144,135)
#A37F77
(163,127,119)
#8C6E67
(140,110,103)
#755D57
(117,93,87)
#5E4C47
(94,76,71)
#473B37
(71,59,55)
#302A27
(48,42,39)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #FFC3B7

#FFC3B7
(255,195,183)
#FFC8BD
(255,200,189)
#FFCDC3
(255,205,195)
#FFD2C9
(255,210,201)
#FFD7CF
(255,215,207)
#FFDCD5
(255,220,213)
#FFE1DB
(255,225,219)
#FFE6E1
(255,230,225)
#FFEBE7
(255,235,231)
#FFF0ED
(255,240,237)
#FFF5F3
(255,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC3B7 color. Also use rgb(255,195,183) instead hex code.

Text Font Color

.myTextColor { color: #FFC3B7; }

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

This text font color is #FFC3B7.


Background Color

.myBgColor { background-color: #FFC3B7; }

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

This div background color is #FFC3B7.


Border color

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

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

This div border color is #FFC3B7.


Opacity

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

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

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

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

This text has shadow with #FFC3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC3B7 on black background.


Color preview on white background

This text has color #FFC3B7 on white background.



Black color preview on #FFC3B7 background

This text has black color on #FFC3B7 background.


White color preview on #FFC3B7 background

This text has white color on #FFC3B7 background.