COLOR #FDACAD

HEX: #FDACAD
RGB: (253,172,173)

Color info

#FDACAD contains mainly red color. Web safe color of #FDACAD is #FF9999 (or #F99).

RGB color model

#FDACAD color RGB value is (253,172,173).

  • red value is 253;
  • green value is 172;
  • blue value is 173.
RGB:
(253,172,173)
(99%,67%,68%)

RGB channels and saturation

R 253 of 255 = 99%
G 172 of 255 = 67%
B 173 of 255 = 68%

253
172
173

R + G + B ~ 78%. #FDACAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 172 + 173 = 598 (100%)
R 253 of 598 ~ 42.31%
G 172 of 598 ~ 28.76%
B 173 of 598 ~ 28.93%

%42.31
%28.76
%28.93

CMYK color model

#FDACAD color CMYK value is (0,32,32,1).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 31.62%
  • key color value is 0.78%
CMYK:
(0,32,32,1)
C0M32Y32K1 
(0%,32%,32%,1%)
(0.00/0.32/0.32/0.01)	

CMYK percentages

%0
%32.02
%31.62
%0.78

Codes

Color #FDACAD in popluar color models

FDACAD
RGB253172173
HSL359°95.29%83.33%
HSB/HSV359°32.02%99.22%
CMYK0.00%32.02%31.62%
0.78%

Color #FDACAD in popluar number systems.

HEXFDACAD
Decimal253172173
Binary111111011010110010101101
Octal375254255

Shades and tints

Shades of #FDACAD

#FDACAD
(253,172,173)
#E69D9E
(230,157,158)
#CF8E8F
(207,142,143)
#B87F80
(184,127,128)
#A17071
(161,112,113)
#8A6162
(138,97,98)
#735253
(115,82,83)
#5C4344
(92,67,68)
#453435
(69,52,53)
#2E2526
(46,37,38)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #FDACAD

#FDACAD
(253,172,173)
#FDB3B4
(253,179,180)
#FDBABB
(253,186,187)
#FDC1C2
(253,193,194)
#FDC8C9
(253,200,201)
#FDCFD0
(253,207,208)
#FDD6D7
(253,214,215)
#FDDDDE
(253,221,222)
#FDE4E5
(253,228,229)
#FDEBEC
(253,235,236)
#FDF2F3
(253,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDACAD color. Also use rgb(253,172,173) instead hex code.

Text Font Color

.myTextColor { color: #FDACAD; }

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

This text font color is #FDACAD.


Background Color

.myBgColor { background-color: #FDACAD; }

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

This div background color is #FDACAD.


Border color

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

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

This div border color is #FDACAD.


Opacity

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

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

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

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

This text has shadow with #FDACAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDACAD on black background.


Color preview on white background

This text has color #FDACAD on white background.



Black color preview on #FDACAD background

This text has black color on #FDACAD background.


White color preview on #FDACAD background

This text has white color on #FDACAD background.