COLOR #FDFBE3

HEX: #FDFBE3 RGB: (253,251,227)

Color info

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

RGB color model

#FDFBE3 color RGB value is (253,251,227).

RGB: (253,251,227) (99%, 98%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 251 of 255 = 98%
B 227 of 255 = 89%

253
251
227

R + G + B ~ 95%. #FDFBE3 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 227 = 731 (100%)
R 253 of 731 ~ 34.61%
G 251 of 731 ~ 34.34%
B 227 of 731 ~ 31.05'%

%34.61
%34.34
%31.05

CMYK color model

#FDFBE3 color CMYK value is (0,1,10,1).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK: (0,1,10,1) C0M1Y10K1 (0%,1%,10%,1%) (0.00/0.01/0.10/0.01) 

CMYK percentages

%0
%0.79
%10.28
%0.78

Codes

Color #FDFBE3 in popluar color models

FD FB E3
RGB 253 251 227
HSL 55° 86.67% 94.12%
HSB/HSV 55° 10.28% 99.22%
CMYK 0.00% 0.79% 10.28%
0.78%

Color #FDFBE3 in popluar number systems.

HEX FD FB E3
Decimal 253 251 227
Binary 11111101 11111011 11100011
Octal 375 373 343

Shades and tints

Shades of #FDFBE3

#FDFBE3
(253,251,227)
#E6E5CF
(230,229,207)
#CFCFBB
(207,207,187)
#B8B9A7
(184,185,167)
#A1A393
(161,163,147)
#8A8D7F
(138,141,127)
#73776B
(115,119,107)
#5C6157
(92,97,87)
#454B43
(69,75,67)
#2E352F
(46,53,47)
#171F1B
(23,31,27)
#000000
(0,0,0)

Tints of #FDFBE3

#FDFBE3
(253,251,227)
#FDFBE5
(253,251,229)
#FDFBE7
(253,251,231)
#FDFBE9
(253,251,233)
#FDFBEB
(253,251,235)
#FDFBED
(253,251,237)
#FDFBEF
(253,251,239)
#FDFBF1
(253,251,241)
#FDFBF3
(253,251,243)
#FDFBF5
(253,251,245)
#FDFBF7
(253,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBE3; }

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

This text font color is #FDFBE3.

Background Color

.myBgColor { background-color: #FDFBE3; }

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

This div background color is #FDFBE3.

Border color

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

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

This div border color is #FDFBE3.

Opacity

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

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

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

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

This text has shadow with #FDFBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBE3.

Preview

Color preview on black background

This text has color #FDFBE3 on black background.


Color preview on white background

This text has color #FDFBE3 on white background.


Black color preview on #FDFBE3 background

This text has black color on #FDFBE3 background.


White color preview on #FDFBE3 background

This text has white color on #FDFBE3 background.


Related colors

Complementary color

Complementary color for #hex is #02041C.


I love getcolorcode.com

Triadic colors

1 #E3FDFB and #FBE3FD with #FDFBE3 are triadic colors.

2 #E3FBFD and #FBFDE3 with #FDFBE3 are triadic colors.