COLOR #FDB0E3

HEX: #FDB0E3
RGB: (253,176,227)

Color info

#FDB0E3 contains mainly red and blue colors. Web safe color of #FDB0E3 is #FF99CC (or #F9C).

RGB color model

#FDB0E3 color RGB value is (253,176,227).

  • red value is 253;
  • green value is 176;
  • blue value is 227.
RGB:
(253,176,227)
(99%,69%,89%)

RGB channels and saturation

R 253 of 255 = 99%
G 176 of 255 = 69%
B 227 of 255 = 89%

253
176
227

R + G + B ~ 86%. #FDB0E3 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 176 + 227 = 656 (100%)
R 253 of 656 ~ 38.57%
G 176 of 656 ~ 26.83%
B 227 of 656 ~ 34.6%

%38.57
%26.83
%34.6

CMYK color model

#FDB0E3 color CMYK value is (0,30,10,1).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK:
(0,30,10,1)
C0M30Y10K1 
(0%,30%,10%,1%)
(0.00/0.30/0.10/0.01)	

CMYK percentages

%0
%30.43
%10.28
%0.78

Codes

Color #FDB0E3 in popluar color models

FDB0E3
RGB253176227
HSL320°95.06%84.12%
HSB/HSV320°30.43%99.22%
CMYK0.00%30.43%10.28%
0.78%

Color #FDB0E3 in popluar number systems.

HEXFDB0E3
Decimal253176227
Binary111111011011000011100011
Octal375260343

Shades and tints

Shades of #FDB0E3

#FDB0E3
(253,176,227)
#E6A0CF
(230,160,207)
#CF90BB
(207,144,187)
#B880A7
(184,128,167)
#A17093
(161,112,147)
#8A607F
(138,96,127)
#73506B
(115,80,107)
#5C4057
(92,64,87)
#453043
(69,48,67)
#2E202F
(46,32,47)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #FDB0E3

#FDB0E3
(253,176,227)
#FDB7E5
(253,183,229)
#FDBEE7
(253,190,231)
#FDC5E9
(253,197,233)
#FDCCEB
(253,204,235)
#FDD3ED
(253,211,237)
#FDDAEF
(253,218,239)
#FDE1F1
(253,225,241)
#FDE8F3
(253,232,243)
#FDEFF5
(253,239,245)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB0E3 color. Also use rgb(253,176,227) instead hex code.

Text Font Color

.myTextColor { color: #FDB0E3; }

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

This text font color is #FDB0E3.


Background Color

.myBgColor { background-color: #FDB0E3; }

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

This div background color is #FDB0E3.


Border color

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

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

This div border color is #FDB0E3.


Opacity

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

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

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

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

This text has shadow with #FDB0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB0E3 on black background.


Color preview on white background

This text has color #FDB0E3 on white background.



Black color preview on #FDB0E3 background

This text has black color on #FDB0E3 background.


White color preview on #FDB0E3 background

This text has white color on #FDB0E3 background.