COLOR #FDFEAA

HEX: #FDFEAA RGB: (253,254,170)

Color info

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

RGB color model

#FDFEAA color RGB value is (253,254,170).

RGB: (253,254,170) (99%, 100%, 67%)

RGB channels and saturation

R 253 of 255 = 99%
G 254 of 255 = 100%
B 170 of 255 = 67%

253
254
170

R + G + B ~ 89%. #FDFEAA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 254 + 170 = 677 (100%)
R 253 of 677 ~ 37.37%
G 254 of 677 ~ 37.52%
B 170 of 677 ~ 25.11'%

%37.37
%37.52
%25.11

CMYK color model

#FDFEAA color CMYK value is (0,0,33,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 33.07%
  • key color value is 0.39%

CMYK: (0,0,33,0)
C0M0Y33K0 (0%, 0%, 33%, 0%)
(0.00 / 0.00 / 0.33 / 0.00)

CMYK percentages

%0.39
%0
%33.07
%0.39

Codes

Color #FDFEAA in popluar color models

FD FE AA
RGB 253 254 170
HSL 61° 97.67% 83.14%
HSB/HSV 61° 33.07% 99.61%
CMYK 0.39% 0.00% 33.07%
0.39%

Color #FDFEAA in popluar number systems.

HEX FD FE AA
Decimal 253 254 170
Binary 11111101 11111110 10101010
Octal 375 376 252

Shades and tints

Shades of #FDFEAA

#FDFEAA
(253,254,170)
#E6E79B
(230,231,155)
#CFD08C
(207,208,140)
#B8B97D
(184,185,125)
#A1A26E
(161,162,110)
#8A8B5F
(138,139,95)
#737450
(115,116,80)
#5C5D41
(92,93,65)
#454632
(69,70,50)
#2E2F23
(46,47,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #FDFEAA

#FDFEAA
(253,254,170)
#FDFEB1
(253,254,177)
#FDFEB8
(253,254,184)
#FDFEBF
(253,254,191)
#FDFEC6
(253,254,198)
#FDFECD
(253,254,205)
#FDFED4
(253,254,212)
#FDFEDB
(253,254,219)
#FDFEE2
(253,254,226)
#FDFEE9
(253,254,233)
#FDFEF0
(253,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFEAA; }

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

This text font color is #FDFEAA.

Background Color

.myBgColor { background-color: #FDFEAA; }

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

This div background color is #FDFEAA.

Border color

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

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

This div border color is #FDFEAA.

Opacity

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

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

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

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

This text has shadow with #FDFEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFEAA.

Preview

Color preview on black background

This text has color #FDFEAA on black background.


Color preview on white background

This text has color #FDFEAA on white background.


Black color preview on #FDFEAA background

This text has black color on #FDFEAA background.


White color preview on #FDFEAA background

This text has white color on #FDFEAA background.


Related colors

Complementary color

Complementary color for #hex is #020155.


I love getcolorcode.com

Triadic colors

1 #AAFDFE and #FEAAFD with #FDFEAA are triadic colors.

2 #AAFEFD and #FEFDAA with #FDFEAA are triadic colors.