COLOR #FDFFA0

HEX: #FDFFA0 RGB: (253,255,160)

Color info

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

RGB color model

#FDFFA0 color RGB value is (253,255,160).

RGB: (253,255,160) (99%, 100%, 63%)

RGB channels and saturation

R 253 of 255 = 99%
G 255 of 255 = 100%
B 160 of 255 = 63%

253
255
160

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

Portions of RGB colors in percentages

R + G + B = 253 + 255 + 160 = 668 (100%)
R 253 of 668 ~ 37.87%
G 255 of 668 ~ 38.17%
B 160 of 668 ~ 23.95'%

%37.87
%38.17
%23.95

CMYK color model

#FDFFA0 color CMYK value is (1,0,37,0).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%

CMYK: (1,0,37,0)
C1M0Y37K0 (1%, 0%, 37%, 0%)
(0.01 / 0.00 / 0.37 / 0.00)

CMYK percentages

%0.78
%0
%37.25
%0

Codes

Color #FDFFA0 in popluar color models

FD FF A0
RGB 253 255 160
HSL 61° 100.00% 81.37%
HSB/HSV 61° 37.25% 100.00%
CMYK 0.78% 0.00% 37.25%
0.00%

Color #FDFFA0 in popluar number systems.

HEX FD FF A0
Decimal 253 255 160
Binary 11111101 11111111 10100000
Octal 375 377 240

Shades and tints

Shades of #FDFFA0

#FDFFA0
(253,255,160)
#E6E892
(230,232,146)
#CFD184
(207,209,132)
#B8BA76
(184,186,118)
#A1A368
(161,163,104)
#8A8C5A
(138,140,90)
#73754C
(115,117,76)
#5C5E3E
(92,94,62)
#454730
(69,71,48)
#2E3022
(46,48,34)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #FDFFA0

#FDFFA0
(253,255,160)
#FDFFA8
(253,255,168)
#FDFFB0
(253,255,176)
#FDFFB8
(253,255,184)
#FDFFC0
(253,255,192)
#FDFFC8
(253,255,200)
#FDFFD0
(253,255,208)
#FDFFD8
(253,255,216)
#FDFFE0
(253,255,224)
#FDFFE8
(253,255,232)
#FDFFF0
(253,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFFA0; }

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

This text font color is #FDFFA0.

Background Color

.myBgColor { background-color: #FDFFA0; }

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

This div background color is #FDFFA0.

Border color

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

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

This div border color is #FDFFA0.

Opacity

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

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

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

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

This text has shadow with #FDFFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFFA0.

Preview

Color preview on black background

This text has color #FDFFA0 on black background.


Color preview on white background

This text has color #FDFFA0 on white background.


Black color preview on #FDFFA0 background

This text has black color on #FDFFA0 background.


White color preview on #FDFFA0 background

This text has white color on #FDFFA0 background.


Related colors

Complementary color

Complementary color for #hex is #02005F.


I love getcolorcode.com

Triadic colors

1 #A0FDFF and #FFA0FD with #FDFFA0 are triadic colors.

2 #A0FFFD and #FFFDA0 with #FDFFA0 are triadic colors.