COLOR #FD858C

HEX: #FD858C
RGB: (253,133,140)

Color info

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

RGB color model

#FD858C color RGB value is (253,133,140).

  • red value is 253;
  • green value is 133;
  • blue value is 140.
RGB:
(253,133,140)
(99%,52%,55%)

RGB channels and saturation

R 253 of 255 = 99%
G 133 of 255 = 52%
B 140 of 255 = 55%

253
133
140

R + G + B ~ 69%. #FD858C is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 133 + 140 = 526 (100%)
R 253 of 526 ~ 48.1%
G 133 of 526 ~ 25.29%
B 140 of 526 ~ 26.62%

%48.1
%25.29
%26.62

CMYK color model

#FD858C color CMYK value is (0,47,45,1).

  • cyan value is 0.00%
  • magenta value is 47.43%
  • yellow value is 44.66%
  • key color value is 0.78%
CMYK:
(0,47,45,1)
C0M47Y45K1 
(0%,47%,45%,1%)
(0.00/0.47/0.45/0.01)	

CMYK percentages

%0
%47.43
%44.66
%0.78

Codes

Color #FD858C in popluar color models

FD858C
RGB253133140
HSL357°96.77%75.69%
HSB/HSV357°47.43%99.22%
CMYK0.00%47.43%44.66%
0.78%

Color #FD858C in popluar number systems.

HEXFD858C
Decimal253133140
Binary111111011000010110001100
Octal375205214

Shades and tints

Shades of #FD858C

#FD858C
(253,133,140)
#E67980
(230,121,128)
#CF6D74
(207,109,116)
#B86168
(184,97,104)
#A1555C
(161,85,92)
#8A4950
(138,73,80)
#733D44
(115,61,68)
#5C3138
(92,49,56)
#45252C
(69,37,44)
#2E1920
(46,25,32)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #FD858C

#FD858C
(253,133,140)
#FD9096
(253,144,150)
#FD9BA0
(253,155,160)
#FDA6AA
(253,166,170)
#FDB1B4
(253,177,180)
#FDBCBE
(253,188,190)
#FDC7C8
(253,199,200)
#FDD2D2
(253,210,210)
#FDDDDC
(253,221,220)
#FDE8E6
(253,232,230)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD858C color. Also use rgb(253,133,140) instead hex code.

Text Font Color

.myTextColor { color: #FD858C; }

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

This text font color is #FD858C.


Background Color

.myBgColor { background-color: #FD858C; }

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

This div background color is #FD858C.


Border color

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

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

This div border color is #FD858C.


Opacity

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

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

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

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

This text has shadow with #FD858C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD858C on black background.


Color preview on white background

This text has color #FD858C on white background.



Black color preview on #FD858C background

This text has black color on #FD858C background.


White color preview on #FD858C background

This text has white color on #FD858C background.