#FDFCD8

Color #FDFCD8 Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FDFCD8

Tints of Light Goldenrod Yellow #FDFCD8

Color information

#FDFCD8 (or 0xFDFCD8) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FC and D8. RGB value is (253,252,216). Sum of RGB (Red+Green+Blue) = 253+252+216=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 216 (84.77% from 255 or 29.96% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD8 is #020327. Grayscale: #F8F8F8. Windows color (decimal): -131880 or 14220541. OLE color: 14220541.

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

Color convert

RGB253252216-
CMYK00.000.150.01
HSL58.38º90.24%91.96%-
HSV(B)58.38º14.62%99.22%-
XYZ87.7195.4678.77-
YUV248.19109.83131.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 252 (98.83% from 255) = 34.95%
BLUE value IS 216 (84.77% from 255) = 29.96%
R=35.09%
G=34.95%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325221600.000.150.0158.3890.2491.96
HexFDFCD800F13a5a5c
Octal3753743300017172132134
Binary111111011111110011011000001111111101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCD8; }

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

 H1.HeaderClassName
 {
   color: #FDFCD8;
 }
 .AnyTagClassName
 {
   color: #FDFCD8;
 }
</style>
background-color css

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

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

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

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

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

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