COLOR #FFC3BE

HEX: #FFC3BE
RGB: (255,195,190)

Color info

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

RGB color model

#FFC3BE color RGB value is (255,195,190).

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

RGB channels and saturation

R 255 of 255 = 100%
G 195 of 255 = 76%
B 190 of 255 = 75%

255
195
190

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

Portions of RGB colors in percentages

R + G + B =
255 + 195 + 190 = 640 (100%)
R 255 of 640 ~ 39.84%
G 195 of 640 ~ 30.47%
B 190 of 640 ~ 29.69%

%39.84
%30.47
%29.69

CMYK color model

#FFC3BE color CMYK value is (0,24,25,0).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(0,24,25,0)
C0M24Y25K0 
(0%,24%,25%,0%)
(0.00/0.24/0.25/0.00)	

CMYK percentages

%0
%23.53
%25.49
%0

Codes

Color #FFC3BE in popluar color models

FFC3BE
RGB255195190
HSL100.00%87.25%
HSB/HSV25.49%100.00%
CMYK0.00%23.53%25.49%
0.00%

Color #FFC3BE in popluar number systems.

HEXFFC3BE
Decimal255195190
Binary111111111100001110111110
Octal377303276

Shades and tints

Shades of #FFC3BE

#FFC3BE
(255,195,190)
#E8B2AD
(232,178,173)
#D1A19C
(209,161,156)
#BA908B
(186,144,139)
#A37F7A
(163,127,122)
#8C6E69
(140,110,105)
#755D58
(117,93,88)
#5E4C47
(94,76,71)
#473B36
(71,59,54)
#302A25
(48,42,37)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #FFC3BE

#FFC3BE
(255,195,190)
#FFC8C3
(255,200,195)
#FFCDC8
(255,205,200)
#FFD2CD
(255,210,205)
#FFD7D2
(255,215,210)
#FFDCD7
(255,220,215)
#FFE1DC
(255,225,220)
#FFE6E1
(255,230,225)
#FFEBE6
(255,235,230)
#FFF0EB
(255,240,235)
#FFF5F0
(255,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC3BE; }

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

This text font color is #FFC3BE.


Background Color

.myBgColor { background-color: #FFC3BE; }

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

This div background color is #FFC3BE.


Border color

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

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

This div border color is #FFC3BE.


Opacity

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

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

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

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

This text has shadow with #FFC3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC3BE on black background.


Color preview on white background

This text has color #FFC3BE on white background.



Black color preview on #FFC3BE background

This text has black color on #FFC3BE background.


White color preview on #FFC3BE background

This text has white color on #FFC3BE background.