Html Css Color HEX #FDFDD6 Light Goldenrod Yellow

📋 copy color: '#FDFDD6'

red 253 ◦ green 253 ◦ blue 214

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

Shades of Light Goldenrod Yellow #FDFDD6

Tints of Light Goldenrod Yellow #FDFDD6

RGB

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

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

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

R = 35.14%
G = 35.14%
B = 29.72%

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

#FDFDD6 (or 0xFDFDD6) is known color: Light Goldenrod Yellow. HEX triplet: FD, FD and D6. RGB value is (253,253,214). Sum of RGB (Red+Green+Blue) = 253+253+214=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 214 (83.98% from 255 or 29.72% from 720); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD6 is #020229. Grayscale: #F8F8F8. Windows color (decimal): -131626 or 14089725. OLE color: 14089725.

HSL color Cylindrical-coordinate representation of color #FDFDD6: hue angle of 60º degrees, saturation: 0.91, 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 #FDFDD6 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 214 -
CMYK 0 0 0.15 0.01
HSL 60º 0.91% 0.92% -
HSV(B) 60º 0.15% 0.99% -
XYZ 87.77 95.99 77.52 -
YUV 248.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 253 253 214 0 0 0.15 0.01 60 0.91 0.92
Hex FD FD D6 0 0 F 1 3C 5B 5C
Octal 375 375 326 0 0 17 1 74 133 134
Binary 11111101 11111101 11010110 0 0 1111 1 111100 1011011 1011100

Color Harmonies of #FDFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDD6

Black with #FDFDD6

Text Example


Text Example

White with #FDFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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