Html Css Color HEX #FDFED1 Light Goldenrod Yellow

📋 copy color: '#FDFED1'

red 253 ◦ green 254 ◦ blue 209

#FDFED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod Yellow #FDFED1

Tints of Light Goldenrod Yellow #FDFED1

RGB

 RED value IS 253 (99.22% from 255) = 35.34%

 GREEN value IS 254 (99.61% from 255) = 35.47%

 BLUE value IS 209 (82.03% from 255) = 29.19%

R = 35.34%
G = 35.47%
B = 29.19%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FDFED1 (or 0xFDFED1) is known color: Light Goldenrod Yellow. HEX triplet: FD, FE and D1. RGB value is (253,254,209). Sum of RGB (Red+Green+Blue) = 253+254+209=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 209 (82.03% from 255 or 29.19% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED1 is #02012E. Grayscale: #F8F8F8. Windows color (decimal): -131375 or 13762301. OLE color: 13762301.

HSL color Cylindrical-coordinate representation of color #FDFED1: hue angle of 61.33º 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 #FDFED1 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 254 209 -
CMYK 0.00 0 0.18 0.00
HSL 61.33º 0.96% 0.91% -
HSV(B) 61.33º 0.18% 1% -
XYZ 87.46 96.37 74.31 -
YUV 248.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 253 254 209 0.00 0 0.18 0.00 61.33 0.96 0.91
Hex FD FE D1 0 0 12 0 3D 60 5B
Octal 375 376 321 0 0 22 0 75 140 133
Binary 11111101 11111110 11010001 0 0 10010 0 111101 1100000 1011011

Color Harmonies of #FDFED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFED1

Black with #FDFED1

Text Example


Text Example

White with #FDFED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFED1; }

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

 H1.HeaderClassName
 {
   color: #FDFED1;
 }
 .AnyTagClassName
 {
   color: #FDFED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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