#FDFED6

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

Shades of Light Goldenrod Yellow #FDFED6

Tints of Light Goldenrod Yellow #FDFED6

Color information

#FDFED6 (or 0xFDFED6) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FE and D6. RGB value is (253,254,214). Sum of RGB (Red+Green+Blue) = 253+254+214=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 214 (83.98% from 255 or 29.68% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED6 is #020129. Grayscale: #F9F9F9. Windows color (decimal): -131370 or 14089981. OLE color: 14089981.

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

Color convert

RGB253254214-
CMYK0.0000.160.00
HSL61.5º95.24%91.76%-
HSV(B)61.5º15.75%99.61%-
XYZ88.0996.6277.63-
YUV249.14108.17130.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 214 (83.98% from 255) = 29.68%
R=35.09%
G=35.23%
B=29.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542140.0000.160.0061.595.2491.76
HexFDFED6001003e5f5c
Octal3753763260020076137134
Binary1111110111111110110101100010000011111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFED6; }

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

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

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

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

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

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

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

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