Html Css Color HEX #FDFFD6 Light Goldenrod Yellow

📋 copy color: '#FDFFD6'

red 253 ◦ green 255 ◦ blue 214

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

Shades of Light Goldenrod Yellow #FDFFD6

Tints of Light Goldenrod Yellow #FDFFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 29.64%

R = 35.04%
G = 35.32%
B = 29.64%

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

#FDFFD6 (or 0xFDFFD6) is known color: Light Goldenrod Yellow. HEX triplet: FD, FF and D6. RGB value is (253,255,214). Sum of RGB (Red+Green+Blue) = 253+255+214=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 214 (83.98% from 255 or 29.64% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFD6 is #020029. Grayscale: #F9F9F9. Windows color (decimal): -131114 or 14090237. OLE color: 14090237.

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

Color convert

RGB 253 255 214 -
CMYK 0.01 0 0.16 0
HSL 62.93º 1% 0.92% -
HSV(B) 62.93º 0.16% 1% -
XYZ 88.41 97.26 77.73 -
YUV 249.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 253 255 214 0.01 0 0.16 0 62.93 1 0.92
Hex FD FF D6 1 0 10 0 3F 64 5C
Octal 375 377 326 1 0 20 0 77 144 134
Binary 11111101 11111111 11010110 1 0 10000 0 111111 1100100 1011100

Color Harmonies of #FDFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFD6

Black with #FDFFD6

Text Example


Text Example

White with #FDFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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