COLOR #FDBAC2

HEX: #FDBAC2 RGB: (253,186,194)

Color info

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

RGB color model

#FDBAC2 color RGB value is (253,186,194).

RGB: (253,186,194) (99%, 73%, 76%)

RGB channels and saturation

R 253 of 255 = 99%
G 186 of 255 = 73%
B 194 of 255 = 76%

253
186
194

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

Portions of RGB colors in percentages

R + G + B = 253 + 186 + 194 = 633 (100%)
R 253 of 633 ~ 39.97%
G 186 of 633 ~ 29.38%
B 194 of 633 ~ 30.65'%

%39.97
%29.38
%30.65

CMYK color model

#FDBAC2 color CMYK value is (0,26,23,1).

  • cyan value is 0.00%
  • magenta value is 26.48%
  • yellow value is 23.32%
  • key color value is 0.78%

CMYK: (0,26,23,1)
C0M26Y23K1 (0%, 26%, 23%, 1%)
(0.00 / 0.26 / 0.23 / 0.01)

CMYK percentages

%0
%26.48
%23.32
%0.78

Codes

Color #FDBAC2 in popluar color models

FD BA C2
RGB 253 186 194
HSL 353° 94.37% 86.08%
HSB/HSV 353° 26.48% 99.22%
CMYK 0.00% 26.48% 23.32%
0.78%

Color #FDBAC2 in popluar number systems.

HEX FD BA C2
Decimal 253 186 194
Binary 11111101 10111010 11000010
Octal 375 272 302

Shades and tints

Shades of #FDBAC2

#FDBAC2
(253,186,194)
#E6AAB1
(230,170,177)
#CF9AA0
(207,154,160)
#B88A8F
(184,138,143)
#A17A7E
(161,122,126)
#8A6A6D
(138,106,109)
#735A5C
(115,90,92)
#5C4A4B
(92,74,75)
#453A3A
(69,58,58)
#2E2A29
(46,42,41)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #FDBAC2

#FDBAC2
(253,186,194)
#FDC0C7
(253,192,199)
#FDC6CC
(253,198,204)
#FDCCD1
(253,204,209)
#FDD2D6
(253,210,214)
#FDD8DB
(253,216,219)
#FDDEE0
(253,222,224)
#FDE4E5
(253,228,229)
#FDEAEA
(253,234,234)
#FDF0EF
(253,240,239)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBAC2 color. Also use rgb(253,186,194) instead hex code.

Text Font Color

.myTextColor { color: #FDBAC2; }

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

This text font color is #FDBAC2.

Background Color

.myBgColor { background-color: #FDBAC2; }

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

This div background color is #FDBAC2.

Border color

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

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

This div border color is #FDBAC2.

Opacity

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

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

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

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

This text has shadow with #FDBAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBAC2.

Preview

Color preview on black background

This text has color #FDBAC2 on black background.


Color preview on white background

This text has color #FDBAC2 on white background.


Black color preview on #FDBAC2 background

This text has black color on #FDBAC2 background.


White color preview on #FDBAC2 background

This text has white color on #FDBAC2 background.


Related colors

Complementary color

Complementary color for #hex is #02453D.


I love getcolorcode.com

Triadic colors

1 #C2FDBA and #BAC2FD with #FDBAC2 are triadic colors.

2 #C2BAFD and #BAFDC2 with #FDBAC2 are triadic colors.