Html Css Color HEX #FDFED5 Light Goldenrod Yellow

📋 copy color: '#FDFED5'

red 253 ◦ green 254 ◦ blue 213

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

Shades of Light Goldenrod Yellow #FDFED5

Tints of Light Goldenrod Yellow #FDFED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 29.58%

R = 35.14%
G = 35.28%
B = 29.58%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FDFED5 (or 0xFDFED5) is known color: Light Goldenrod Yellow. HEX triplet: FD, FE and D5. RGB value is (253,254,213). Sum of RGB (Red+Green+Blue) = 253+254+213=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 213 (83.59% from 255 or 29.58% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED5 is #02012A. Grayscale: #F9F9F9. Windows color (decimal): -131371 or 14024445. OLE color: 14024445.

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

Color convert

RGB 253 254 213 -
CMYK 0.00 0 0.16 0.00
HSL 61.46º 0.95% 0.92% -
HSV(B) 61.46º 0.16% 1% -
XYZ 87.96 96.57 76.95 -
YUV 249.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 253 254 213 0.00 0 0.16 0.00 61.46 0.95 0.92
Hex FD FE D5 0 0 10 0 3D 5F 5C
Octal 375 376 325 0 0 20 0 75 137 134
Binary 11111101 11111110 11010101 0 0 10000 0 111101 1011111 1011100

Color Harmonies of #FDFED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFED5

Black with #FDFED5

Text Example


Text Example

White with #FDFED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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