#FDFED2

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

Shades of Light Goldenrod Yellow #FDFED2

Tints of Light Goldenrod Yellow #FDFED2

Color information

#FDFED2 (or 0xFDFED2) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FE and D2. RGB value is (253,254,210). Sum of RGB (Red+Green+Blue) = 253+254+210=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 210 (82.42% from 255 or 29.29% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED2 is #02012D. Grayscale: #F8F8F8. Windows color (decimal): -131374 or 13827837. OLE color: 13827837.

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

Color convert

RGB253254210-
CMYK0.0000.170.00
HSL61.36º95.65%90.98%-
HSV(B)61.36º17.32%99.61%-
XYZ87.5896.4274.97-
YUV248.68106.17131.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 254 (99.61% from 255) = 35.43%
BLUE value IS 210 (82.42% from 255) = 29.29%
R=35.29%
G=35.43%
B=29.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542100.0000.170.0061.3695.6590.98
HexFDFED2001103d605b
Octal3753763220021075140133
Binary1111110111111110110100100010001011110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFED2; }

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

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

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

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

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

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

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

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