#FDFED4

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

Shades of Light Goldenrod Yellow #FDFED4

Tints of Light Goldenrod Yellow #FDFED4

Color information

#FDFED4 (or 0xFDFED4) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FE and D4. RGB value is (253,254,212). Sum of RGB (Red+Green+Blue) = 253+254+212=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 212 (83.20% from 255 or 29.49% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED4 is #02012B. Grayscale: #F9F9F9. Windows color (decimal): -131372 or 13958909. OLE color: 13958909.

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

Color convert

RGB253254212-
CMYK0.0000.170.00
HSL61.43º95.45%91.37%-
HSV(B)61.43º16.54%99.61%-
XYZ87.8396.5276.29-
YUV248.91107.17130.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 212 (83.20% from 255) = 29.49%
R=35.19%
G=35.33%
B=29.49%

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
Decimal2532542120.0000.170.0061.4395.4591.37
HexFDFED4001103d5f5b
Octal3753763240021075137133
Binary1111110111111110110101000010001011110110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFED4; }

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

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

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

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

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

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

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

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