#FCFDCC

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

Shades of Light Goldenrod Yellow #FCFDCC

Tints of Light Goldenrod Yellow #FCFDCC

Color information

#FCFDCC (or 0xFCFDCC) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FD and CC. RGB value is (252,253,204). Sum of RGB (Red+Green+Blue) = 252+253+204=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 204 (80.08% from 255 or 28.77% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDCC is #030233. Grayscale: #F7F7F7. Windows color (decimal): -197172 or 13434364. OLE color: 13434364.

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

Color convert

RGB252253204-
CMYK0.0000.190.01
HSL61.22º92.45%89.61%-
HSV(B)61.22º19.37%99.22%-
XYZ86.1795.3170.98-
YUV247.11103.67131.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 204 (80.08% from 255) = 28.77%
R=35.54%
G=35.68%
B=28.77%

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
Decimal2522532040.0000.190.0161.2292.4589.61
HexFCFDCC001313d5c5a
Octal3743753140023175134132
Binary1111110011111101110011000010011111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDCC; }

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

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

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

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

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

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

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

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