Html Css Color HEX #FDFDD3 Light Goldenrod Yellow

📋 copy color: '#FDFDD3'

red 253 ◦ green 253 ◦ blue 211

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

Shades of Light Goldenrod Yellow #FDFDD3

Tints of Light Goldenrod Yellow #FDFDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 29.43%

R = 35.29%
G = 35.29%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDFDD3 (or 0xFDFDD3) is known color: Light Goldenrod Yellow. HEX triplet: FD, FD and D3. RGB value is (253,253,211). Sum of RGB (Red+Green+Blue) = 253+253+211=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 211 (82.81% from 255 or 29.43% from 717); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD3 is #02022C. Grayscale: #F8F8F8. Windows color (decimal): -131629 or 13893117. OLE color: 13893117.

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

Color convert

RGB 253 253 211 -
CMYK 0 0 0.17 0.01
HSL 60º 0.91% 0.91% -
HSV(B) 60º 0.17% 0.99% -
XYZ 87.39 95.84 75.52 -
YUV 248.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 253 253 211 0 0 0.17 0.01 60 0.91 0.91
Hex FD FD D3 0 0 11 1 3C 5B 5B
Octal 375 375 323 0 0 21 1 74 133 133
Binary 11111101 11111101 11010011 0 0 10001 1 111100 1011011 1011011

Color Harmonies of #FDFDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDD3

Black with #FDFDD3

Text Example


Text Example

White with #FDFDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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