COLOR #FBEDAF

HEX: #FBEDAF RGB: (251,237,175)

Color info

#FBEDAF contains mainly red and green colors. Web safe color of #FBEDAF is #FFFF99 (or #FF9).

RGB color model

#FBEDAF color RGB value is (251,237,175).

RGB: (251,237,175) (98%, 93%, 69%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 175 of 255 = 69%

251
237
175

R + G + B ~ 87%. #FBEDAF is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 237 + 175 = 663 (100%)
R 251 of 663 ~ 37.86%
G 237 of 663 ~ 35.75%
B 175 of 663 ~ 26.4'%

%37.86
%35.75
%26.4

CMYK color model

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

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

CMYK: (0,6,30,2)
C0M6Y30K2 (0%, 6%, 30%, 2%)
(0.00 / 0.06 / 0.30 / 0.02)

CMYK percentages

%0
%5.58
%30.28
%1.57

Codes

Color #FBEDAF in popluar color models

FB ED AF
RGB 251 237 175
HSL 49° 90.48% 83.53%
HSB/HSV 49° 30.28% 98.43%
CMYK 0.00% 5.58% 30.28%
1.57%

Color #FBEDAF in popluar number systems.

HEX FB ED AF
Decimal 251 237 175
Binary 11111011 11101101 10101111
Octal 373 355 257

Shades and tints

Shades of #FBEDAF

#FBEDAF
(251,237,175)
#E5D8A0
(229,216,160)
#CFC391
(207,195,145)
#B9AE82
(185,174,130)
#A39973
(163,153,115)
#8D8464
(141,132,100)
#776F55
(119,111,85)
#615A46
(97,90,70)
#4B4537
(75,69,55)
#353028
(53,48,40)
#1F1B19
(31,27,25)
#000000
(0,0,0)

Tints of #FBEDAF

#FBEDAF
(251,237,175)
#FBEEB6
(251,238,182)
#FBEFBD
(251,239,189)
#FBF0C4
(251,240,196)
#FBF1CB
(251,241,203)
#FBF2D2
(251,242,210)
#FBF3D9
(251,243,217)
#FBF4E0
(251,244,224)
#FBF5E7
(251,245,231)
#FBF6EE
(251,246,238)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDAF; }

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

This text font color is #FBEDAF.

Background Color

.myBgColor { background-color: #FBEDAF; }

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

This div background color is #FBEDAF.

Border color

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

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

This div border color is #FBEDAF.

Opacity

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

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

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

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

This text has shadow with #FBEDAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEDAF.

Preview

Color preview on black background

This text has color #FBEDAF on black background.


Color preview on white background

This text has color #FBEDAF on white background.


Black color preview on #FBEDAF background

This text has black color on #FBEDAF background.


White color preview on #FBEDAF background

This text has white color on #FBEDAF background.


Related colors

Complementary color

Complementary color for #hex is #041250.


I love getcolorcode.com

Triadic colors

1 #AFFBED and #EDAFFB with #FBEDAF are triadic colors.

2 #AFEDFB and #EDFBAF with #FBEDAF are triadic colors.