#FDFED0

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

Shades of Light Goldenrod Yellow #FDFED0

Tints of Light Goldenrod Yellow #FDFED0

Color information

#FDFED0 (or 0xFDFED0) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FE and D0. RGB value is (253,254,208). Sum of RGB (Red+Green+Blue) = 253+254+208=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 208 (81.64% from 255 or 29.09% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED0 is #02012F. Grayscale: #F8F8F8. Windows color (decimal): -131376 or 13696765. OLE color: 13696765.

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

Color convert

RGB253254208-
CMYK0.0000.180.00
HSL61.3º95.83%90.59%-
HSV(B)61.3º18.11%99.61%-
XYZ87.3396.3273.66-
YUV248.46105.17131.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 254 (99.61% from 255) = 35.52%
BLUE value IS 208 (81.64% from 255) = 29.09%
R=35.38%
G=35.52%
B=29.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542080.0000.180.0061.395.8390.59
HexFDFED0001203d605b
Octal3753763200022075140133
Binary1111110111111110110100000010010011110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFED0; }

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

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

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

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

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

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

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

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