#FDFED7

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

Shades of Light Goldenrod Yellow #FDFED7

Tints of Light Goldenrod Yellow #FDFED7

Color information

#FDFED7 (or 0xFDFED7) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FE and D7. RGB value is (253,254,215). Sum of RGB (Red+Green+Blue) = 253+254+215=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 215 (84.38% from 255 or 29.78% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED7 is #020128. Grayscale: #F9F9F9. Windows color (decimal): -131369 or 14155517. OLE color: 14155517.

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

Color convert

RGB253254215-
CMYK0.0000.150.00
HSL61.54º95.12%91.96%-
HSV(B)61.54º15.35%99.61%-
XYZ88.2296.6778.3-
YUV249.25108.67130.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 215 (84.38% from 255) = 29.78%
R=35.04%
G=35.18%
B=29.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542150.0000.150.0061.5495.1291.96
HexFDFED700F03e5f5c
Octal3753763270017076137134
Binary111111011111111011010111001111011111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFED7; }

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

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

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

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

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

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

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

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