#FDFCD9

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

Shades of Light Goldenrod Yellow #FDFCD9

Tints of Light Goldenrod Yellow #FDFCD9

Color information

#FDFCD9 (or 0xFDFCD9) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FC and D9. RGB value is (253,252,217). Sum of RGB (Red+Green+Blue) = 253+252+217=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 217 (85.16% from 255 or 30.06% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD9 is #020326. Grayscale: #F8F8F8. Windows color (decimal): -131879 or 14286077. OLE color: 14286077.

HSL color Cylindrical-coordinate representation of color #FDFCD9: hue angle of 58.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDFCD9 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253252217-
CMYK00.000.140.01
HSL58.33º90%92.16%-
HSV(B)58.33º14.23%99.22%-
XYZ87.8495.5179.45-
YUV248.31110.33131.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 252 (98.83% from 255) = 34.90%
BLUE value IS 217 (85.16% from 255) = 30.06%
R=35.04%
G=34.90%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325221700.000.140.0158.339092.16
HexFDFCD900E13a5a5c
Octal3753743310016172132134
Binary111111011111110011011001001110111101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCD9; }

 p { color: rgb(253,252,217); }

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

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

 a { background-color: rgb(253,252,217); }

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

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

 span { border-color: rgb(253,252,217); }

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