#FCFDCD

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

Shades of Light Goldenrod Yellow #FCFDCD

Tints of Light Goldenrod Yellow #FCFDCD

Color information

#FCFDCD (or 0xFCFDCD) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FD and CD. RGB value is (252,253,205). Sum of RGB (Red+Green+Blue) = 252+253+205=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 205 (80.47% from 255 or 28.87% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDCD is #030232. Grayscale: #F7F7F7. Windows color (decimal): -197171 or 13499900. OLE color: 13499900.

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

Color convert

RGB252253205-
CMYK0.0000.190.01
HSL61.25º92.31%89.8%-
HSV(B)61.25º18.97%99.22%-
XYZ86.2995.3571.61-
YUV247.23104.17131.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 205 (80.47% from 255) = 28.87%
R=35.49%
G=35.63%
B=28.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532050.0000.190.0161.2592.3189.8
HexFCFDCD001313d5c5a
Octal3743753150023175134132
Binary1111110011111101110011010010011111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDCD; }

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

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

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

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

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

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

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

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