#FDFED1

Color #FDFED1 Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FDFED1

Tints of Light Goldenrod Yellow #FDFED1

Color information

#FDFED1 (or 0xFDFED1) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FE and D1. RGB value is (253,254,209). Sum of RGB (Red+Green+Blue) = 253+254+209=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 209 (82.03% from 255 or 29.19% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED1 is #02012E. Grayscale: #F8F8F8. Windows color (decimal): -131375 or 13762301. OLE color: 13762301.

HSL color Cylindrical-coordinate representation of color #FDFED1: hue angle of 61.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDFED1 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB253254209-
CMYK0.0000.180.00
HSL61.33º95.74%90.78%-
HSV(B)61.33º17.72%99.61%-
XYZ87.4696.3774.31-
YUV248.57105.67131.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 209 (82.03% from 255) = 29.19%
R=35.34%
G=35.47%
B=29.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542090.0000.180.0061.3395.7490.78
HexFDFED1001203d605b
Octal3753763210022075140133
Binary1111110111111110110100010010010011110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFED1; }

 p { color: rgb(253,254,209); }

 H1.HeaderClassName
 {
   color: #FDFED1;
 }
 .AnyTagClassName
 {
   color: #FDFED1;
 }
</style>
background-color css

<style>
 a { background-color: #FDFED1; }

 a { background-color: rgb(253,254,209); }

 div.DivClassName
 {
   background-color: #FDFED1;
 }
 .BgClassName
 {
   background-color: #FDFED1;
 }
</style>
border-color css

<style>
 span { border-color: #FDFED1; }

 span { border-color: rgb(253,254,209); }

 td.TdClassName
 {
   border-color: #FDFED1;
 }
 .TagClassName
 {
   border-color: #FDFED1;
 }
</style>