COLOR #FDFFEB

HEX: #FDFFEB RGB: (253,255,235)

Color info

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

RGB color model

#FDFFEB color RGB value is (253,255,235).

RGB: (253,255,235) (99%, 100%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 255 of 255 = 100%
B 235 of 255 = 92%

253
255
235

R + G + B ~ 97%. #FDFFEB is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 255 + 235 = 743 (100%)
R 253 of 743 ~ 34.05%
G 255 of 743 ~ 34.32%
B 235 of 743 ~ 31.63'%

%34.05
%34.32
%31.63

CMYK color model

#FDFFEB color CMYK value is (1,0,8,0).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK: (1,0,8,0) C1M0Y8K0 (1%,0%,8%,0%) (0.01/0.00/0.08/0.00) 

CMYK percentages

%0.78
%0
%7.84
%0

Codes

Color #FDFFEB in popluar color models

FD FF EB
RGB 253 255 235
HSL 66° 100.00% 96.08%
HSB/HSV 66° 7.84% 100.00%
CMYK 0.78% 0.00% 7.84%
0.00%

Color #FDFFEB in popluar number systems.

HEX FD FF EB
Decimal 253 255 235
Binary 11111101 11111111 11101011
Octal 375 377 353

Shades and tints

Shades of #FDFFEB

#FDFFEB
(253,255,235)
#E6E8D6
(230,232,214)
#CFD1C1
(207,209,193)
#B8BAAC
(184,186,172)
#A1A397
(161,163,151)
#8A8C82
(138,140,130)
#73756D
(115,117,109)
#5C5E58
(92,94,88)
#454743
(69,71,67)
#2E302E
(46,48,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #FDFFEB

#FDFFEB
(253,255,235)
#FDFFEC
(253,255,236)
#FDFFED
(253,255,237)
#FDFFEE
(253,255,238)
#FDFFEF
(253,255,239)
#FDFFF0
(253,255,240)
#FDFFF1
(253,255,241)
#FDFFF2
(253,255,242)
#FDFFF3
(253,255,243)
#FDFFF4
(253,255,244)
#FDFFF5
(253,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFFEB color. Also use rgb(253,255,235) instead hex code.

Text Font Color

.myTextColor { color: #FDFFEB; }

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

This text font color is #FDFFEB.

Background Color

.myBgColor { background-color: #FDFFEB; }

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

This div background color is #FDFFEB.

Border color

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

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

This div border color is #FDFFEB.

Opacity

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

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

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

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

This text has shadow with #FDFFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFFEB.

Preview

Color preview on black background

This text has color #FDFFEB on black background.


Color preview on white background

This text has color #FDFFEB on white background.


Black color preview on #FDFFEB background

This text has black color on #FDFFEB background.


White color preview on #FDFFEB background

This text has white color on #FDFFEB background.


Related colors

Complementary color

Complementary color for #hex is #020014.


I love getcolorcode.com

Triadic colors

1 #EBFDFF and #FFEBFD with #FDFFEB are triadic colors.

2 #EBFFFD and #FFFDEB with #FDFFEB are triadic colors.