Html Css Color HEX #FDFCD4 Light Goldenrod Yellow

📋 copy color: '#FDFCD4'

red 253 ◦ green 252 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FDFCD4

Tints of Light Goldenrod Yellow #FDFCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.57%

R = 35.29%
G = 35.15%
B = 29.57%

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

#FDFCD4 (or 0xFDFCD4) is known color: Light Goldenrod Yellow. HEX triplet: FD, FC and D4. RGB value is (253,252,212). Sum of RGB (Red+Green+Blue) = 253+252+212=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 212 (83.20% from 255 or 29.57% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD4 is #02032B. Grayscale: #F7F7F7. Windows color (decimal): -131884 or 13958397. OLE color: 13958397.

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

Color convert

RGB 253 252 212 -
CMYK 0 0.00 0.16 0.01
HSL 58.54º 0.91% 0.91% -
HSV(B) 58.54º 0.16% 0.99% -
XYZ 87.2 95.26 76.08 -
YUV 247.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 253 252 212 0 0.00 0.16 0.01 58.54 0.91 0.91
Hex FD FC D4 0 0 10 1 3B 5B 5B
Octal 375 374 324 0 0 20 1 73 133 133
Binary 11111101 11111100 11010100 0 0 10000 1 111011 1011011 1011011

Color Harmonies of #FDFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCD4

Black with #FDFCD4

Text Example


Text Example

White with #FDFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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