COLOR #FDB6F8

HEX: #FDB6F8 RGB: (253,182,248)

Color info

#FDB6F8 contains mainly red and blue colors. Web safe color of #FDB6F8 is #FFCCFF (or #FCF).

RGB color model

#FDB6F8 color RGB value is (253,182,248).

RGB: (253,182,248) (99%, 71%, 97%)

RGB channels and saturation

R 253 of 255 = 99%
G 182 of 255 = 71%
B 248 of 255 = 97%

253
182
248

R + G + B ~ 89%. #FDB6F8 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 182 + 248 = 683 (100%)
R 253 of 683 ~ 37.04%
G 182 of 683 ~ 26.65%
B 248 of 683 ~ 36.31'%

%37.04
%26.65
%36.31

CMYK color model

#FDB6F8 color CMYK value is (0,28,2,1).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 1.98%
  • key color value is 0.78%

CMYK: (0,28,2,1)
C0M28Y2K1 (0%, 28%, 2%, 1%)
(0.00 / 0.28 / 0.02 / 0.01)

CMYK percentages

%0
%28.06
%1.98
%0.78

Codes

Color #FDB6F8 in popluar color models

FD B6 F8
RGB 253 182 248
HSL 304° 94.67% 85.29%
HSB/HSV 304° 28.06% 99.22%
CMYK 0.00% 28.06% 1.98%
0.78%

Color #FDB6F8 in popluar number systems.

HEX FD B6 F8
Decimal 253 182 248
Binary 11111101 10110110 11111000
Octal 375 266 370

Shades and tints

Shades of #FDB6F8

#FDB6F8
(253,182,248)
#E6A6E2
(230,166,226)
#CF96CC
(207,150,204)
#B886B6
(184,134,182)
#A176A0
(161,118,160)
#8A668A
(138,102,138)
#735674
(115,86,116)
#5C465E
(92,70,94)
#453648
(69,54,72)
#2E2632
(46,38,50)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #FDB6F8

#FDB6F8
(253,182,248)
#FDBCF8
(253,188,248)
#FDC2F8
(253,194,248)
#FDC8F8
(253,200,248)
#FDCEF8
(253,206,248)
#FDD4F8
(253,212,248)
#FDDAF8
(253,218,248)
#FDE0F8
(253,224,248)
#FDE6F8
(253,230,248)
#FDECF8
(253,236,248)
#FDF2F8
(253,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB6F8 color. Also use rgb(253,182,248) instead hex code.

Text Font Color

.myTextColor { color: #FDB6F8; }

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

This text font color is #FDB6F8.

Background Color

.myBgColor { background-color: #FDB6F8; }

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

This div background color is #FDB6F8.

Border color

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

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

This div border color is #FDB6F8.

Opacity

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

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

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

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

This text has shadow with #FDB6F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB6F8.

Preview

Color preview on black background

This text has color #FDB6F8 on black background.


Color preview on white background

This text has color #FDB6F8 on white background.


Black color preview on #FDB6F8 background

This text has black color on #FDB6F8 background.


White color preview on #FDB6F8 background

This text has white color on #FDB6F8 background.


Related colors

Complementary color

Complementary color for #hex is #024907.


I love getcolorcode.com

Triadic colors

1 #F8FDB6 and #B6F8FD with #FDB6F8 are triadic colors.

2 #F8B6FD and #B6FDF8 with #FDB6F8 are triadic colors.