Html Css Color HEX #FDFFD5 Light Goldenrod Yellow

📋 copy color: '#FDFFD5'

red 253 ◦ green 255 ◦ blue 213

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

Shades of Light Goldenrod Yellow #FDFFD5

Tints of Light Goldenrod Yellow #FDFFD5

RGB

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

 GREEN value IS 255 (100% from 255) = 35.37%

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

R = 35.09%
G = 35.37%
B = 29.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FDFFD5 (or 0xFDFFD5) is known color: Light Goldenrod Yellow. HEX triplet: FD, FF and D5. RGB value is (253,255,213). Sum of RGB (Red+Green+Blue) = 253+255+213=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 213 (83.59% from 255 or 29.54% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFD5 is #02002A. Grayscale: #F9F9F9. Windows color (decimal): -131115 or 14024701. OLE color: 14024701.

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

Color convert

RGB 253 255 213 -
CMYK 0.01 0 0.16 0
HSL 62.86º 1% 0.92% -
HSV(B) 62.86º 0.16% 1% -
XYZ 88.28 97.21 77.06 -
YUV 249.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 253 255 213 0.01 0 0.16 0 62.86 1 0.92
Hex FD FF D5 1 0 10 0 3F 64 5C
Octal 375 377 325 1 0 20 0 77 144 134
Binary 11111101 11111111 11010101 1 0 10000 0 111111 1100100 1011100

Color Harmonies of #FDFFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFD5

Black with #FDFFD5

Text Example


Text Example

White with #FDFFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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