#FDFCD6

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

Shades of Light Goldenrod Yellow #FDFCD6

Tints of Light Goldenrod Yellow #FDFCD6

Color information

#FDFCD6 (or 0xFDFCD6) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FD, FC and D6. RGB value is (253,252,214). Sum of RGB (Red+Green+Blue) = 253+252+214=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 214 (83.98% from 255 or 29.76% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD6 is #020329. Grayscale: #F8F8F8. Windows color (decimal): -131882 or 14089469. OLE color: 14089469.

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

Color convert

RGB253252214-
CMYK00.000.150.01
HSL58.46º90.7%91.57%-
HSV(B)58.46º15.42%99.22%-
XYZ87.4695.3677.41-
YUV247.97108.83131.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 252 (98.83% from 255) = 35.05%
BLUE value IS 214 (83.98% from 255) = 29.76%
R=35.19%
G=35.05%
B=29.76%

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
Decimal25325221400.000.150.0158.4690.791.57
HexFDFCD600F13a5b5c
Octal3753743260017172133134
Binary111111011111110011010110001111111101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCD6; }

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

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

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

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

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

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

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

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