Html Css Color HEX #FDFDD8 Light Goldenrod Yellow

📋 copy color: '#FDFDD8'

red 253 ◦ green 253 ◦ blue 216

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

Shades of Light Goldenrod Yellow #FDFDD8

Tints of Light Goldenrod Yellow #FDFDD8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.04%

 BLUE value IS 216 (84.77% from 255) = 29.92%

R = 35.04%
G = 35.04%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDFDD8 (or 0xFDFDD8) is known color: Light Goldenrod Yellow. HEX triplet: FD, FD and D8. RGB value is (253,253,216). Sum of RGB (Red+Green+Blue) = 253+253+216=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 216 (84.77% from 255 or 29.92% from 722); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD8 is #020227. Grayscale: #F8F8F8. Windows color (decimal): -131624 or 14220797. OLE color: 14220797.

HSL color Cylindrical-coordinate representation of color #FDFDD8: hue angle of 60º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDFDD8 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 216 -
CMYK 0 0 0.15 0.01
HSL 60º 0.9% 0.92% -
HSV(B) 60º 0.15% 0.99% -
XYZ 88.03 96.09 78.87 -
YUV 248.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 253 253 216 0 0 0.15 0.01 60 0.9 0.92
Hex FD FD D8 0 0 F 1 3C 5A 5C
Octal 375 375 330 0 0 17 1 74 132 134
Binary 11111101 11111101 11011000 0 0 1111 1 111100 1011010 1011100

Color Harmonies of #FDFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDD8

Black with #FDFDD8

Text Example


Text Example

White with #FDFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDD8; }

 p { color: rgb(253,253,216); }

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

background-color css

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

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

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

border-color css

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

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

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