Html Css Color HEX #FDFED0 Light Goldenrod Yellow

📋 copy color: '#FDFED0'

red 253 ◦ green 254 ◦ blue 208

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

Shades of Light Goldenrod Yellow #FDFED0

Tints of Light Goldenrod Yellow #FDFED0

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 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

#FDFED0 (or 0xFDFED0) is known color: 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

RGB 253 254 208 -
CMYK 0.00 0 0.18 0.00
HSL 61.3º 0.96% 0.91% -
HSV(B) 61.3º 0.18% 1% -
XYZ 87.33 96.32 73.66 -
YUV 248.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 253 254 208 0.00 0 0.18 0.00 61.3 0.96 0.91
Hex FD FE D0 0 0 12 0 3D 60 5B
Octal 375 376 320 0 0 22 0 75 140 133
Binary 11111101 11111110 11010000 0 0 10010 0 111101 1100000 1011011

Color Harmonies of #FDFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFED0

Black with #FDFED0

Text Example


Text Example

White with #FDFED0

Text Example


Text Example

HTML Codes & Css Web 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>