COLOR #FBEDF6

HEX: #FBEDF6 RGB: (251,237,246)

Color info

#FBEDF6 contains red, green and blue colors in about the same proportion. Web safe color of #FBEDF6 is #FFFFFF (or #FFF).

RGB color model

#FBEDF6 color RGB value is (251,237,246).

RGB: (251,237,246) (98%, 93%, 96%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 246 of 255 = 96%

251
237
246

R + G + B ~ 96%. #FBEDF6 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 237 + 246 = 734 (100%)
R 251 of 734 ~ 34.2%
G 237 of 734 ~ 32.29%
B 246 of 734 ~ 33.51'%

%34.2
%32.29
%33.51

CMYK color model

#FBEDF6 color CMYK value is (0,6,2,2).

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

CMYK: (0,6,2,2)
C0M6Y2K2 (0%, 6%, 2%, 2%)
(0.00 / 0.06 / 0.02 / 0.02)

CMYK percentages

%0
%5.58
%1.99
%1.57

Codes

Color #FBEDF6 in popluar color models

FB ED F6
RGB 251 237 246
HSL 321° 63.64% 95.69%
HSB/HSV 321° 5.58% 98.43%
CMYK 0.00% 5.58% 1.99%
1.57%

Color #FBEDF6 in popluar number systems.

HEX FB ED F6
Decimal 251 237 246
Binary 11111011 11101101 11110110
Octal 373 355 366

Shades and tints

Shades of #FBEDF6

#FBEDF6
(251,237,246)
#E5D8E0
(229,216,224)
#CFC3CA
(207,195,202)
#B9AEB4
(185,174,180)
#A3999E
(163,153,158)
#8D8488
(141,132,136)
#776F72
(119,111,114)
#615A5C
(97,90,92)
#4B4546
(75,69,70)
#353030
(53,48,48)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBEDF6

#FBEDF6
(251,237,246)
#FBEEF6
(251,238,246)
#FBEFF6
(251,239,246)
#FBF0F6
(251,240,246)
#FBF1F6
(251,241,246)
#FBF2F6
(251,242,246)
#FBF3F6
(251,243,246)
#FBF4F6
(251,244,246)
#FBF5F6
(251,245,246)
#FBF6F6
(251,246,246)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDF6; }

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

This text font color is #FBEDF6.

Background Color

.myBgColor { background-color: #FBEDF6; }

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

This div background color is #FBEDF6.

Border color

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

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

This div border color is #FBEDF6.

Opacity

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

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

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

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

This text has shadow with #FBEDF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEDF6.

Preview

Color preview on black background

This text has color #FBEDF6 on black background.


Color preview on white background

This text has color #FBEDF6 on white background.


Black color preview on #FBEDF6 background

This text has black color on #FBEDF6 background.


White color preview on #FBEDF6 background

This text has white color on #FBEDF6 background.


Related colors

Complementary color

Complementary color for #hex is #041209.


I love getcolorcode.com

Triadic colors

1 #F6FBED and #EDF6FB with #FBEDF6 are triadic colors.

2 #F6EDFB and #EDFBF6 with #FBEDF6 are triadic colors.