Html Css Color HEX #FDFCD5 Light Goldenrod Yellow

📋 copy color: '#FDFCD5'

red 253 ◦ green 252 ◦ blue 213

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

Shades of Light Goldenrod Yellow #FDFCD5

Tints of Light Goldenrod Yellow #FDFCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.1%

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

R = 35.24%
G = 35.1%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDFCD5 (or 0xFDFCD5) is known color: Light Goldenrod Yellow. HEX triplet: FD, FC and D5. RGB value is (253,252,213). Sum of RGB (Red+Green+Blue) = 253+252+213=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 213 (83.59% from 255 or 29.67% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD5 is #02032A. Grayscale: #F8F8F8. Windows color (decimal): -131883 or 14023933. OLE color: 14023933.

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

Color convert

RGB 253 252 213 -
CMYK 0 0.00 0.16 0.01
HSL 58.5º 0.91% 0.91% -
HSV(B) 58.5º 0.16% 0.99% -
XYZ 87.33 95.31 76.74 -
YUV 247.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 253 252 213 0 0.00 0.16 0.01 58.5 0.91 0.91
Hex FD FC D5 0 0 10 1 3A 5B 5B
Octal 375 374 325 0 0 20 1 72 133 133
Binary 11111101 11111100 11010101 0 0 10000 1 111010 1011011 1011011

Color Harmonies of #FDFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCD5

Black with #FDFCD5

Text Example


Text Example

White with #FDFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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