COLOR #FDFEE4

HEX: #FDFEE4
RGB: (253,254,228)

Color info

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

RGB color model

#FDFEE4 color RGB value is (253,254,228).

  • red value is 253;
  • green value is 254;
  • blue value is 228.
RGB:
(253,254,228)
(99%,100%,89%)

RGB channels and saturation

R 253 of 255 = 99%
G 254 of 255 = 100%
B 228 of 255 = 89%

253
254
228

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

Portions of RGB colors in percentages

R + G + B =
253 + 254 + 228 = 735 (100%)
R 253 of 735 ~ 34.42%
G 254 of 735 ~ 34.56%
B 228 of 735 ~ 31.02%

%34.42
%34.56
%31.02

CMYK color model

#FDFEE4 color CMYK value is (0,0,10,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 0.39%
CMYK:
(0,0,10,0)
C0M0Y10K0 
(0%,0%,10%,0%)
(0.00/0.00/0.10/0.00)	

CMYK percentages

%0.39
%0
%10.24
%0.39

Codes

Color #FDFEE4 in popluar color models

FDFEE4
RGB253254228
HSL62°92.86%94.51%
HSB/HSV62°10.24%99.61%
CMYK0.39%0.00%10.24%
0.39%

Color #FDFEE4 in popluar number systems.

HEXFDFEE4
Decimal253254228
Binary111111011111111011100100
Octal375376344

Shades and tints

Shades of #FDFEE4

#FDFEE4
(253,254,228)
#E6E7D0
(230,231,208)
#CFD0BC
(207,208,188)
#B8B9A8
(184,185,168)
#A1A294
(161,162,148)
#8A8B80
(138,139,128)
#73746C
(115,116,108)
#5C5D58
(92,93,88)
#454644
(69,70,68)
#2E2F30
(46,47,48)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #FDFEE4

#FDFEE4
(253,254,228)
#FDFEE6
(253,254,230)
#FDFEE8
(253,254,232)
#FDFEEA
(253,254,234)
#FDFEEC
(253,254,236)
#FDFEEE
(253,254,238)
#FDFEF0
(253,254,240)
#FDFEF2
(253,254,242)
#FDFEF4
(253,254,244)
#FDFEF6
(253,254,246)
#FDFEF8
(253,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFEE4 color. Also use rgb(253,254,228) instead hex code.

Text Font Color

.myTextColor { color: #FDFEE4; }

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

This text font color is #FDFEE4.


Background Color

.myBgColor { background-color: #FDFEE4; }

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

This div background color is #FDFEE4.


Border color

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

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

This div border color is #FDFEE4.


Opacity

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

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

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

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

This text has shadow with #FDFEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFEE4 on black background.


Color preview on white background

This text has color #FDFEE4 on white background.



Black color preview on #FDFEE4 background

This text has black color on #FDFEE4 background.


White color preview on #FDFEE4 background

This text has white color on #FDFEE4 background.