COLOR #FBEDE3

HEX: #FBEDE3 RGB: (251,237,227)

Color info

#FBEDE3 contains red, green and blue colors in about the same proportion. Web safe color of #FBEDE3 is #FFFFCC (or #FFC).

RGB color model

#FBEDE3 color RGB value is (251,237,227).

RGB: (251,237,227) (98%, 93%, 89%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 227 of 255 = 89%

251
237
227

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

Portions of RGB colors in percentages

R + G + B = 251 + 237 + 227 = 715 (100%)
R 251 of 715 ~ 35.1%
G 237 of 715 ~ 33.15%
B 227 of 715 ~ 31.75'%

%35.1
%33.15
%31.75

CMYK color model

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

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

CMYK: (0,6,10,2)
C0M6Y10K2 (0%, 6%, 10%, 2%)
(0.00 / 0.06 / 0.10 / 0.02)

CMYK percentages

%0
%5.58
%9.56
%1.57

Codes

Color #FBEDE3 in popluar color models

FB ED E3
RGB 251 237 227
HSL 25° 75.00% 93.73%
HSB/HSV 25° 9.56% 98.43%
CMYK 0.00% 5.58% 9.56%
1.57%

Color #FBEDE3 in popluar number systems.

HEX FB ED E3
Decimal 251 237 227
Binary 11111011 11101101 11100011
Octal 373 355 343

Shades and tints

Shades of #FBEDE3

#FBEDE3
(251,237,227)
#E5D8CF
(229,216,207)
#CFC3BB
(207,195,187)
#B9AEA7
(185,174,167)
#A39993
(163,153,147)
#8D847F
(141,132,127)
#776F6B
(119,111,107)
#615A57
(97,90,87)
#4B4543
(75,69,67)
#35302F
(53,48,47)
#1F1B1B
(31,27,27)
#000000
(0,0,0)

Tints of #FBEDE3

#FBEDE3
(251,237,227)
#FBEEE5
(251,238,229)
#FBEFE7
(251,239,231)
#FBF0E9
(251,240,233)
#FBF1EB
(251,241,235)
#FBF2ED
(251,242,237)
#FBF3EF
(251,243,239)
#FBF4F1
(251,244,241)
#FBF5F3
(251,245,243)
#FBF6F5
(251,246,245)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDE3; }

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

This text font color is #FBEDE3.

Background Color

.myBgColor { background-color: #FBEDE3; }

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

This div background color is #FBEDE3.

Border color

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

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

This div border color is #FBEDE3.

Opacity

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

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

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

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

This text has shadow with #FBEDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEDE3.

Preview

Color preview on black background

This text has color #FBEDE3 on black background.


Color preview on white background

This text has color #FBEDE3 on white background.


Black color preview on #FBEDE3 background

This text has black color on #FBEDE3 background.


White color preview on #FBEDE3 background

This text has white color on #FBEDE3 background.


Related colors

Complementary color

Complementary color for #hex is #04121C.


I love getcolorcode.com

Triadic colors

1 #E3FBED and #EDE3FB with #FBEDE3 are triadic colors.

2 #E3EDFB and #EDFBE3 with #FBEDE3 are triadic colors.