COLOR #FEBCCA

HEX: #FEBCCA RGB: (254,188,202)

Color info

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

RGB color model

#FEBCCA color RGB value is (254,188,202).

RGB: (254,188,202) (100%, 74%, 79%)

RGB channels and saturation

R 254 of 255 = 100%
G 188 of 255 = 74%
B 202 of 255 = 79%

254
188
202

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

Portions of RGB colors in percentages

R + G + B = 254 + 188 + 202 = 644 (100%)
R 254 of 644 ~ 39.44%
G 188 of 644 ~ 29.19%
B 202 of 644 ~ 31.37'%

%39.44
%29.19
%31.37

CMYK color model

#FEBCCA color CMYK value is (0,26,20,0).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 20.47%
  • key color value is 0.39%

CMYK: (0,26,20,0)
C0M26Y20K0 (0%, 26%, 20%, 0%)
(0.00 / 0.26 / 0.20 / 0.00)

CMYK percentages

%0
%25.98
%20.47
%0.39

Codes

Color #FEBCCA in popluar color models

FE BC CA
RGB 254 188 202
HSL 347° 97.06% 86.67%
HSB/HSV 347° 25.98% 99.61%
CMYK 0.00% 25.98% 20.47%
0.39%

Color #FEBCCA in popluar number systems.

HEX FE BC CA
Decimal 254 188 202
Binary 11111110 10111100 11001010
Octal 376 274 312

Shades and tints

Shades of #FEBCCA

#FEBCCA
(254,188,202)
#E7ABB8
(231,171,184)
#D09AA6
(208,154,166)
#B98994
(185,137,148)
#A27882
(162,120,130)
#8B6770
(139,103,112)
#74565E
(116,86,94)
#5D454C
(93,69,76)
#46343A
(70,52,58)
#2F2328
(47,35,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #FEBCCA

#FEBCCA
(254,188,202)
#FEC2CE
(254,194,206)
#FEC8D2
(254,200,210)
#FECED6
(254,206,214)
#FED4DA
(254,212,218)
#FEDADE
(254,218,222)
#FEE0E2
(254,224,226)
#FEE6E6
(254,230,230)
#FEECEA
(254,236,234)
#FEF2EE
(254,242,238)
#FEF8F2
(254,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBCCA color. Also use rgb(254,188,202) instead hex code.

Text Font Color

.myTextColor { color: #FEBCCA; }

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

This text font color is #FEBCCA.

Background Color

.myBgColor { background-color: #FEBCCA; }

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

This div background color is #FEBCCA.

Border color

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

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

This div border color is #FEBCCA.

Opacity

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

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

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

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

This text has shadow with #FEBCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBCCA.

Preview

Color preview on black background

This text has color #FEBCCA on black background.


Color preview on white background

This text has color #FEBCCA on white background.


Black color preview on #FEBCCA background

This text has black color on #FEBCCA background.


White color preview on #FEBCCA background

This text has white color on #FEBCCA background.


Related colors

Complementary color

Complementary color for #hex is #014335.


I love getcolorcode.com

Triadic colors

1 #CAFEBC and #BCCAFE with #FEBCCA are triadic colors.

2 #CABCFE and #BCFECA with #FEBCCA are triadic colors.