#FCFDCF

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

Shades of Light Goldenrod Yellow #FCFDCF

Tints of Light Goldenrod Yellow #FCFDCF

Color information

#FCFDCF (or 0xFCFDCF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FC, FD and CF. RGB value is (252,253,207). Sum of RGB (Red+Green+Blue) = 252+253+207=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 207 (81.25% from 255 or 29.07% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDCF is #030230. Grayscale: #F7F7F7. Windows color (decimal): -197169 or 13630972. OLE color: 13630972.

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

Color convert

RGB252253207-
CMYK0.0000.180.01
HSL61.3º92%90.2%-
HSV(B)61.3º18.18%99.22%-
XYZ86.5395.4572.89-
YUV247.46105.17131.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 253 (99.22% from 255) = 35.53%
BLUE value IS 207 (81.25% from 255) = 29.07%
R=35.39%
G=35.53%
B=29.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532070.0000.180.0161.39290.2
HexFCFDCF001213d5c5a
Octal3743753170022175134132
Binary1111110011111101110011110010010111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDCF; }

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

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

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

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

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

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

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

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