COLOR #F6D5FB

HEX: #F6D5FB RGB: (246,213,251)

Color info

#F6D5FB contains red, green and blue colors in about the same proportion. Web safe color of #F6D5FB is #FFCCFF (or #FCF).

RGB color model

#F6D5FB color RGB value is (246,213,251).

RGB: (246,213,251) (96%, 84%, 98%)

RGB channels and saturation

R 246 of 255 = 96%
G 213 of 255 = 84%
B 251 of 255 = 98%

246
213
251

R + G + B ~ 93%. #F6D5FB is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 213 + 251 = 710 (100%)
R 246 of 710 ~ 34.65%
G 213 of 710 ~ 30%
B 251 of 710 ~ 35.35'%

%34.65
%30
%35.35

CMYK color model

#F6D5FB color CMYK value is (2,15,0,2).

  • cyan value is 1.99%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (2,15,0,2)
C2M15Y0K2 (2%, 15%, 0%, 2%)
(0.02 / 0.15 / 0.00 / 0.02)

CMYK percentages

%1.99
%15.14
%0
%1.57

Codes

Color #F6D5FB in popluar color models

F6 D5 FB
RGB 246 213 251
HSL 292° 82.61% 90.98%
HSB/HSV 292° 15.14% 98.43%
CMYK 1.99% 15.14% 0.00%
1.57%

Color #F6D5FB in popluar number systems.

HEX F6 D5 FB
Decimal 246 213 251
Binary 11110110 11010101 11111011
Octal 366 325 373

Shades and tints

Shades of #F6D5FB

#F6D5FB
(246,213,251)
#E0C2E5
(224,194,229)
#CAAFCF
(202,175,207)
#B49CB9
(180,156,185)
#9E89A3
(158,137,163)
#88768D
(136,118,141)
#726377
(114,99,119)
#5C5061
(92,80,97)
#463D4B
(70,61,75)
#302A35
(48,42,53)
#1A171F
(26,23,31)
#000000
(0,0,0)

Tints of #F6D5FB

#F6D5FB
(246,213,251)
#F6D8FB
(246,216,251)
#F6DBFB
(246,219,251)
#F6DEFB
(246,222,251)
#F6E1FB
(246,225,251)
#F6E4FB
(246,228,251)
#F6E7FB
(246,231,251)
#F6EAFB
(246,234,251)
#F6EDFB
(246,237,251)
#F6F0FB
(246,240,251)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D5FB color. Also use rgb(246,213,251) instead hex code.

Text Font Color

.myTextColor { color: #F6D5FB; }

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

This text font color is #F6D5FB.

Background Color

.myBgColor { background-color: #F6D5FB; }

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

This div background color is #F6D5FB.

Border color

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

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

This div border color is #F6D5FB.

Opacity

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

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

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

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

This text has shadow with #F6D5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D5FB.

Preview

Color preview on black background

This text has color #F6D5FB on black background.


Color preview on white background

This text has color #F6D5FB on white background.


Black color preview on #F6D5FB background

This text has black color on #F6D5FB background.


White color preview on #F6D5FB background

This text has white color on #F6D5FB background.


Related colors

Complementary color

Complementary color for #hex is #092A04.


I love getcolorcode.com

Triadic colors

1 #FBF6D5 and #D5FBF6 with #F6D5FB are triadic colors.

2 #FBD5F6 and #D5F6FB with #F6D5FB are triadic colors.